svn commit: r369618 - head/security/pear-Auth_SASL

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Sep 30 15:23:24 UTC 2014


Author: sunpoet
Date: Tue Sep 30 15:23:23 2014
New Revision: 369618
URL: http://svnweb.freebsd.org/changeset/ports/369618
QAT: https://qat.redports.org/buildarchive/r369618/

Log:
  - Pet portlint: move USES=pear downward

Modified:
  head/security/pear-Auth_SASL/Makefile

Modified: head/security/pear-Auth_SASL/Makefile
==============================================================================
--- head/security/pear-Auth_SASL/Makefile	Tue Sep 30 15:23:19 2014	(r369617)
+++ head/security/pear-Auth_SASL/Makefile	Tue Sep 30 15:23:23 2014	(r369618)
@@ -10,9 +10,9 @@ COMMENT=	PEAR abstraction of various SAS
 
 LICENSE=	BSD3CLAUSE
 
-USES=	pear
-
 BUILD_DEPENDS=	${PEARDIR}/Auth/Auth.php:${PORTSDIR}/security/pear-Auth
 RUN_DEPENDS=	${PEARDIR}/Auth/Auth.php:${PORTSDIR}/security/pear-Auth
 
+USES=		pear
+
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list