From owner-svn-ports-head@FreeBSD.ORG Tue Sep 23 16:37:45 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 16493F; Tue, 23 Sep 2014 16:37:45 +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 F2E0181C; Tue, 23 Sep 2014 16:37:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8NGbiAv082731; Tue, 23 Sep 2014 16:37:44 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8NGbgPl082719; Tue, 23 Sep 2014 16:37:42 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201409231637.s8NGbgPl082719@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Tue, 23 Sep 2014 16:37:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369089 - in head: games/pear-Games_Chess graphics/pear-IO_SWF graphics/pear-Image_3D graphics/pear-Image_Barcode graphics/pear-Image_Barcode2 graphics/pear-Image_Canvas graphics/pear-I... 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: Tue, 23 Sep 2014 16:37:45 -0000 Author: bapt Date: Tue Sep 23 16:37:41 2014 New Revision: 369089 URL: http://svnweb.freebsd.org/changeset/ports/369089 QAT: https://qat.redports.org/buildarchive/r369089/ Log: Convert to USES=pear Modified: head/games/pear-Games_Chess/Makefile head/graphics/pear-IO_SWF/Makefile head/graphics/pear-Image_3D/Makefile head/graphics/pear-Image_Barcode/Makefile head/graphics/pear-Image_Barcode2/Makefile head/graphics/pear-Image_Canvas/Makefile head/graphics/pear-Image_Color/Makefile head/graphics/pear-Image_Graph/Makefile head/graphics/pear-Image_GraphViz/Makefile head/graphics/pear-Image_Transform/Makefile Modified: head/games/pear-Games_Chess/Makefile ============================================================================== --- head/games/pear-Games_Chess/Makefile Tue Sep 23 16:33:50 2014 (r369088) +++ head/games/pear-Games_Chess/Makefile Tue Sep 23 16:37:41 2014 (r369089) @@ -8,11 +8,6 @@ CATEGORIES= games devel pear MAINTAINER= miwi@FreeBSD.org COMMENT= PEAR methods for constructing and validating chess games in PGN -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/graphics/pear-IO_SWF/Makefile ============================================================================== --- head/graphics/pear-IO_SWF/Makefile Tue Sep 23 16:33:50 2014 (r369088) +++ head/graphics/pear-IO_SWF/Makefile Tue Sep 23 16:37:41 2014 (r369089) @@ -19,8 +19,6 @@ RUN_DEPENDS= pear-IO_Bit>0:${PORTSDIR}/d USE_PHP= yes PEAR_CHANNEL= openpear -PEAR_AUTOINSTALL= yes +USES= pear -.include -.include "${PORTSDIR}/devel/pear/bsd.pear.mk" -.include +.include Modified: head/graphics/pear-Image_3D/Makefile ============================================================================== --- head/graphics/pear-Image_3D/Makefile Tue Sep 23 16:33:50 2014 (r369088) +++ head/graphics/pear-Image_3D/Makefile Tue Sep 23 16:37:41 2014 (r369089) @@ -8,15 +8,7 @@ CATEGORIES= graphics www pear MAINTAINER= miwi@FreeBSD.org COMMENT= PEAR class allows the rendering of 3 dimensional objects -BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear -RUN_DEPENDS:= ${BUILD_DEPENDS} - USE_PHP= gd +USES= pear -LATEST_LINK= pear-${PORTNAME} - -PEAR_AUTOINSTALL= yes - -.include -.include "${PORTSDIR}/devel/pear/bsd.pear.mk" -.include +.include Modified: head/graphics/pear-Image_Barcode/Makefile ============================================================================== --- head/graphics/pear-Image_Barcode/Makefile Tue Sep 23 16:33:50 2014 (r369088) +++ head/graphics/pear-Image_Barcode/Makefile Tue Sep 23 16:37:41 2014 (r369089) @@ -8,23 +8,12 @@ CATEGORIES= graphics www pear MAINTAINER= miwi@FreeBSD.org COMMENT= PEAR class for barcode generation -BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear -RUN_DEPENDS:= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear - USE_PHP= gd - -LATEST_LINK= pear-${PORTNAME} +USES= pear OPTIONS_DEFINE= PEAR_PHP_COMPAT PEAR_PHP_COMPAT_DESC= PEAR::PHP_Compat support -PEAR_AUTOINSTALL= yes - -.include - -.if ${PORT_OPTIONS:MPEAR_PHP_COMPAT} -RUN_DEPENDS+= ${PEARDIR}/PHP/Compat.php:${PORTSDIR}/devel/pear-PHP_Compat -.endif +PEAR_PHP_COMPAT_RUN_DEPENDS= ${PEARDIR}/PHP/Compat.php:${PORTSDIR}/devel/pear-PHP_Compat -.include "${PORTSDIR}/devel/pear/bsd.pear.mk" -.include +.include Modified: head/graphics/pear-Image_Barcode2/Makefile ============================================================================== --- head/graphics/pear-Image_Barcode2/Makefile Tue Sep 23 16:33:50 2014 (r369088) +++ head/graphics/pear-Image_Barcode2/Makefile Tue Sep 23 16:37:41 2014 (r369089) @@ -8,14 +8,7 @@ CATEGORIES= graphics www pear MAINTAINER= 5u623l20@gmail.com COMMENT= PEAR class for barcode generation -BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear -RUN_DEPENDS:= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear - USE_PHP= gd -PEAR_AUTOINSTALL= yes - -LATEST_LINK= pear-${PORTNAME} +USES= pear -.include -.include "${PORTSDIR}/devel/pear/bsd.pear.mk" -.include +.include Modified: head/graphics/pear-Image_Canvas/Makefile ============================================================================== --- head/graphics/pear-Image_Canvas/Makefile Tue Sep 23 16:33:50 2014 (r369088) +++ head/graphics/pear-Image_Canvas/Makefile Tue Sep 23 16:37:41 2014 (r369089) @@ -9,23 +9,9 @@ CATEGORIES= graphics www pear MAINTAINER= numisemis@yahoo.com COMMENT= OO PEAR common interface to image drawing -BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear RUN_DEPENDS= ${PEARDIR}/Image/Color.php:${PORTSDIR}/graphics/pear-Image_Color USE_PHP= gd -USES= dos2unix +USES= dos2unix pear -PEAR_AUTOINSTALL= yes - -LATEST_LINK= pear-Image_Canvas - -post-patch: -.for file in ${FILES} - @${REINPLACE_CMD} -e "s|@package_version@|${DISTVERSION}|" ${WRKSRC}/${file} - @${FIND} ${WRKSRC} -name "*.bak" -delete -.endfor - -.include -.include "${PORTSDIR}/devel/pear/bsd.pear.mk" - -.include +.include Modified: head/graphics/pear-Image_Color/Makefile ============================================================================== --- head/graphics/pear-Image_Color/Makefile Tue Sep 23 16:33:50 2014 (r369088) +++ head/graphics/pear-Image_Color/Makefile Tue Sep 23 16:37:41 2014 (r369089) @@ -8,12 +8,7 @@ CATEGORIES= graphics www pear MAINTAINER= miwi@FreeBSD.org COMMENT= PEAR::Image_Color manages and handles color data and conversions -BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear -RUN_DEPENDS:= ${BUILD_DEPENDS} - USE_PHP= gd -PEAR_AUTOINSTALL= yes +USES= pear -.include -.include "${PORTSDIR}/devel/pear/bsd.pear.mk" -.include +.include Modified: head/graphics/pear-Image_Graph/Makefile ============================================================================== --- head/graphics/pear-Image_Graph/Makefile Tue Sep 23 16:33:50 2014 (r369088) +++ head/graphics/pear-Image_Graph/Makefile Tue Sep 23 16:37:41 2014 (r369089) @@ -8,26 +8,11 @@ CATEGORIES= graphics www pear MAINTAINER= miwi@FreeBSD.org COMMENT= OO PEAR graph rendering package -BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear RUN_DEPENDS= ${PEARDIR}/Log.php:${PORTSDIR}/sysutils/pear-Log \ ${PEARDIR}/Image/Canvas.php:${PORTSDIR}/graphics/pear-Image_Canvas -PEAR_AUTOINSTALL= yes USE_PHP= yes -USES= dos2unix +USES= dos2unix pear DOS2UNIX_REGEX= .*php$$ -DEFAULT_PHP_VER= 5 -LATEST_LINK= pear-Image_Graph - -.include -post-patch: -# don't modify images -.for file in ${FILES} - @if ${ECHO_CMD} ${file} | ${GREP} -q -e "php$$" ; then \ - ${REINPLACE_CMD} -e "s|@package_version@|${DISTVERSION}|" ${WRKSRC}/${file}; \ - fi -.endfor - -.include "${PORTSDIR}/devel/pear/bsd.pear.mk" -.include +.include Modified: head/graphics/pear-Image_GraphViz/Makefile ============================================================================== --- head/graphics/pear-Image_GraphViz/Makefile Tue Sep 23 16:33:50 2014 (r369088) +++ head/graphics/pear-Image_GraphViz/Makefile Tue Sep 23 16:37:41 2014 (r369089) @@ -8,12 +8,8 @@ CATEGORIES= graphics www pear MAINTAINER= miwi@FreeBSD.org COMMENT= Interface to AT&T's GraphViz tools -BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear -RUN_DEPENDS:= ${BUILD_DEPENDS} \ - ${LOCALBASE}/bin/dot:${PORTSDIR}/graphics/graphviz +RUN_DEPENDS= ${LOCALBASE}/bin/dot:${PORTSDIR}/graphics/graphviz -PEAR_AUTOINSTALL= yes +USES= pear -.include -.include "${PORTSDIR}/devel/pear/bsd.pear.mk" -.include +.include Modified: head/graphics/pear-Image_Transform/Makefile ============================================================================== --- head/graphics/pear-Image_Transform/Makefile Tue Sep 23 16:33:50 2014 (r369088) +++ head/graphics/pear-Image_Transform/Makefile Tue Sep 23 16:37:41 2014 (r369089) @@ -8,12 +8,7 @@ CATEGORIES= graphics www pear MAINTAINER= miwi@FreeBSD.org COMMENT= Standard interface to manipulate images using different libraries -BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear -RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear - USE_PHP= gd -PEAR_AUTOINSTALL= yes +USES= pear -.include -.include "${PORTSDIR}/devel/pear/bsd.pear.mk" -.include +.include