diff options
author | miwi <miwi@FreeBSD.org> | 2006-11-01 14:35:38 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2006-11-01 14:35:38 +0800 |
commit | 1c9ca663a5e723bab22b84fbb16607eff0b3e7b5 (patch) | |
tree | e95ebb12627a555e56b9bb2ddf0171eeb490a026 /devel/pear-Config | |
parent | 31269a86c729bd763e339c79d2199f66a69396b5 (diff) | |
download | freebsd-ports-gnome-1c9ca663a5e723bab22b84fbb16607eff0b3e7b5.tar.gz freebsd-ports-gnome-1c9ca663a5e723bab22b84fbb16607eff0b3e7b5.tar.zst freebsd-ports-gnome-1c9ca663a5e723bab22b84fbb16607eff0b3e7b5.zip |
- Update to 1.10.7
- Pass maintainership to submitter
PR: ports/104762
Submitted by: chinsan@
Diffstat (limited to 'devel/pear-Config')
-rw-r--r-- | devel/pear-Config/Makefile | 24 | ||||
-rw-r--r-- | devel/pear-Config/distinfo | 6 |
2 files changed, 22 insertions, 8 deletions
diff --git a/devel/pear-Config/Makefile b/devel/pear-Config/Makefile index a89d1ab889ce..6ed37473eb2b 100644 --- a/devel/pear-Config/Makefile +++ b/devel/pear-Config/Makefile @@ -6,15 +6,18 @@ # PORTNAME= Config -PORTVERSION= 1.10.6 +PORTVERSION= 1.10.7 CATEGORIES= devel www pear -MAINTAINER= ports@FreeBSD.org +MAINTAINER= chinsan@FreeBSD.org COMMENT= Your configurations swiss-army knife BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear -RUN_DEPENDS= ${PEARDIR}/XML/Parser.php:${PORTSDIR}/devel/pear-XML_Parser \ - ${PEARDIR}/XML/Util.php:${PORTSDIR}/devel/pear-XML_Util +RUN_DEPENDS= ${BUILD_DEPENDS} + +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 \ Config/Container/GenericConf.php \ @@ -26,9 +29,20 @@ 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 + bug6441.ini bug7652.phpt bug7652.xml bug7544.ini \ + bug7544-inicommented.phpt bug7544-inifile.phpt bug8357.ini \ + bug8357-inicommented.phpt bug8357-inifile.phpt _TESTSDIR= test .include <bsd.port.pre.mk> + +.if defined(WITH_PEAR_XML_PARSER) +RUN_DEPENDS+= ${PEARDIR}/XML/Parser.php:${PORTSDIR}/devel/pear-XML_Parser +.endif + +.if defined(WITH_PEAR_XML_UTIL) +RUN_DEPENDS+= ${PEARDIR}/XML/Util.php:${PORTSDIR}/devel/pear-XML_Util +.endif + .include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include <bsd.port.post.mk> diff --git a/devel/pear-Config/distinfo b/devel/pear-Config/distinfo index 6e75c12f624f..5086342477f6 100644 --- a/devel/pear-Config/distinfo +++ b/devel/pear-Config/distinfo @@ -1,3 +1,3 @@ -MD5 (PEAR/Config-1.10.6.tgz) = 7b7f88c6dc1271e43ebfee7d0b5dc127 -SHA256 (PEAR/Config-1.10.6.tgz) = db380909b5ad822f7ab7148c6af6da3f6356b3f73e45809d930a1fa8cc1c94ab -SIZE (PEAR/Config-1.10.6.tgz) = 24931 +MD5 (PEAR/Config-1.10.7.tgz) = 3a5b343791ceec7fc715cd7f69eefe41 +SHA256 (PEAR/Config-1.10.7.tgz) = f9b6c6d8eeb209b4ac9376b653b81d7b198e3e8c220ada87d77874c349105aa8 +SIZE (PEAR/Config-1.10.7.tgz) = 26023 |