From owner-svn-ports-head@FreeBSD.ORG Fri Sep 26 09:17:31 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D8ECA484; Fri, 26 Sep 2014 09:17:30 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C1C97920; Fri, 26 Sep 2014 09:17:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8Q9HUSd048623; Fri, 26 Sep 2014 09:17:30 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8Q9HPxX048601; Fri, 26 Sep 2014 09:17:25 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201409260917.s8Q9HPxX048601@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Fri, 26 Sep 2014 09:17:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369312 - in head/textproc: pear-File_Fortune pear-File_MARC pear-Numbers_Roman pear-Numbers_Words pear-Spreadsheet_Excel_Writer pear-Structures_DataGrid_DataSource_RSS pear-Structures_... 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.18-1 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, 26 Sep 2014 09:17:31 -0000 Author: bapt Date: Fri Sep 26 09:17:25 2014 New Revision: 369312 URL: http://svnweb.freebsd.org/changeset/ports/369312 QAT: https://qat.redports.org/buildarchive/r369312/ Log: Convert to USES=pear Modified: head/textproc/pear-File_Fortune/Makefile head/textproc/pear-File_MARC/Makefile head/textproc/pear-Numbers_Roman/Makefile head/textproc/pear-Numbers_Words/Makefile head/textproc/pear-Spreadsheet_Excel_Writer/Makefile head/textproc/pear-Structures_DataGrid_DataSource_RSS/Makefile head/textproc/pear-Structures_DataGrid_DataSource_XML/Makefile head/textproc/pear-Structures_DataGrid_Renderer_CSV/Makefile head/textproc/pear-Structures_DataGrid_Renderer_XLS/Makefile head/textproc/pear-Structures_DataGrid_Renderer_XML/Makefile head/textproc/pear-Symfony_Component_Yaml/Makefile head/textproc/pear-Text_Highlighter/Makefile head/textproc/pear-Text_Template/Makefile head/textproc/pear-XML_Beautifier/Makefile head/textproc/pear-XML_DTD/Makefile head/textproc/pear-XML_Feed_Parser/Makefile head/textproc/pear-XML_HTMLSax/Makefile head/textproc/pear-XML_Wddx/Makefile head/textproc/pear-YAML/Makefile Modified: head/textproc/pear-File_Fortune/Makefile ============================================================================== --- head/textproc/pear-File_Fortune/Makefile Fri Sep 26 09:05:59 2014 (r369311) +++ head/textproc/pear-File_Fortune/Makefile Fri Sep 26 09:17:25 2014 (r369312) @@ -9,11 +9,6 @@ CATEGORIES= textproc pear MAINTAINER= ports@FreeBSD.org COMMENT= Interface for reading from and writing to fortune files -BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear -RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear +USES= pear -PEAR_AUTOINSTALL= yes - -.include -.include "${PORTSDIR}/devel/pear/bsd.pear.mk" -.include +.include Modified: head/textproc/pear-File_MARC/Makefile ============================================================================== --- head/textproc/pear-File_MARC/Makefile Fri Sep 26 09:05:59 2014 (r369311) +++ head/textproc/pear-File_MARC/Makefile Fri Sep 26 09:17:25 2014 (r369312) @@ -8,8 +8,6 @@ CATEGORIES= textproc pear MAINTAINER= miwi@FreeBSD.org COMMENT= Parse, modify, and create MARC records -PEAR_AUTOINSTALL= yes +USES= pear -.include -.include "${PORTSDIR}/devel/pear/bsd.pear.mk" -.include +.include Modified: head/textproc/pear-Numbers_Roman/Makefile ============================================================================== --- head/textproc/pear-Numbers_Roman/Makefile Fri Sep 26 09:05:59 2014 (r369311) +++ head/textproc/pear-Numbers_Roman/Makefile Fri Sep 26 09:17:25 2014 (r369312) @@ -8,11 +8,6 @@ CATEGORIES= textproc devel pear MAINTAINER= miwi@FreeBSD.org COMMENT= PEAR methods for converting to and from Roman Numerals -BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear -RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear +USES= pear -PEAR_AUTOINSTALL= yes - -.include -.include "${PORTSDIR}/devel/pear/bsd.pear.mk" -.include +.include Modified: head/textproc/pear-Numbers_Words/Makefile ============================================================================== --- head/textproc/pear-Numbers_Words/Makefile Fri Sep 26 09:05:59 2014 (r369311) +++ head/textproc/pear-Numbers_Words/Makefile Fri Sep 26 09:17:25 2014 (r369312) @@ -8,13 +8,9 @@ CATEGORIES= textproc pear MAINTAINER= meritus@innervision.pl COMMENT= PEAR package provides methods for spelling numerals in words -BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \ - ${PEARDIR}/Math/BigInteger.php:${PORTSDIR}/math/pear-Math_BigInteger -RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \ - ${PEARDIR}/Math/BigInteger.php:${PORTSDIR}/math/pear-Math_BigInteger +BUILD_DEPENDS= ${PEARDIR}/Math/BigInteger.php:${PORTSDIR}/math/pear-Math_BigInteger +RUN_DEPENDS= ${PEARDIR}/Math/BigInteger.php:${PORTSDIR}/math/pear-Math_BigInteger -PEAR_AUTOINSTALL= yes +USES= pear -.include -.include "${PORTSDIR}/devel/pear/bsd.pear.mk" -.include +.include Modified: head/textproc/pear-Spreadsheet_Excel_Writer/Makefile ============================================================================== --- head/textproc/pear-Spreadsheet_Excel_Writer/Makefile Fri Sep 26 09:05:59 2014 (r369311) +++ head/textproc/pear-Spreadsheet_Excel_Writer/Makefile Fri Sep 26 09:17:25 2014 (r369312) @@ -10,13 +10,9 @@ COMMENT= PEAR class for writing Microsof LICENSE= LGPL3 -BUILD_DEPENDS= ${PEARDIR}/OLE.php:${PORTSDIR}/devel/pear-OLE \ - ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear -RUN_DEPENDS= ${PEARDIR}/OLE.php:${PORTSDIR}/devel/pear-OLE \ - ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear +BUILD_DEPENDS= ${PEARDIR}/OLE.php:${PORTSDIR}/devel/pear-OLE +RUN_DEPENDS= ${PEARDIR}/OLE.php:${PORTSDIR}/devel/pear-OLE -PEAR_AUTOINSTALL= yes +USES= pear -.include -.include "${PORTSDIR}/devel/pear/bsd.pear.mk" -.include +.include Modified: head/textproc/pear-Structures_DataGrid_DataSource_RSS/Makefile ============================================================================== --- head/textproc/pear-Structures_DataGrid_DataSource_RSS/Makefile Fri Sep 26 09:05:59 2014 (r369311) +++ head/textproc/pear-Structures_DataGrid_DataSource_RSS/Makefile Fri Sep 26 09:17:25 2014 (r369312) @@ -11,9 +11,7 @@ COMMENT= DataSource driver using RSS fil BUILD_DEPENDS= ${PEARDIR}/Structures/DataGrid/DataSource/Array.php:${PORTSDIR}/databases/pear-Structures_DataGrid_DataSource_Array RUN_DEPENDS= ${PEARDIR}/Structures/DataGrid/DataSource/Array.php:${PORTSDIR}/databases/pear-Structures_DataGrid_DataSource_Array +USES= pear USE_PHP= mysql -PEAR_AUTOINSTALL= yes -.include -.include "${PORTSDIR}/devel/pear/bsd.pear.mk" -.include +.include Modified: head/textproc/pear-Structures_DataGrid_DataSource_XML/Makefile ============================================================================== --- head/textproc/pear-Structures_DataGrid_DataSource_XML/Makefile Fri Sep 26 09:05:59 2014 (r369311) +++ head/textproc/pear-Structures_DataGrid_DataSource_XML/Makefile Fri Sep 26 09:17:25 2014 (r369312) @@ -11,9 +11,7 @@ COMMENT= DataSource driver using XML fil BUILD_DEPENDS= ${PEARDIR}/Structures/DataGrid/DataSource/Array.php:${PORTSDIR}/databases/pear-Structures_DataGrid_DataSource_Array RUN_DEPENDS= ${PEARDIR}/Structures/DataGrid/DataSource/Array.php:${PORTSDIR}/databases/pear-Structures_DataGrid_DataSource_Array +USES= pear USE_PHP= mysql -PEAR_AUTOINSTALL= yes -.include -.include "${PORTSDIR}/devel/pear/bsd.pear.mk" -.include +.include Modified: head/textproc/pear-Structures_DataGrid_Renderer_CSV/Makefile ============================================================================== --- head/textproc/pear-Structures_DataGrid_Renderer_CSV/Makefile Fri Sep 26 09:05:59 2014 (r369311) +++ head/textproc/pear-Structures_DataGrid_Renderer_CSV/Makefile Fri Sep 26 09:17:25 2014 (r369312) @@ -11,8 +11,6 @@ COMMENT= Renderer driver that generates BUILD_DEPENDS= ${PEARDIR}/Structures/DataGrid/DataSource/Array.php:${PORTSDIR}/databases/pear-Structures_DataGrid_DataSource_Array RUN_DEPENDS= ${PEARDIR}/Structures/DataGrid/DataSource/Array.php:${PORTSDIR}/databases/pear-Structures_DataGrid_DataSource_Array -PEAR_AUTOINSTALL= yes +USES= pear -.include -.include "${PORTSDIR}/devel/pear/bsd.pear.mk" -.include +.include Modified: head/textproc/pear-Structures_DataGrid_Renderer_XLS/Makefile ============================================================================== --- head/textproc/pear-Structures_DataGrid_Renderer_XLS/Makefile Fri Sep 26 09:05:59 2014 (r369311) +++ head/textproc/pear-Structures_DataGrid_Renderer_XLS/Makefile Fri Sep 26 09:17:25 2014 (r369312) @@ -13,8 +13,6 @@ BUILD_DEPENDS= ${PEARDIR}/Structures/Dat RUN_DEPENDS= ${PEARDIR}/Structures/DataGrid/DataSource/Array.php:${PORTSDIR}/databases/pear-Structures_DataGrid_DataSource_Array \ ${PEARDIR}/Spreadsheet/Excel/Writer.php:${PORTSDIR}/textproc/pear-Spreadsheet_Excel_Writer -PEAR_AUTOINSTALL= yes +USES= pear -.include -.include "${PORTSDIR}/devel/pear/bsd.pear.mk" -.include +.include Modified: head/textproc/pear-Structures_DataGrid_Renderer_XML/Makefile ============================================================================== --- head/textproc/pear-Structures_DataGrid_Renderer_XML/Makefile Fri Sep 26 09:05:59 2014 (r369311) +++ head/textproc/pear-Structures_DataGrid_Renderer_XML/Makefile Fri Sep 26 09:17:25 2014 (r369312) @@ -13,8 +13,6 @@ BUILD_DEPENDS= ${PEARDIR}/Structures/Dat RUN_DEPENDS= ${PEARDIR}/Structures/DataGrid/DataSource/Array.php:${PORTSDIR}/databases/pear-Structures_DataGrid_DataSource_Array \ ${PEARDIR}/XML/Util.php:${PORTSDIR}/devel/pear-XML_Util -PEAR_AUTOINSTALL= yes +USES= pear -.include -.include "${PORTSDIR}/devel/pear/bsd.pear.mk" -.include +.include Modified: head/textproc/pear-Symfony_Component_Yaml/Makefile ============================================================================== --- head/textproc/pear-Symfony_Component_Yaml/Makefile Fri Sep 26 09:05:59 2014 (r369311) +++ head/textproc/pear-Symfony_Component_Yaml/Makefile Fri Sep 26 09:17:25 2014 (r369312) @@ -11,8 +11,6 @@ COMMENT= Symfony2 Yaml Component LICENSE= MIT -IGNORE_WITH_PHP=52 +USES= pear -.include -.include "${PORTSDIR}/devel/pear-channel-symfony2/bsd.symfony2.mk" -.include +.include Modified: head/textproc/pear-Text_Highlighter/Makefile ============================================================================== --- head/textproc/pear-Text_Highlighter/Makefile Fri Sep 26 09:05:59 2014 (r369311) +++ head/textproc/pear-Text_Highlighter/Makefile Fri Sep 26 09:17:25 2014 (r369312) @@ -11,8 +11,6 @@ COMMENT= PEAR Syntax highlighting BUILD_DEPENDS= ${PEARDIR}/XML/Parser.php:${PORTSDIR}/devel/pear-XML_Parser RUN_DEPENDS= ${PEARDIR}/XML/Parser.php:${PORTSDIR}/devel/pear-XML_Parser -PEAR_AUTOINSTALL= yes +USES= pear -.include -.include "${PORTSDIR}/devel/pear/bsd.pear.mk" -.include +.include Modified: head/textproc/pear-Text_Template/Makefile ============================================================================== --- head/textproc/pear-Text_Template/Makefile Fri Sep 26 09:05:59 2014 (r369311) +++ head/textproc/pear-Text_Template/Makefile Fri Sep 26 09:17:25 2014 (r369312) @@ -10,14 +10,10 @@ PKGNAMEPREFIX= pear- MAINTAINER= miwi@FreeBSD.org COMMENT= Simple template engine -BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \ - ${PEARDIR}/.channels/pear.phpunit.de.reg:${PORTSDIR}/devel/pear-channel-phpunit -RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \ - ${PEARDIR}/.channels/pear.phpunit.de.reg:${PORTSDIR}/devel/pear-channel-phpunit +BUILD_DEPENDS= ${PEARDIR}/.channels/pear.phpunit.de.reg:${PORTSDIR}/devel/pear-channel-phpunit +RUN_DEPENDS= ${PEARDIR}/.channels/pear.phpunit.de.reg:${PORTSDIR}/devel/pear-channel-phpunit +USES= pear PEAR_CHANNEL= phpunit -PEAR_AUTOINSTALL= yes -.include -.include "${PORTSDIR}/devel/pear/bsd.pear.mk" -.include +.include Modified: head/textproc/pear-XML_Beautifier/Makefile ============================================================================== --- head/textproc/pear-XML_Beautifier/Makefile Fri Sep 26 09:05:59 2014 (r369311) +++ head/textproc/pear-XML_Beautifier/Makefile Fri Sep 26 09:17:25 2014 (r369312) @@ -13,8 +13,6 @@ BUILD_DEPENDS= ${PEARDIR}/XML/Parser.php RUN_DEPENDS= ${PEARDIR}/XML/Parser.php:${PORTSDIR}/devel/pear-XML_Parser \ ${PEARDIR}/XML/Util.php:${PORTSDIR}/devel/pear-XML_Util -PEAR_AUTOINSTALL= yes +USES= pear -.include -.include "${PORTSDIR}/devel/pear/bsd.pear.mk" -.include +.include Modified: head/textproc/pear-XML_DTD/Makefile ============================================================================== --- head/textproc/pear-XML_DTD/Makefile Fri Sep 26 09:05:59 2014 (r369311) +++ head/textproc/pear-XML_DTD/Makefile Fri Sep 26 09:17:25 2014 (r369312) @@ -8,14 +8,9 @@ CATEGORIES= textproc devel pear MAINTAINER= miwi@FreeBSD.org COMMENT= Parsing of DTD files and DTD validation of XML files -BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \ - ${PEARDIR}/XML/Parser.php:${PORTSDIR}/devel/pear-XML_Parser -RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \ - ${PEARDIR}/XML/Parser.php:${PORTSDIR}/devel/pear-XML_Parser +BUILD_DEPENDS= ${PEARDIR}/XML/Parser.php:${PORTSDIR}/devel/pear-XML_Parser +RUN_DEPENDS= ${PEARDIR}/XML/Parser.php:${PORTSDIR}/devel/pear-XML_Parser -USES= dos2unix -PEAR_AUTOINSTALL= yes +USES= dos2unix pear -.include -.include "${PORTSDIR}/devel/pear/bsd.pear.mk" -.include +.include Modified: head/textproc/pear-XML_Feed_Parser/Makefile ============================================================================== --- head/textproc/pear-XML_Feed_Parser/Makefile Fri Sep 26 09:05:59 2014 (r369311) +++ head/textproc/pear-XML_Feed_Parser/Makefile Fri Sep 26 09:17:25 2014 (r369312) @@ -8,12 +8,6 @@ CATEGORIES= textproc devel pear MAINTAINER= miwi@FreeBSD.org COMMENT= Providing a unified API for handling Atom/RSS -BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear -RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear +USE_PHP= tidy dom pear -USE_PHP= tidy dom -PEAR_AUTOINSTALL= yes - -.include -.include "${PORTSDIR}/devel/pear/bsd.pear.mk" -.include +.include Modified: head/textproc/pear-XML_HTMLSax/Makefile ============================================================================== --- head/textproc/pear-XML_HTMLSax/Makefile Fri Sep 26 09:05:59 2014 (r369311) +++ head/textproc/pear-XML_HTMLSax/Makefile Fri Sep 26 09:17:25 2014 (r369312) @@ -8,11 +8,6 @@ CATEGORIES= textproc devel pear MAINTAINER= miwi@FreeBSD.org COMMENT= PEAR SAX parser for HTML and other badly formed XML documents -BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear -RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear +USES= pear -PEAR_AUTOINSTALL= yes - -.include -.include "${PORTSDIR}/devel/pear/bsd.pear.mk" -.include +.include Modified: head/textproc/pear-XML_Wddx/Makefile ============================================================================== --- head/textproc/pear-XML_Wddx/Makefile Fri Sep 26 09:05:59 2014 (r369311) +++ head/textproc/pear-XML_Wddx/Makefile Fri Sep 26 09:17:25 2014 (r369312) @@ -11,8 +11,6 @@ COMMENT= PEAR Wddx pretty serializer and BUILD_DEPENDS= ${PEARDIR}/XML/Parser.php:${PORTSDIR}/devel/pear-XML_Parser RUN_DEPENDS= ${PEARDIR}/XML/Parser.php:${PORTSDIR}/devel/pear-XML_Parser -PEAR_AUTOINSTALL= yes +USES= pear -.include -.include "${PORTSDIR}/devel/pear/bsd.pear.mk" -.include +.include Modified: head/textproc/pear-YAML/Makefile ============================================================================== --- head/textproc/pear-YAML/Makefile Fri Sep 26 09:05:59 2014 (r369311) +++ head/textproc/pear-YAML/Makefile Fri Sep 26 09:17:25 2014 (r369312) @@ -10,15 +10,10 @@ PKGNAMEPREFIX= pear- MAINTAINER= miwi@FreeBSD.org COMMENT= The Symfony YAML Component -BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \ - ${PEARDIR}/.channels/pear.symfony-project.com.reg:${PORTSDIR}/devel/pear-channel-symfony - -RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \ - ${PEARDIR}/.channels/pear.symfony-project.com.reg:${PORTSDIR}/devel/pear-channel-symfony +BUILD_DEPENDS= ${PEARDIR}/.channels/pear.symfony-project.com.reg:${PORTSDIR}/devel/pear-channel-symfony +RUN_DEPENDS= ${PEARDIR}/.channels/pear.symfony-project.com.reg:${PORTSDIR}/devel/pear-channel-symfony +USES= pear PEAR_CHANNEL= symfony -PEAR_AUTOINSTALL= yes -.include -.include "${PORTSDIR}/devel/pear/bsd.pear.mk" -.include +.include