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

Martin Wilke miwi at FreeBSD.org
Mon May 13 09:56:25 UTC 2013


Author: miwi
Date: Mon May 13 09:56:24 2013
New Revision: 318056
URL: http://svnweb.freebsd.org/changeset/ports/318056

Log:
  - Convert to PEAR_AUTOINSTALL
  - Trim header

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

Modified: head/security/pear-Auth_SASL/Makefile
==============================================================================
--- head/security/pear-Auth_SASL/Makefile	Mon May 13 09:55:51 2013	(r318055)
+++ head/security/pear-Auth_SASL/Makefile	Mon May 13 09:56:24 2013	(r318056)
@@ -1,9 +1,5 @@
-# Ports collection makefile for:  pear-Auth_SASL
-# Date created:			  2 February 2003
-# Whom:				  Thierry Thomas (<thierry at pompo.net>)
-#
+# Created by: Thierry Thomas (<thierry at pompo.net>)
 # $FreeBSD$
-#
 
 PORTNAME=	Auth_SASL
 PORTVERSION=	1.0.6
@@ -15,10 +11,7 @@ COMMENT=	PEAR abstraction of various SAS
 BUILD_DEPENDS=	${PEARDIR}/Auth/Auth.php:${PORTSDIR}/security/pear-Auth
 RUN_DEPENDS=	${PEARDIR}/Auth/Auth.php:${PORTSDIR}/security/pear-Auth
 
-FILES=		Auth/SASL.php Auth/SASL/Anonymous.php \
-		Auth/SASL/Common.php Auth/SASL/CramMD5.php \
-		Auth/SASL/External.php Auth/SASL/DigestMD5.php \
-		Auth/SASL/Login.php Auth/SASL/Plain.php
+PEAR_AUTOINSTALL=	yes
 
 .include <bsd.port.pre.mk>
 .include "${PORTSDIR}/devel/pear/bsd.pear.mk"


More information about the svn-ports-all mailing list