From scjamorim@bsd.com.br  Fri Oct 16 23:28:56 2009
Return-Path: <scjamorim@bsd.com.br>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 1FD3F1065672;
	Fri, 16 Oct 2009 23:28:56 +0000 (UTC)
	(envelope-from scjamorim@bsd.com.br)
Received: from mail-qy0-f203.google.com (mail-qy0-f203.google.com [209.85.221.203])
	by mx1.freebsd.org (Postfix) with ESMTP id BE4428FC17;
	Fri, 16 Oct 2009 23:28:55 +0000 (UTC)
Received: by qyk42 with SMTP id 42so1820713qyk.28
        for <multiple recipients>; Fri, 16 Oct 2009 16:28:54 -0700 (PDT)
Received: by 10.224.55.148 with SMTP id u20mr1395130qag.191.1255735734851;
        Fri, 16 Oct 2009 16:28:54 -0700 (PDT)
Received: from fbsd.scjamorim.org (200-140-166-177.bsace705.dsl.brasiltelecom.net.br [200.140.166.177])
        by mx.google.com with ESMTPS id 22sm1209856qyk.6.2009.10.16.16.28.53
        (version=TLSv1/SSLv3 cipher=RC4-MD5);
        Fri, 16 Oct 2009 16:28:54 -0700 (PDT)
Received: by fbsd.scjamorim.org (Postfix, from userid 0)
	id 6D3293F40A9; Fri, 16 Oct 2009 20:28:49 -0300 (BRT)
Message-Id: <20091016232849.6D3293F40A9@fbsd.scjamorim.org>
Date: Fri, 16 Oct 2009 20:28:49 -0300 (BRT)
From: Sylvio Cesar <scjamorim@bsd.com.br>
To: FreeBSD-gnats-submit@freebsd.org
Cc: miwi@FreeBSD.org
Subject: [PATCH] devel/pear-PEAR_PackageFileManager: update to 1.7.0
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         139688
>Category:       ports
>Synopsis:       [PATCH] devel/pear-PEAR_PackageFileManager: update to 1.7.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Oct 16 23:30:06 UTC 2009
>Closed-Date:    Fri Dec 18 22:27:18 UTC 2009
>Last-Modified:  Fri Dec 18 22:30:08 UTC 2009
>Originator:     Sylvio Cesar
>Release:        FreeBSD 9.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD fbsd.scjamorim.org 9.0-CURRENT FreeBSD 9.0-CURRENT #0: Sat Oct 10 21:33:17 BRT 2009
>Description:
- Update to 1.7.0
- Changed list of files installed

