svn commit: r318034 - head/security/pear-Auth_HTTP

Martin Wilke miwi at FreeBSD.org
Mon May 13 09:29:30 UTC 2013


Author: miwi
Date: Mon May 13 09:29:30 2013
New Revision: 318034
URL: http://svnweb.freebsd.org/changeset/ports/318034

Log:
  - Convert to PEAR_AUTOINSTALL
  - Trim Header

Modified:
  head/security/pear-Auth_HTTP/Makefile   (contents, props changed)

Modified: head/security/pear-Auth_HTTP/Makefile
==============================================================================
--- head/security/pear-Auth_HTTP/Makefile	Mon May 13 09:29:01 2013	(r318033)
+++ head/security/pear-Auth_HTTP/Makefile	Mon May 13 09:29:30 2013	(r318034)
@@ -8,14 +8,9 @@ MAINTAINER=	ports at FreeBSD.org
 COMMENT=	PEAR HTTP authentication
 
 BUILD_DEPENDS=	${PEARDIR}/Auth/Auth.php:${PORTSDIR}/security/pear-Auth
-RUN_DEPENDS:=	${BUILD_DEPENDS}
+RUN_DEPENDS=	${PEARDIR}/Auth/Auth.php:${PORTSDIR}/security/pear-Auth
 
-CATEGORY=	Auth
-PEAR_CATSRC=	yes
-FILES=		HTTP.php
-TESTS=		sample.sql test_basic_simple.php test_digest_simple.php \
-		test_digest_get.php test_digest_post.php
-_TESTSDIR=	docs
+PEAR_AUTOINSTALL=	yes
 
 .include <bsd.port.pre.mk>
 .include "${PORTSDIR}/devel/pear/bsd.pear.mk"


More information about the svn-ports-all mailing list