Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Mar 2013 16:14:18 +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: r314366 - head/devel/pear-HTML_QuickForm_SelectFilter
Message-ID:  <201303161614.r2GGEI4a018521@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Sat Mar 16 16:14:17 2013
New Revision: 314366
URL: http://svnweb.freebsd.org/changeset/ports/314366

Log:
  - Convert to PEAR_AUTOINSTALL

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

Modified: head/devel/pear-HTML_QuickForm_SelectFilter/Makefile
==============================================================================
--- head/devel/pear-HTML_QuickForm_SelectFilter/Makefile	Sat Mar 16 16:14:01 2013	(r314365)
+++ head/devel/pear-HTML_QuickForm_SelectFilter/Makefile	Sat Mar 16 16:14:17 2013	(r314366)
@@ -1,23 +1,18 @@
-# Ports collection makefile for:  pear-HTML_QuickForm_SelectFilter
-# Date created:			  15 December 2004
-# Whom:				  Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
-#
+# Created by: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
 # $FreeBSD$
-#
 
 PORTNAME=	HTML_QuickForm_SelectFilter
 PORTVERSION=	1.0.0
 CATEGORIES=	devel www pear
 DISTNAME=	${PORTNAME}-${PORTVERSION}RC1
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	miwi@FreeBSD.org
 COMMENT=	Element for PEAR::HTML_QuickForm that defines dynamic filters
 
 BUILD_DEPENDS=	${PEARDIR}/HTML/QuickForm.php:${PORTSDIR}/devel/pear-HTML_QuickForm
-RUN_DEPENDS:=	${BUILD_DEPENDS}
+RUN_DEPENDS=	${PEARDIR}/HTML/QuickForm.php:${PORTSDIR}/devel/pear-HTML_QuickForm
 
-CATEGORY=	HTML/QuickForm
-FILES=		SelectFilter.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?201303161614.r2GGEI4a018521>