svn commit: r314198 - head/www/pear-HTTP

Martin Wilke miwi at FreeBSD.org
Fri Mar 15 00:42:38 UTC 2013


Author: miwi
Date: Fri Mar 15 00:42:37 2013
New Revision: 314198
URL: http://svnweb.freebsd.org/changeset/ports/314198

Log:
  - Convert to PEAR_AUTOINSTALL

Modified:
  head/www/pear-HTTP/Makefile

Modified: head/www/pear-HTTP/Makefile
==============================================================================
--- head/www/pear-HTTP/Makefile	Fri Mar 15 00:40:32 2013	(r314197)
+++ head/www/pear-HTTP/Makefile	Fri Mar 15 00:42:37 2013	(r314198)
@@ -9,13 +9,9 @@ MAINTAINER=	miwi at FreeBSD.org
 COMMENT=	PEAR miscellaneous HTTP utilities
 
 BUILD_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
-RUN_DEPENDS:=	${BUILD_DEPENDS}
+RUN_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
 
-FILES=		HTTP.php
-
-TESTS=		absoluteURI.inc negotiateCharset.phpt negotiateCharset2.phpt \
-		negotiateLanguage.phpt negotiateMimeType.phpt test1a.phpt \
-		test2a.phpt test3a.phpt test4a.phpt test5a.phpt test6a.phpt
+PEAR_AUTOINSTALL=	yes
 
 .include <bsd.port.pre.mk>
 .include "${PORTSDIR}/devel/pear/bsd.pear.mk"


More information about the svn-ports-head mailing list