diff options
author | Chin-San Huang <chinsan@FreeBSD.org> | 2007-07-30 20:45:55 +0800 |
---|---|---|
committer | Chin-San Huang <chinsan@FreeBSD.org> | 2007-07-30 20:45:55 +0800 |
commit | a394c06c6dc163319376b54b2ca3c01935d0da4d (patch) | |
tree | be6d8fe3c8881c3e30388f1f73f755175c23ed09 /devel | |
parent | 71ae455620a799575f22edb0bea7d824eb82c55d (diff) | |
download | freebsd-ports-gnome-a394c06c6dc163319376b54b2ca3c01935d0da4d.tar.gz freebsd-ports-gnome-a394c06c6dc163319376b54b2ca3c01935d0da4d.tar.zst freebsd-ports-gnome-a394c06c6dc163319376b54b2ca3c01935d0da4d.zip |
- Update to 1.10.11.
Approved by: rafan (mentor, implicit)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/pear-Config/Makefile | 9 | ||||
-rw-r--r-- | devel/pear-Config/distinfo | 6 |
2 files changed, 7 insertions, 8 deletions
diff --git a/devel/pear-Config/Makefile b/devel/pear-Config/Makefile index 7887b19cb72d..78618756f239 100644 --- a/devel/pear-Config/Makefile +++ b/devel/pear-Config/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Config -PORTVERSION= 1.10.8 +PORTVERSION= 1.10.11 CATEGORIES= devel www pear MAINTAINER= chinsan@FreeBSD.org @@ -19,11 +19,10 @@ LATEST_LINK= pear-${PORTNAME} OPTIONS= PEAR_XML_PARSER "PEAR::XML_Parser support" off \ PEAR_XML_UTIL "PEAR::XML_Util support" off -FILES= Config.php Config/Container/Apache.php Config/Container.php \ - Config/Container/GenericConf.php \ +FILES= Config/Container/Apache.php Config/Container/GenericConf.php \ Config/Container/IniCommented.php Config/Container/IniFile.php \ Config/Container/PHPArray.php Config/Container/PHPConstants.php \ - Config/Container/XML.php + Config/Container/XML.php Config/Container.php Config.php DOCS= Apache.php IniCommented.php IniFromScratch.php TESTS= bug2742.ini bug2742.phpt bug2780.phpt bug3051.phpt bug3051.xml \ bug3137.phpt bug3298.phpt bug3298.xml bug3398.ini bug3398.phpt \ @@ -31,7 +30,7 @@ TESTS= bug2742.ini bug2742.phpt bug2780.phpt bug3051.phpt bug3051.xml \ bug6441.ini bug6441.phpt bug7544-inicommented.phpt \ bug7544-inifile.phpt bug7544.ini bug7652.phpt bug7652.xml \ bug8357-inicommented.phpt bug8357-inifile.phpt bug8357.ini \ - phpt_test.php.inc setup.php.inc + bug10010.phpt bug10185.phpt phpt_test.php.inc setup.php.inc _TESTSDIR= test .include <bsd.port.pre.mk> diff --git a/devel/pear-Config/distinfo b/devel/pear-Config/distinfo index 086a6a615d67..dc259b455c1f 100644 --- a/devel/pear-Config/distinfo +++ b/devel/pear-Config/distinfo @@ -1,3 +1,3 @@ -MD5 (PEAR/Config-1.10.8.tgz) = 6917368f43d0fad23e913878734301b0 -SHA256 (PEAR/Config-1.10.8.tgz) = 3e01099bdea35c1cebf53176da04c1fa4b1a8938ef5a52b1c698d56169ae9bd8 -SIZE (PEAR/Config-1.10.8.tgz) = 30467 +MD5 (PEAR/Config-1.10.11.tgz) = 1a044571bd12d283178511b22dc4fd36 +SHA256 (PEAR/Config-1.10.11.tgz) = 181f5a75de0e7ee6cca9ed1bae59ee58b27b612d382a9bbd5d70253f976ba250 +SIZE (PEAR/Config-1.10.11.tgz) = 27718 |