Date: Mon, 13 May 2013 09:08:51 +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: r318022 - head/devel/pear-HTML_QuickForm_advmultiselect Message-ID: <201305130908.r4D98pnW031703@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: miwi Date: Mon May 13 09:08:51 2013 New Revision: 318022 URL: http://svnweb.freebsd.org/changeset/ports/318022 Log: - Convert to PEAR_AUTOINSTALL - Trim header Modified: head/devel/pear-HTML_QuickForm_advmultiselect/Makefile (contents, props changed) Modified: head/devel/pear-HTML_QuickForm_advmultiselect/Makefile ============================================================================== --- head/devel/pear-HTML_QuickForm_advmultiselect/Makefile Mon May 13 09:07:49 2013 (r318021) +++ head/devel/pear-HTML_QuickForm_advmultiselect/Makefile Mon May 13 09:08:51 2013 (r318022) @@ -1,9 +1,5 @@ -# Ports collection makefile for: pear-HTML_QuickForm_advmultiselect -# Date created: 11 November 2005 -# Whom: Chris St Denis <chris@ctgameinfo.com> -# +# Created by: Chris St Denis <chris@ctgameinfo.com> # $FreeBSD$ -# PORTNAME= HTML_QuickForm_advmultiselect PORTVERSION= 1.5.0 @@ -14,26 +10,10 @@ COMMENT= Element for PEAR::HTML_QuickFor BUILD_DEPENDS= ${PEARDIR}/HTML/QuickForm.php:${PORTSDIR}/devel/pear-HTML_QuickForm \ ${PEARDIR}/HTML/Common.php:${PORTSDIR}/devel/pear-HTML_Common -RUN_DEPENDS:= ${BUILD_DEPENDS} - -CATEGORY= HTML/QuickForm -FILES= advmultiselect.php qfamsHandler.js qfamsHandler-min.js - -EXAMPLES= bluestar-12.gif down.png \ - goldstar-12.gif itdynamic.html \ - qfams_basic_1.php qfams_basic_2.php \ - qfams_custom_1.php qfams_custom_2.php \ - qfams_custom_3.php qfams_custom_4.php \ - qfams_custom_5.php qfams_custom_6.php \ - qfams_custom_7.php qfams_custom_8.php \ - qfams_custom_9.php qfams_multiple_1.php \ - qfams_multiple_2.php qfams_template_1.php \ - up.png +RUN_DEPENDS= ${PEARDIR}/HTML/QuickForm.php:${PORTSDIR}/devel/pear-HTML_QuickForm \ + ${PEARDIR}/HTML/Common.php:${PORTSDIR}/devel/pear-HTML_Common -TESTS= AllTests.php \ - HTML_QuickForm_advmultiselect_TestSuite_Basic.php \ - HTML_QuickForm_advmultiselect_TestSuite_Custom.php \ - HTML_QuickForm_advmultiselect_TestSuite_Exception.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?201305130908.r4D98pnW031703>