diff options
author | chinsan <chinsan@FreeBSD.org> | 2008-01-25 17:50:10 +0800 |
---|---|---|
committer | chinsan <chinsan@FreeBSD.org> | 2008-01-25 17:50:10 +0800 |
commit | 867596b5f18c3252ccfb62ee9fdc779615a4b9ea (patch) | |
tree | 381c08c4420c1a19f4e0cdd3bea308a72158f448 /devel | |
parent | bf223c421ec7f4131c528504eb1b261980b0a750 (diff) | |
download | freebsd-ports-gnome-867596b5f18c3252ccfb62ee9fdc779615a4b9ea.tar.gz freebsd-ports-gnome-867596b5f18c3252ccfb62ee9fdc779615a4b9ea.tar.zst freebsd-ports-gnome-867596b5f18c3252ccfb62ee9fdc779615a4b9ea.zip |
- Update to 1.7.1
- Changelog: http://pear.php.net/package/PEAR_Info/download/
Diffstat (limited to 'devel')
-rw-r--r-- | devel/pear-PEAR_Info/Makefile | 15 | ||||
-rw-r--r-- | devel/pear-PEAR_Info/distinfo | 6 |
2 files changed, 14 insertions, 7 deletions
diff --git a/devel/pear-PEAR_Info/Makefile b/devel/pear-PEAR_Info/Makefile index 73133cb806e1..4bb84652768e 100644 --- a/devel/pear-PEAR_Info/Makefile +++ b/devel/pear-PEAR_Info/Makefile @@ -6,7 +6,7 @@ # PORTNAME= PEAR_Info -PORTVERSION= 1.7.0 +PORTVERSION= 1.7.1 CATEGORIES= devel www pear MAINTAINER= chinsan@FreeBSD.org @@ -15,18 +15,25 @@ COMMENT= Show Information about your PEAR install and its packages BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear RUN_DEPENDS= ${BUILD_DEPENDS} +LATEST_LINK= pear-PEAR_Info +OPTIONS= PEAR_PHPUnit3 "PEAR::PHPUnit3 support" on + CATEGORY= PEAR FILES= Info.php pearinfo.css TESTS= pear2_dir/empty_dir.txt sysconf_dir/empty_dir.txt \ templates/credits.tpl templates/general.tpl \ templates/packages.tpl user_dir/empty_dir.txt AllTests.php \ - OutputTestCase.php PEAR_Info_TestCase_CustomConfig.php \ - PEAR_Info_TestCase_DefaultConfig.php \ - PEAR_Info_TestCase_Install.php PEAR_Info_TestCase_Output.php + customConfig.phpt defaultConfig.phpt install.phpt \ + PEAR_Info_TestSuite_Standard.php EXAMPLES= blueskin.css pearinfo3.css pear_info.php pear_info2.php \ pear_info3.php pear_info4.php pear_info5.php pear_info6.php \ pear_info7.php .include <bsd.port.pre.mk> + +.if defined(WITH_PEAR_PHPUnit3) +RUN_DEPENDS+= ${PEARDIR}/PHPUnit/Framework.php:${PORTSDIR}/devel/pear-PHPUnit3 +.endif + .include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include <bsd.port.post.mk> diff --git a/devel/pear-PEAR_Info/distinfo b/devel/pear-PEAR_Info/distinfo index c3f59b301c53..31b07415f048 100644 --- a/devel/pear-PEAR_Info/distinfo +++ b/devel/pear-PEAR_Info/distinfo @@ -1,3 +1,3 @@ -MD5 (PEAR/PEAR_Info-1.7.0.tgz) = a3a2d928289a563c56821507a10aecb8 -SHA256 (PEAR/PEAR_Info-1.7.0.tgz) = 2e45b938db2df9621e56298ed46324621bbc498f3497380628125bc2e0ef02d6 -SIZE (PEAR/PEAR_Info-1.7.0.tgz) = 56638 +MD5 (PEAR/PEAR_Info-1.7.1.tgz) = 9c1823eddedc6c9ac6e6aa54eb25b0b5 +SHA256 (PEAR/PEAR_Info-1.7.1.tgz) = f115742f3da23e5279f05b28450cd4fcf8299e0ceeb8f325838af31437d233ba +SIZE (PEAR/PEAR_Info-1.7.1.tgz) = 54695 |