svn commit: r314341 - head/devel/pear-PEAR_Info
Martin Wilke
miwi at FreeBSD.org
Sat Mar 16 08:09:10 UTC 2013
Author: miwi
Date: Sat Mar 16 08:09:10 2013
New Revision: 314341
URL: http://svnweb.freebsd.org/changeset/ports/314341
Log:
- Covert to PEAR_AUTOINSTALL
- Fix dependency after devel/pear-PHPUnit3 update
- Bump PORTREVISION
Modified:
head/devel/pear-PEAR_Info/Makefile (contents, props changed)
Modified: head/devel/pear-PEAR_Info/Makefile
==============================================================================
--- head/devel/pear-PEAR_Info/Makefile Sat Mar 16 08:01:34 2013 (r314340)
+++ head/devel/pear-PEAR_Info/Makefile Sat Mar 16 08:09:10 2013 (r314341)
@@ -10,28 +10,20 @@ COMMENT= Show Information about your PEA
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \
${PEARDIR}/Console/Getargs.php:${PORTSDIR}/devel/pear-Console_Getargs
-RUN_DEPENDS:= ${BUILD_DEPENDS}
+RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \
+ ${PEARDIR}/Console/Getargs.php:${PORTSDIR}/devel/pear-Console_Getargs
LATEST_LINK= pear-PEAR_Info
OPTIONS_DEFINE= PEAR_PHPUNIT3
OPTIONS_DEFAULT= PEAR_PHPUNIT3
PEAR_PHPUNIT3_DESC= PEAR::PHPUnit3 support
-CATEGORY= PEAR
-FILES= Info.php pearinfo.css Info/Cli.php scripts/pearinfo
-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 \
- 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
+PEAR_AUTOINSTALL= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MPEAR_PHPUNIT3}
-RUN_DEPENDS+= ${PEARDIR}/PHPUnit/Framework.php:${PORTSDIR}/devel/pear-PHPUnit3
+RUN_DEPENDS+= ${PEARDIR}/PHPUnit/Autoload.php:${PORTSDIR}/devel/pear-PHPUnit3
.endif
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
More information about the svn-ports-head
mailing list