diff options
author | miwi <miwi@FreeBSD.org> | 2006-06-19 03:37:43 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2006-06-19 03:37:43 +0800 |
commit | 2a44aff2ac784d2c792ae50dfb341e865619a9c5 (patch) | |
tree | a1bc4fba58015d38d489c28fbfba5ec6a7c23637 /devel/pear-Config | |
parent | 4910970980b99b54173b067faf15d0b0b71ce088 (diff) | |
download | freebsd-ports-gnome-2a44aff2ac784d2c792ae50dfb341e865619a9c5.tar.gz freebsd-ports-gnome-2a44aff2ac784d2c792ae50dfb341e865619a9c5.tar.zst freebsd-ports-gnome-2a44aff2ac784d2c792ae50dfb341e865619a9c5.zip |
Update to 1.10.6
PR: ports/98992
Submitted by: Linh Pham <question+fbsdports@closedsrc.org>
Approved by: krion (mentor), maintainer
Diffstat (limited to 'devel/pear-Config')
-rw-r--r-- | devel/pear-Config/Makefile | 13 | ||||
-rw-r--r-- | devel/pear-Config/distinfo | 6 |
2 files changed, 13 insertions, 6 deletions
diff --git a/devel/pear-Config/Makefile b/devel/pear-Config/Makefile index 30cd8e6f1168..f4ea38df48c4 100644 --- a/devel/pear-Config/Makefile +++ b/devel/pear-Config/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Config -PORTVERSION= 1.10.4 +PORTVERSION= 1.10.6 CATEGORIES= devel www pear MAINTAINER= antonio@php.net @@ -17,10 +17,17 @@ RUN_DEPENDS= ${PEARDIR}/XML/Parser.php:${PORTSDIR}/devel/pear-XML_Parser \ ${PEARDIR}/XML/Util.php:${PORTSDIR}/devel/pear-XML_Util FILES= Config.php Config/Container.php Config/Container/Apache.php \ - Config/Container/GenericConf.php Config/Container/IniCommented.php \ - Config/Container/IniFile.php Config/Container/PHPArray.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 +_TESTSDIR= test .include <bsd.port.pre.mk> .include "${PORTSDIR}/devel/pear/bsd.pear.mk" diff --git a/devel/pear-Config/distinfo b/devel/pear-Config/distinfo index e72cbf503c78..6e75c12f624f 100644 --- a/devel/pear-Config/distinfo +++ b/devel/pear-Config/distinfo @@ -1,3 +1,3 @@ -MD5 (PEAR/Config-1.10.4.tgz) = 2e5214f70bafbf3d124e33ec6b04d2ca -SHA256 (PEAR/Config-1.10.4.tgz) = fe0c420d0de934732c574572f85031c761fb5775edcb1fffd7159f7d19b23616 -SIZE (PEAR/Config-1.10.4.tgz) = 23059 +MD5 (PEAR/Config-1.10.6.tgz) = 7b7f88c6dc1271e43ebfee7d0b5dc127 +SHA256 (PEAR/Config-1.10.6.tgz) = db380909b5ad822f7ab7148c6af6da3f6356b3f73e45809d930a1fa8cc1c94ab +SIZE (PEAR/Config-1.10.6.tgz) = 24931 |