svn commit: r318046 - head/security/pear-Text_Password

Martin Wilke miwi at FreeBSD.org
Mon May 13 09:50:05 UTC 2013


Author: miwi
Date: Mon May 13 09:50:05 2013
New Revision: 318046
URL: http://svnweb.freebsd.org/changeset/ports/318046

Log:
  - Convert to PEAR_AUTOINSTALL
  - Trim header

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

Modified: head/security/pear-Text_Password/Makefile
==============================================================================
--- head/security/pear-Text_Password/Makefile	Mon May 13 09:49:41 2013	(r318045)
+++ head/security/pear-Text_Password/Makefile	Mon May 13 09:50:05 2013	(r318046)
@@ -1,23 +1,15 @@
-# Ports collection makefile for:  pear-Text_Password
-# Date created:			  29 March 2004
-# Whom:				  Attila Nagy <bra at fsn.hu>
-#
+# Created by: Attila Nagy <bra at fsn.hu>
 # $FreeBSD$
-#
 
 PORTNAME=	Text_password
 PORTVERSION=	1.1.1
 CATEGORIES=	security www pear
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	miwi at FreeBSD.org
 COMMENT=	PEAR random password creator
 
 USE_PHP=	yes
-
-CATEGORY=	Text
-FILES=		Password.php
-TESTS=		Text_Password_Test.php
-
+PEAR_AUTOINSTALL=	yes
 WRKSRC=		${WRKDIR}/Text_Password-${PORTVERSION}
 
 .include <bsd.port.pre.mk>


More information about the svn-ports-head mailing list