From owner-svn-ports-all@FreeBSD.ORG Fri Mar 15 02:22:36 2013 Return-Path: Delivered-To: svn-ports-all@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 B57E2E93; Fri, 15 Mar 2013 02:22:36 +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 9E5289A7; Fri, 15 Mar 2013 02:22:36 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r2F2MaIx019829; Fri, 15 Mar 2013 02:22:36 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r2F2Mapd019828; Fri, 15 Mar 2013 02:22:36 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201303150222.r2F2Mapd019828@svn.freebsd.org> From: Martin Wilke Date: Fri, 15 Mar 2013 02:22:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r314226 - head/devel/pear-Config X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Mar 2013 02:22:36 -0000 Author: miwi Date: Fri Mar 15 02:22:36 2013 New Revision: 314226 URL: http://svnweb.freebsd.org/changeset/ports/314226 Log: - Convert to PEAR_AUTOINSTALL Modified: head/devel/pear-Config/Makefile (contents, props changed) Modified: head/devel/pear-Config/Makefile ============================================================================== --- head/devel/pear-Config/Makefile Fri Mar 15 02:21:39 2013 (r314225) +++ head/devel/pear-Config/Makefile Fri Mar 15 02:22:36 2013 (r314226) @@ -9,26 +9,14 @@ MAINTAINER= miwi@FreeBSD.org COMMENT= Your configurations swiss-army knife BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear -RUN_DEPENDS:= ${BUILD_DEPENDS} +RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear LATEST_LINK= pear-${PORTNAME} OPTIONS_DEFINE= PEAR_XML_PARSER PEAR_XML_UTIL PEAR_XML_PARSER_DESC= PEAR::XML_Parser support PEAR_XML_UTIL_DESC= PEAR::XML_Util support -FILES= Config/Container/Apache.php Config/Container/GenericConf.php \ - Config/Container/IniCommented.php Config/Container/IniFile.php \ - Config/Container/PHPArray.php Config/Container/PHPConstants.php \ - Config/Container/XML.php Config/Container.php Config.php -DOCS= Apache.php IniCommented.php IniFromScratch.php -TESTS= bug2742.ini bug2742.phpt bug2780.phpt bug3051.phpt bug3051.xml \ - bug3137.phpt bug3298.phpt bug3298.xml bug3398.ini bug3398.phpt \ - bug3590-input.php bug3590.phpt bug4623.conf bug4623.phpt \ - bug6441.ini bug6441.phpt bug7544-inicommented.phpt \ - bug7544-inifile.phpt bug7544.ini bug7652.phpt bug7652.xml \ - bug8357-inicommented.phpt bug8357-inifile.phpt bug8357.ini \ - bug10010.phpt bug10185.phpt phpt_test.php.inc setup.php.inc -_TESTSDIR= test +PEAR_AUTOINSTALL= yes .include