Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 May 2013 09:17:34 +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: r318027 - head/devel/pear-HTML_QuickForm_Controller
Message-ID:  <201305130917.r4D9HYO1035405@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@catpipe.net>)
-#
+# Created by: Dmitry Karasik (<dk@catpipe.net>)
 # $FreeBSD$
-#
 
 PORTNAME=	HTML_QuickForm_Controller
 PORTVERSION=	1.0.9
@@ -13,13 +9,9 @@ MAINTAINER=	dk@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"



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