svn commit: r318027 - head/devel/pear-HTML_QuickForm_Controller

Martin Wilke miwi at FreeBSD.org
Mon May 13 09:17:34 UTC 2013


Author: miwi
Date: Mon May 13 09:17:34 2013
New Revision: 318027
URL: http://svnweb.freebsd.org/changeset/ports/318027

Log:
  - Convert to PEAR_AUTOINSTALL
  - Trim header

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

Modified: head/devel/pear-HTML_QuickForm_Controller/Makefile
==============================================================================
--- head/devel/pear-HTML_QuickForm_Controller/Makefile	Mon May 13 09:16:11 2013	(r318026)
+++ head/devel/pear-HTML_QuickForm_Controller/Makefile	Mon May 13 09:17:34 2013	(r318027)
@@ -1,9 +1,5 @@
-# Ports collection makefile for:  pear-HTML_QuickForm_Controller
-# Date created:			  2 September 2004
-# Whom:				  Dmitry Karasik (<dk at catpipe.net>)
-#
+# Created by: Dmitry Karasik (<dk at catpipe.net>)
 # $FreeBSD$
-#
 
 PORTNAME=	HTML_QuickForm_Controller
 PORTVERSION=	1.0.9
@@ -13,13 +9,9 @@ MAINTAINER=	dk at catpipe.net
 COMMENT=	The add-on to HTML_QuickForm that allows building of multipage forms
 
 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=		Action.php Controller.php Page.php Action/Back.php Action/Direct.php \
-		Action/Display.php Action/Jump.php Action/Next.php Action/Submit.php
-EXAMPLES=	simple.php tabbed.php wizard.php regWizard.php upload.php \
-		templates/upload.html statemachine.php
+PEAR_AUTOINSTALL=	yes
 
 .include <bsd.port.pre.mk>
 .include "${PORTSDIR}/devel/pear/bsd.pear.mk"


More information about the svn-ports-all mailing list