Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 May 2013 09:59:20 +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: r318062 - head/devel/pear-HTML_Select_Common
Message-ID:  <201305130959.r4D9xKJ4051338@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@pompo.net>)
-#
+# Created by: Thierry Thomas (<thierry@pompo.net>)
 # $FreeBSD$
-#
 
 PORTNAME=	HTML_Select_Common
 PORTVERSION=	1.2.0
 CATEGORIES=	devel www pear
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	miwi@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"



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