Port maintainer (miwi@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- pear-PEAR_PackageFileManager-1.7.0.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/pear-PEAR_PackageFileManager/Makefile,v
retrieving revision 1.7
diff -u -u -r1.7 Makefile
--- Makefile	14 Dec 2007 00:01:05 -0000	1.7
+++ Makefile	16 Oct 2009 23:26:04 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	PEAR_PackageFileManager
-PORTVERSION=	1.6.3
+PORTVERSION=	1.7.0
 CATEGORIES=	devel www pear
 
 MAINTAINER=	miwi@FreeBSD.org
@@ -20,10 +20,8 @@
 		PEAR_XML_TREE "PEAR::XML_Tree support" off
 
 CATEGORY=	PEAR
-FILES=		PackageFileManager/Cvs.php PackageFileManager/File.php \
-		PackageFileManager/Perforce.php \
-		PackageFileManager/SimpleGenerator.php \
-		PackageFileManager/Svn.php \
+
+FILES=		PackageFileManager/SimpleGenerator.php \
 		PackageFileManager/XMLOutput.php PackageFileManager.php
 EXAMPLES=	createPhpDocumentor_package.xml.php generatePackage.xml.php
 TESTS=		addConfigureOption/test_invalid_nosetoptions.phpt \
@@ -42,14 +40,6 @@
 		addMaintainer/test_valid_replace.phpt \
 		addReplacement/test_invalid_replacement.phpt \
 		addReplacement/test_valid_replacement.phpt \
-		addRole/test_invalid_role.phpt \
-		addRole/test_valid_role.phpt \
-		footest/blarfoo/blartest.txt \
-		footest/subfoo/subsubfoo/boo.txt \
-		footest/subfoo/test11.txt footest/subfoo/test12.txt \
-		footest/testCVS/testEntries \
-		footest/testCVS/testEntries.Extra footest/.test \
-		footest/test1.txt footest/test2.txt \
 		generateNewPackageXML/test_invalid_nodescription.phpt \
 		generateNewPackageXML/test_invalid_nopackage.phpt \
 		generateNewPackageXML/test_invalid_nosummary.phpt \
@@ -65,56 +55,6 @@
 		getExistingPackageXML/test_valid_simple.phpt \
 		importOptions/test_invalid.phpt \
 		importOptions/test_valid.phpt \
-		PEAR_PackageFileManager_CVS/footest/blarfoo/blartest.txt \
-		PEAR_PackageFileManager_CVS/footest/subfoo/subsubfoo/boo.txt \
-		PEAR_PackageFileManager_CVS/footest/subfoo/test11.txt \
-		PEAR_PackageFileManager_CVS/footest/subfoo/test12.txt \
-		PEAR_PackageFileManager_CVS/footest/testCVS/testEntries \
-		PEAR_PackageFileManager_CVS/footest/testCVS/testEntries.Extra \
-		PEAR_PackageFileManager_CVS/footest/.test \
-		PEAR_PackageFileManager_CVS/footest/test1.txt \
-		PEAR_PackageFileManager_CVS/footest/test2.txt \
-		PEAR_PackageFileManager_CVS/setup.php.inc \
-		PEAR_PackageFileManager_CVS/test_dirList_invalid.phpt \
-		PEAR_PackageFileManager_CVS/test_dirList_valid.phpt \
-		PEAR_PackageFileManager_CVS/test_dirList_valid_with_ignore.phpt \
-		PEAR_PackageFileManager_CVS/test_dirList_valid_with_include.phpt \
-		PEAR_PackageFileManager_CVS/test_general_valid1.phpt \
-		PEAR_PackageFileManager_CVS/test_general_valid2.phpt \
-		PEAR_PackageFileManager_File/checkIgnore/test_complex_multiple_no.phpt \
-		PEAR_PackageFileManager_File/checkIgnore/test_complex_multiple_pass.phpt \
-		PEAR_PackageFileManager_File/checkIgnore/test_complex_no.phpt \
-		PEAR_PackageFileManager_File/checkIgnore/test_emptyarray.phpt \
-		PEAR_PackageFileManager_File/checkIgnore/test_nonarray.phpt \
-		PEAR_PackageFileManager_File/checkIgnore/test_simple_dir_no.phpt \
-		PEAR_PackageFileManager_File/checkIgnore/test_simple_dir_pass.phpt \
-		PEAR_PackageFileManager_File/checkIgnore/test_simple_no.phpt \
-		PEAR_PackageFileManager_File/checkIgnore/test_simple_pass.phpt \
-		PEAR_PackageFileManager_File/dirList/test_bug1217/0 \
-		PEAR_PackageFileManager_File/dirList/test_bug1217/firstfile.php \
-		PEAR_PackageFileManager_File/dirList/test_bug1217/fourthfile.php \
-		PEAR_PackageFileManager_File/dirList/test_bug1217/secondfile.php \
-		PEAR_PackageFileManager_File/dirList/test_bug1217.phpt \
-		PEAR_PackageFileManager_File/dirList/test_invalid.phpt \
-		PEAR_PackageFileManager_File/dirList/test_valid.phpt \
-		PEAR_PackageFileManager_File/dirList/test_valid_addhiddenfiles.phpt \
-		PEAR_PackageFileManager_File/dirList/test_valid_with_ignore.phpt \
-		PEAR_PackageFileManager_File/dirList/test_valid_with_include.phpt \
-		PEAR_PackageFileManager_File/getFileList/test_valid.phpt \
-		PEAR_PackageFileManager_File/getRegExpableSearchString/test_1.phpt \
-		PEAR_PackageFileManager_File/getRegExpableSearchString/test_dir_regexp.phpt \
-		PEAR_PackageFileManager_File/getRegExpableSearchString/test_file_regexp.phpt \
-		PEAR_PackageFileManager_File/setDir/test_concept.phpt \
-		PEAR_PackageFileManager_File/setupDirs/test_concept.phpt \
-		PEAR_PackageFileManager_File/setupDirs/test_valid.phpt \
-		PEAR_PackageFileManager_File/setupIgnore/test_complex.phpt \
-		PEAR_PackageFileManager_File/setupIgnore/test_complex_multiple.phpt \
-		PEAR_PackageFileManager_File/setupIgnore/test_emptyarray.phpt \
-		PEAR_PackageFileManager_File/setupIgnore/test_nonarray.phpt \
-		PEAR_PackageFileManager_File/setupIgnore/test_simple.phpt \
-		PEAR_PackageFileManager_File/setupIgnore/test_simple_0.phpt \
-		PEAR_PackageFileManager_File/setupIgnore/test_simple_dir.phpt \
-		PEAR_PackageFileManager_File/setup.php.inc \
 		PEAR_PackageFileManager_XMLOutput/test_valid1.phpt \
 		setOptions/test_invalid_badfilelistgenerator1.phpt \
 		setOptions/test_invalid_badfilelistgenerator2.phpt \
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/devel/pear-PEAR_PackageFileManager/distinfo,v
retrieving revision 1.6
diff -u -u -r1.6 distinfo
--- distinfo	14 Dec 2007 00:01:05 -0000	1.6
+++ distinfo	16 Oct 2009 23:26:04 -0000
@@ -1,3 +1,3 @@
-MD5 (PEAR/PEAR_PackageFileManager-1.6.3.tgz) = bf3cdf95bc128ef65e46295d52da7bc2
-SHA256 (PEAR/PEAR_PackageFileManager-1.6.3.tgz) = c2b392a4807510659bfe77470d7732b21eab2aa752d2a53601d55ff335f9068d
-SIZE (PEAR/PEAR_PackageFileManager-1.6.3.tgz) = 82393
+MD5 (PEAR/PEAR_PackageFileManager-1.7.0.tgz) = 07d1f5f6256b8e97c5910b7908b9282e
+SHA256 (PEAR/PEAR_PackageFileManager-1.7.0.tgz) = 188a2adfef7d93e20002c9909ebe2372af6380466a926b57e83c1221f9da4ee6
+SIZE (PEAR/PEAR_PackageFileManager-1.7.0.tgz) = 37799
--- pear-PEAR_PackageFileManager-1.7.0.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Fri Oct 16 23:30:22 UTC 2009 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=139688 
State-Changed-From-To: open->feedback 
State-Changed-By: miwi 
State-Changed-When: Sat Oct 17 07:19:48 UTC 2009 
State-Changed-Why:  
you want also to port the missing dependency? 

http://www.freebsd.org/cgi/query-pr.cgi?pr=139688 

From: Sylvio Cesar <scjamorim@bsd.com.br>
To: bug-followup@freebsd.org
Cc: Martin Wilke <miwi@freebsd.org>
Subject: Re: ports/139688: [PATCH] devel/pear-PEAR_PackageFileManager: update 
	to 1.7.0
Date: Sat, 17 Oct 2009 19:23:49 -0300

 Of course, ports created:
 
 ports/139703
 ports/139704
 
 
 Thanks,
 
 Sylvio Cesar.
State-Changed-From-To: feedback->closed 
State-Changed-By: miwi 
State-Changed-When: Fri Dec 18 22:27:17 UTC 2009 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=139688 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/139688: commit references a PR
Date: Fri, 18 Dec 2009 22:27:21 +0000 (UTC)

 miwi        2009-12-18 22:27:11 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel/pear-PEAR_PackageFileManager Makefile distinfo 
   Log:
   - Update to 1.7.0
   
   PR:             139688
   Submitted by:   sylvio@
   
   Revision  Changes    Path
   1.8       +3 -63     ports/devel/pear-PEAR_PackageFileManager/Makefile
   1.7       +3 -3      ports/devel/pear-PEAR_PackageFileManager/distinfo
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
