Date: Fri, 15 Mar 2013 00:51:42 +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: r314204 - head/devel/pear-Event_Dispatcher Message-ID: <201303150051.r2F0pg85090535@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: miwi Date: Fri Mar 15 00:51:42 2013 New Revision: 314204 URL: http://svnweb.freebsd.org/changeset/ports/314204 Log: - Convert to PEAR_AUTOINSTALL - Trim header Modified: head/devel/pear-Event_Dispatcher/Makefile (contents, props changed) Modified: head/devel/pear-Event_Dispatcher/Makefile ============================================================================== --- head/devel/pear-Event_Dispatcher/Makefile Fri Mar 15 00:50:41 2013 (r314203) +++ head/devel/pear-Event_Dispatcher/Makefile Fri Mar 15 00:51:42 2013 (r314204) @@ -1,9 +1,5 @@ -# Ports collection makefile for: pear-Event_Dispatcher -# Date created: 15 March 2005 -# Whom: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>) -# +# Created by: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>) # $FreeBSD$ -# PORTNAME= Event_Dispatcher PORTVERSION= 1.1.0 @@ -13,12 +9,9 @@ MAINTAINER= miwi@FreeBSD.org COMMENT= PEAR dispatch notifications using PHP callbacks BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear -RUN_DEPENDS:= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear -FILES= Event/Dispatcher.php Event/Notification.php -EXAMPLES= bubbling.php cancel.php debugging.php notification-class.php \ - object.php -TESTS= AllTests.php DispatcherTest.php +PEAR_AUTOINSTALL= yes post-extract: .for file in ${FILES}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303150051.r2F0pg85090535>