svn commit: r314226 - head/devel/pear-Config

Martin Wilke miwi at FreeBSD.org
Fri Mar 15 02:22:36 UTC 2013


Author: miwi
Date: Fri Mar 15 02:22:36 2013
New Revision: 314226
URL: http://svnweb.freebsd.org/changeset/ports/314226

Log:
  - Convert to PEAR_AUTOINSTALL

Modified:
  head/devel/pear-Config/Makefile   (contents, props changed)

Modified: head/devel/pear-Config/Makefile
==============================================================================
--- head/devel/pear-Config/Makefile	Fri Mar 15 02:21:39 2013	(r314225)
+++ head/devel/pear-Config/Makefile	Fri Mar 15 02:22:36 2013	(r314226)
@@ -9,26 +9,14 @@ MAINTAINER=	miwi at FreeBSD.org
 COMMENT=	Your configurations swiss-army knife
 
 BUILD_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
-RUN_DEPENDS:=	${BUILD_DEPENDS}
+RUN_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
 
 LATEST_LINK=	pear-${PORTNAME}
 OPTIONS_DEFINE=	PEAR_XML_PARSER PEAR_XML_UTIL
 PEAR_XML_PARSER_DESC=	PEAR::XML_Parser support
 PEAR_XML_UTIL_DESC=	PEAR::XML_Util support
 
-FILES=		Config/Container/Apache.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 Config/Container.php Config.php
-DOCS=		Apache.php IniCommented.php IniFromScratch.php
-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 \
-		bug10010.phpt bug10185.phpt phpt_test.php.inc setup.php.inc
-_TESTSDIR=	test
+PEAR_AUTOINSTALL=	yes
 
 .include <bsd.port.options.mk>
 


More information about the svn-ports-all mailing list