Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 May 2013 09:40:29 +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: r318038 - head/security/pear-File_Passwd
Message-ID:  <201305130940.r4D9eTqS044941@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Mon May 13 09:40:29 2013
New Revision: 318038
URL: http://svnweb.freebsd.org/changeset/ports/318038

Log:
  - Convert to PEAR_AUTOINSTALL
  - Take maintainership

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

Modified: head/security/pear-File_Passwd/Makefile
==============================================================================
--- head/security/pear-File_Passwd/Makefile	Mon May 13 09:40:03 2013	(r318037)
+++ head/security/pear-File_Passwd/Makefile	Mon May 13 09:40:29 2013	(r318038)
@@ -5,25 +5,17 @@ PORTNAME=	File_Passwd
 PORTVERSION=	1.1.7
 CATEGORIES=	security pear
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	miwi@FreeBSD.org
 COMMENT=	PEAR class to manipulate many kinds of password files
 
 BUILD_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
-RUN_DEPENDS:=	${BUILD_DEPENDS}
+RUN_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
 
 LATEST_LINK=	pear-File_Passwd
 OPTIONS_DEFINE=	PEAR_CRYPT_CHAP
 PEAR_CRYPT_CHAP_DESC=	PEAR::Crypt_CHAP support
 
-CATEGORY=	File
-FILES=		Passwd.php Passwd/Common.php Passwd/Unix.php Passwd/Cvs.php \
-		Passwd/Smb.php Passwd/Authbasic.php Passwd/Authdigest.php \
-		Passwd/Custom.php
-TESTS=		testsuite.php test_file_passwd.php test_common.php test_unix.php \
-		test_smb.php test_cvs.php test_authbasic.php test_authdigest.php \
-		test_custom.php README.txt common.txt passwd.unix.txt \
-		passwd.cvs.txt passwd.smb.txt passwd.authbasic.txt \
-		passwd.authdigest.txt passwd.custom.txt
+PEAR_AUTOINSTALL=	yes
 
 .include <bsd.port.pre.mk>
 



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