diff options
author | miwi <miwi@FreeBSD.org> | 2006-11-13 03:39:41 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2006-11-13 03:39:41 +0800 |
commit | bde0b77439ae3af27da21ab1feaefb35b2532c44 (patch) | |
tree | 4b2c176decc1b413d7dd2fd8ba42ba99752a87f0 | |
parent | 5fed0da2233e75ee9a67dfc0bab922d75f271dda (diff) | |
download | freebsd-ports-gnome-bde0b77439ae3af27da21ab1feaefb35b2532c44.tar.gz freebsd-ports-gnome-bde0b77439ae3af27da21ab1feaefb35b2532c44.tar.zst freebsd-ports-gnome-bde0b77439ae3af27da21ab1feaefb35b2532c44.zip |
- Update to 1.10.8
PR: ports/105354
Submitted by: chinsan@ (maintainer)
-rw-r--r-- | devel/pear-Config/Makefile | 18 | ||||
-rw-r--r-- | devel/pear-Config/distinfo | 6 |
2 files changed, 12 insertions, 12 deletions
diff --git a/devel/pear-Config/Makefile b/devel/pear-Config/Makefile index 6ed37473eb2b..7887b19cb72d 100644 --- a/devel/pear-Config/Makefile +++ b/devel/pear-Config/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Config -PORTVERSION= 1.10.7 +PORTVERSION= 1.10.8 CATEGORIES= devel www pear MAINTAINER= chinsan@FreeBSD.org @@ -19,19 +19,19 @@ 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.php Config/Container/Apache.php \ +FILES= Config.php Config/Container/Apache.php Config/Container.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 DOCS= Apache.php IniCommented.php IniFromScratch.php -TESTS= phpt_test.php.inc setup.php.inc bug2742.phpt bug2742.ini \ - bug2780.phpt bug3051.phpt bug3051.xml bug3137.phpt bug3298.phpt \ - bug3298.xml bug3398.phpt bug3398.ini bug3590.phpt \ - bug3590-input.php bug4623.phpt bug4623.conf bug6441.phpt \ - bug6441.ini bug7652.phpt bug7652.xml bug7544.ini \ - bug7544-inicommented.phpt bug7544-inifile.phpt bug8357.ini \ - bug8357-inicommented.phpt bug8357-inifile.phpt +TESTS= bug2742.ini bug2742.phpt bug2780.phpt bug3051.phpt bug3051.xml \ + bug3137.phpt bug3298.phpt bug3298.xml bug3398.ini bug3398.phpt \ + bug3590-input.php bug3590.phpt bug4623.conf bug4623.phpt \ + 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 _TESTSDIR= test .include <bsd.port.pre.mk> diff --git a/devel/pear-Config/distinfo b/devel/pear-Config/distinfo index 5086342477f6..086a6a615d67 100644 --- a/devel/pear-Config/distinfo +++ b/devel/pear-Config/distinfo @@ -1,3 +1,3 @@ -MD5 (PEAR/Config-1.10.7.tgz) = 3a5b343791ceec7fc715cd7f69eefe41 -SHA256 (PEAR/Config-1.10.7.tgz) = f9b6c6d8eeb209b4ac9376b653b81d7b198e3e8c220ada87d77874c349105aa8 -SIZE (PEAR/Config-1.10.7.tgz) = 26023 +MD5 (PEAR/Config-1.10.8.tgz) = 6917368f43d0fad23e913878734301b0 +SHA256 (PEAR/Config-1.10.8.tgz) = 3e01099bdea35c1cebf53176da04c1fa4b1a8938ef5a52b1c698d56169ae9bd8 +SIZE (PEAR/Config-1.10.8.tgz) = 30467 |