From owner-svn-ports-head@FreeBSD.ORG Fri Mar 15 00:51:43 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 29B48F47; Fri, 15 Mar 2013 00:51:43 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 11AB16FC; Fri, 15 Mar 2013 00:51:43 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r2F0pgM2090536; Fri, 15 Mar 2013 00:51:42 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r2F0pg85090535; Fri, 15 Mar 2013 00:51:42 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201303150051.r2F0pg85090535@svn.freebsd.org> From: Martin Wilke Date: Fri, 15 Mar 2013 00:51:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r314204 - head/devel/pear-Event_Dispatcher X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Mar 2013 00:51:43 -0000 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 () -# +# Created by: Antonio Carlos Venancio Junior () # $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}