Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Mar 2013 00:42:38 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r314198 - head/www/pear-HTTP
Message-ID:  <201303150042.r2F0gc6U087290@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303150042.r2F0gc6U087290>