Date: Mon, 13 May 2013 09:56:25 +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: r318056 - head/security/pear-Auth_SASL Message-ID: <201305130956.r4D9uPmH050479@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@pompo.net>) -# +# Created by: Thierry Thomas (<thierry@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"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305130956.r4D9uPmH050479>