svn commit: r318062 - head/devel/pear-HTML_Select_Common

Martin Wilke miwi at FreeBSD.org
Mon May 13 09:59:20 UTC 2013


Author: miwi
Date: Mon May 13 09:59:19 2013
New Revision: 318062
URL: http://svnweb.freebsd.org/changeset/ports/318062

Log:
  - Convert to PEAR_AUTOINSTALL
  - Trim header
  - Take maintainership

Modified:
  head/devel/pear-HTML_Select_Common/Makefile   (contents, props changed)

Modified: head/devel/pear-HTML_Select_Common/Makefile
==============================================================================
--- head/devel/pear-HTML_Select_Common/Makefile	Mon May 13 09:59:01 2013	(r318061)
+++ head/devel/pear-HTML_Select_Common/Makefile	Mon May 13 09:59:19 2013	(r318062)
@@ -1,29 +1,19 @@
-# Ports collection makefile for:  pear-HTML_Select
-# Date created:			  30 November 2002
-# Whom:				  Thierry Thomas (<thierry at pompo.net>)
-#
+# Created by: Thierry Thomas (<thierry at pompo.net>)
 # $FreeBSD$
-#
 
 PORTNAME=	HTML_Select_Common
 PORTVERSION=	1.2.0
 CATEGORIES=	devel www pear
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	miwi at FreeBSD.org
 COMMENT=	Some small PEAR classes to handle common <select> lists
 
 BUILD_DEPENDS=	${PEARDIR}/HTML/Common.php:${PORTSDIR}/devel/pear-HTML_Common	\
 		${PEARDIR}/I18N/Common.php:${PORTSDIR}/devel/pear-I18N
-RUN_DEPENDS:=	${BUILD_DEPENDS}
+RUN_DEPENDS=	${PEARDIR}/HTML/Common.php:${PORTSDIR}/devel/pear-HTML_Common	\
+		${PEARDIR}/I18N/Common.php:${PORTSDIR}/devel/pear-I18N
 
-FILES=		HTML/Select/Common/BRState.php \
-		HTML/Select/Common/Country.php \
-		HTML/Select/Common/FRDepartements.php \
-		HTML/Select/Common/NOFylke.php \
-		HTML/Select/Common/NOKommune.php \
-		HTML/Select/Common/UKCounty.php \
-		HTML/Select/Common/USState.php
-EXAMPLES=	Country.php UKCounty.php USState.php
+PEAR_AUTOINSTALL=	yes
 
 .include <bsd.port.pre.mk>
 .include "${PORTSDIR}/devel/pear/bsd.pear.mk"


More information about the svn-ports-head mailing list