Date: Tue, 23 Sep 2014 16:57:57 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369094 - in head/net: pear-Auth_RADIUS pear-File_Bittorrent2 pear-Net_CDDB pear-Net_CheckIP pear-Net_DIME pear-Net_DNSBL pear-Net_Dict pear-Net_Finger pear-Net_Geo pear-Net_GeoIP pear-... Message-ID: <201409231657.s8NGvv2s093733@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Tue Sep 23 16:57:57 2014 New Revision: 369094 URL: http://svnweb.freebsd.org/changeset/ports/369094 QAT: https://qat.redports.org/buildarchive/r369094/ Log: Convert to USES=pear Modified: head/net/pear-Auth_RADIUS/Makefile head/net/pear-File_Bittorrent2/Makefile head/net/pear-Net_CDDB/Makefile head/net/pear-Net_CheckIP/Makefile head/net/pear-Net_DIME/Makefile head/net/pear-Net_DNSBL/Makefile head/net/pear-Net_Dict/Makefile head/net/pear-Net_Finger/Makefile head/net/pear-Net_Geo/Makefile head/net/pear-Net_GeoIP/Makefile head/net/pear-Net_IDNA/Makefile head/net/pear-Net_IPv4/Makefile head/net/pear-Net_IPv6/Makefile head/net/pear-Net_Ident/Makefile head/net/pear-Net_LDAP/Makefile head/net/pear-Net_LDAP2/Makefile head/net/pear-Net_MAC/Makefile head/net/pear-Net_NNTP/Makefile head/net/pear-Net_Nmap/Makefile head/net/pear-Net_POP3/Makefile head/net/pear-Net_Ping/Makefile head/net/pear-Net_SMS/Makefile head/net/pear-Net_SMTP/Makefile head/net/pear-Net_Server/Makefile head/net/pear-Net_Sieve/Makefile head/net/pear-Net_Socket/Makefile head/net/pear-Net_Traceroute/Makefile head/net/pear-Net_URL/Makefile head/net/pear-Net_URL2/Makefile head/net/pear-Net_URL_Mapper/Makefile head/net/pear-Net_UserAgent_Detect/Makefile head/net/pear-Net_UserAgent_Mobile/Makefile head/net/pear-Net_Vpopmaild/Makefile head/net/pear-Net_Whois/Makefile head/net/pear-SOAP/Makefile head/net/pear-Services_Pingback/Makefile head/net/pear-Services_Twitter/Makefile head/net/pear-URI_Template/Makefile head/net/pear-XML_RPC/Makefile head/net/pear-XML_RPC2/Makefile Modified: head/net/pear-Auth_RADIUS/Makefile ============================================================================== --- head/net/pear-Auth_RADIUS/Makefile Tue Sep 23 16:47:31 2014 (r369093) +++ head/net/pear-Auth_RADIUS/Makefile Tue Sep 23 16:57:57 2014 (r369094) @@ -8,13 +8,7 @@ CATEGORIES= net security pear MAINTAINER= miwi@FreeBSD.org COMMENT= PEAR wrapper classes for the RADIUS PECL -BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear -RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear - USE_PHP= radius +USES= pear -PEAR_AUTOINSTALL= yes - -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/devel/pear/bsd.pear.mk" -.include <bsd.port.post.mk> +.include <bsd.port.mk> Modified: head/net/pear-File_Bittorrent2/Makefile ============================================================================== --- head/net/pear-File_Bittorrent2/Makefile Tue Sep 23 16:47:31 2014 (r369093) +++ head/net/pear-File_Bittorrent2/Makefile Tue Sep 23 16:57:57 2014 (r369094) @@ -8,11 +8,6 @@ CATEGORIES= net pear MAINTAINER= miwi@FreeBSD.org COMMENT= Decode and Encode data in Bittorrent format -BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear -RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear +USES= pear -PEAR_AUTOINSTALL= yes - -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/devel/pear/bsd.pear.mk" -.include <bsd.port.post.mk> +.include <bsd.port.mk> Modified: head/net/pear-Net_CDDB/Makefile ============================================================================== --- head/net/pear-Net_CDDB/Makefile Tue Sep 23 16:47:31 2014 (r369093) +++ head/net/pear-Net_CDDB/Makefile Tue Sep 23 16:57:57 2014 (r369094) @@ -15,9 +15,6 @@ RUN_DEPENDS= ${PEARDIR}/Net/Socket.php:$ ${PEARDIR}/HTTP/Request.php:${PORTSDIR}/www/pear-HTTP_Request \ ${PEARDIR}/MDB2.php:${PORTSDIR}/databases/pear-MDB2 -USES= dos2unix -PEAR_AUTOINSTALL= yes +USES= dos2unix pear -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/devel/pear/bsd.pear.mk" -.include <bsd.port.post.mk> +.include <bsd.port.mk> Modified: head/net/pear-Net_CheckIP/Makefile ============================================================================== --- head/net/pear-Net_CheckIP/Makefile Tue Sep 23 16:47:31 2014 (r369093) +++ head/net/pear-Net_CheckIP/Makefile Tue Sep 23 16:57:57 2014 (r369094) @@ -8,11 +8,6 @@ CATEGORIES= net pear MAINTAINER= miwi@FreeBSD.org COMMENT= Check the syntax of IPv4 addresses -BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear -RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear +USES= pear -PEAR_AUTOINSTALL= yes - -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/devel/pear/bsd.pear.mk" -.include <bsd.port.post.mk> +.include <bsd.port.mk> Modified: head/net/pear-Net_DIME/Makefile ============================================================================== --- head/net/pear-Net_DIME/Makefile Tue Sep 23 16:47:31 2014 (r369093) +++ head/net/pear-Net_DIME/Makefile Tue Sep 23 16:57:57 2014 (r369094) @@ -9,11 +9,6 @@ CATEGORIES= net pear MAINTAINER= miwi@FreeBSD.org COMMENT= The PEAR::Net_DIME class implements DIME encoding -BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear -RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear +USES= pear -PEAR_AUTOINSTALL= yes - -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/devel/pear/bsd.pear.mk" -.include <bsd.port.post.mk> +.include <bsd.port.mk> Modified: head/net/pear-Net_DNSBL/Makefile ============================================================================== --- head/net/pear-Net_DNSBL/Makefile Tue Sep 23 16:47:31 2014 (r369093) +++ head/net/pear-Net_DNSBL/Makefile Tue Sep 23 16:57:57 2014 (r369094) @@ -18,11 +18,8 @@ RUN_DEPENDS:= ${PEARDIR}/Cache/Lite.php: ${PEARDIR}/HTTP/Request2.php:${PORTSDIR}/www/pear-HTTP_Request2 USE_PHP= yes - -PEAR_AUTOINSTALL= yes +USES= pear PORTSCOUT= skipv:1.3.0a1 -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/devel/pear/bsd.pear.mk" -.include <bsd.port.post.mk> +.include <bsd.port.mk> Modified: head/net/pear-Net_Dict/Makefile ============================================================================== --- head/net/pear-Net_Dict/Makefile Tue Sep 23 16:47:31 2014 (r369093) +++ head/net/pear-Net_Dict/Makefile Tue Sep 23 16:57:57 2014 (r369094) @@ -13,8 +13,6 @@ BUILD_DEPENDS= ${PEARDIR}/Net/Socket.php RUN_DEPENDS= ${PEARDIR}/Net/Socket.php:${PORTSDIR}/net/pear-Net_Socket \ ${PEARDIR}/Cache.php:${PORTSDIR}/sysutils/pear-Cache -PEAR_AUTOINSTALL= yes +USES= pear -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/devel/pear/bsd.pear.mk" -.include <bsd.port.post.mk> +.include <bsd.port.mk> Modified: head/net/pear-Net_Finger/Makefile ============================================================================== --- head/net/pear-Net_Finger/Makefile Tue Sep 23 16:47:31 2014 (r369093) +++ head/net/pear-Net_Finger/Makefile Tue Sep 23 16:57:57 2014 (r369094) @@ -11,8 +11,6 @@ COMMENT= PEAR class that provides a tool BUILD_DEPENDS= ${PEARDIR}/Net/Socket.php:${PORTSDIR}/net/pear-Net_Socket RUN_DEPENDS= ${PEARDIR}/Net/Socket.php:${PORTSDIR}/net/pear-Net_Socket -PEAR_AUTOINSTALL= yes +USES= pear -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/devel/pear/bsd.pear.mk" -.include <bsd.port.post.mk> +.include <bsd.port.mk> Modified: head/net/pear-Net_Geo/Makefile ============================================================================== --- head/net/pear-Net_Geo/Makefile Tue Sep 23 16:47:31 2014 (r369093) +++ head/net/pear-Net_Geo/Makefile Tue Sep 23 16:57:57 2014 (r369094) @@ -8,15 +8,11 @@ CATEGORIES= net pear MAINTAINER= miwi@FreeBSD.org COMMENT= Geographical locations based on Internet address -BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \ - ${PEARDIR}/Cache.php:${PORTSDIR}/sysutils/pear-Cache \ +BUILD_DEPENDS= ${PEARDIR}/Cache.php:${PORTSDIR}/sysutils/pear-Cache \ ${PEARDIR}/XML/Serializer.php:${PORTSDIR}/devel/pear-XML_Serializer -RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \ - ${PEARDIR}/Cache.php:${PORTSDIR}/sysutils/pear-Cache \ +RUN_DEPENDS= ${PEARDIR}/Cache.php:${PORTSDIR}/sysutils/pear-Cache \ ${PEARDIR}/XML/Serializer.php:${PORTSDIR}/devel/pear-XML_Serializer -PEAR_AUTOINSTALL= yes +USES= pear -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/devel/pear/bsd.pear.mk" -.include <bsd.port.post.mk> +.include <bsd.port.mk> Modified: head/net/pear-Net_GeoIP/Makefile ============================================================================== --- head/net/pear-Net_GeoIP/Makefile Tue Sep 23 16:47:31 2014 (r369093) +++ head/net/pear-Net_GeoIP/Makefile Tue Sep 23 16:57:57 2014 (r369094) @@ -10,15 +10,11 @@ DISTNAME= Net_GeoIP-1.0.0RC1 MAINTAINER= miwi@FreeBSD.org COMMENT= Library to perform geo-location lookups of IP addresses -BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \ - ${PEARDIR}/Cache.php:${PORTSDIR}/sysutils/pear-Cache \ +BUILD_DEPENDS= ${PEARDIR}/Cache.php:${PORTSDIR}/sysutils/pear-Cache \ ${PEARDIR}/XML/Serializer.php:${PORTSDIR}/devel/pear-XML_Serializer -RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \ - ${PEARDIR}/Cache.php:${PORTSDIR}/sysutils/pear-Cache \ +RUN_DEPENDS= ${PEARDIR}/Cache.php:${PORTSDIR}/sysutils/pear-Cache \ ${PEARDIR}/XML/Serializer.php:${PORTSDIR}/devel/pear-XML_Serializer -PEAR_AUTOINSTALL= yes +USES= pear -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/devel/pear/bsd.pear.mk" -.include <bsd.port.post.mk> +.include <bsd.port.mk> Modified: head/net/pear-Net_IDNA/Makefile ============================================================================== --- head/net/pear-Net_IDNA/Makefile Tue Sep 23 16:47:31 2014 (r369093) +++ head/net/pear-Net_IDNA/Makefile Tue Sep 23 16:57:57 2014 (r369094) @@ -8,11 +8,6 @@ CATEGORIES= net pear MAINTAINER= miwi@FreeBSD.org COMMENT= Pear Punycode encoding and decoding package -BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear -RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear +USES= pear -PEAR_AUTOINSTALL= yes - -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/devel/pear/bsd.pear.mk" -.include <bsd.port.post.mk> +.include <bsd.port.mk> Modified: head/net/pear-Net_IPv4/Makefile ============================================================================== --- head/net/pear-Net_IPv4/Makefile Tue Sep 23 16:47:31 2014 (r369093) +++ head/net/pear-Net_IPv4/Makefile Tue Sep 23 16:57:57 2014 (r369094) @@ -8,11 +8,6 @@ CATEGORIES= net pear MAINTAINER= miwi@FreeBSD.org COMMENT= IPv4 network calculations and validation -BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear -RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear +USES= pear -PEAR_AUTOINSTALL= yes - -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/devel/pear/bsd.pear.mk" -.include <bsd.port.post.mk> +.include <bsd.port.mk> Modified: head/net/pear-Net_IPv6/Makefile ============================================================================== --- head/net/pear-Net_IPv6/Makefile Tue Sep 23 16:47:31 2014 (r369093) +++ head/net/pear-Net_IPv6/Makefile Tue Sep 23 16:57:57 2014 (r369094) @@ -8,12 +8,8 @@ CATEGORIES= net pear MAINTAINER= miwi@FreeBSD.org COMMENT= Check and validate IPv6 addresses -BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear -RUN_DEPENDS:= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear +USES= pear PORTSCOUT= skipv:1.2.2b,1.2.2b2 -PEAR_AUTOINSTALL= yes -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/devel/pear/bsd.pear.mk" -.include <bsd.port.post.mk> +.include <bsd.port.mk> Modified: head/net/pear-Net_Ident/Makefile ============================================================================== --- head/net/pear-Net_Ident/Makefile Tue Sep 23 16:47:31 2014 (r369093) +++ head/net/pear-Net_Ident/Makefile Tue Sep 23 16:57:57 2014 (r369094) @@ -8,11 +8,6 @@ CATEGORIES= net www pear MAINTAINER= miwi@FreeBSD.org COMMENT= PEAR identification protocol implementation -BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear -RUN_DEPENDS:= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear +USES= pear -PEAR_AUTOINSTALL= yes - -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/devel/pear/bsd.pear.mk" -.include <bsd.port.post.mk> +.include <bsd.port.mk> Modified: head/net/pear-Net_LDAP/Makefile ============================================================================== --- head/net/pear-Net_LDAP/Makefile Tue Sep 23 16:47:31 2014 (r369093) +++ head/net/pear-Net_LDAP/Makefile Tue Sep 23 16:57:57 2014 (r369094) @@ -9,11 +9,6 @@ CATEGORIES= net pear MAINTAINER= ports@FreeBSD.org COMMENT= OO interface for searching and manipulating LDAP-entries -BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear -RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear +USES= pear -PEAR_AUTOINSTALL= yes - -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/devel/pear/bsd.pear.mk" -.include <bsd.port.post.mk> +.include <bsd.port.mk> Modified: head/net/pear-Net_LDAP2/Makefile ============================================================================== --- head/net/pear-Net_LDAP2/Makefile Tue Sep 23 16:47:31 2014 (r369093) +++ head/net/pear-Net_LDAP2/Makefile Tue Sep 23 16:57:57 2014 (r369094) @@ -9,13 +9,7 @@ CATEGORIES= net pear MAINTAINER= miwi@FreeBSD.org COMMENT= OO interface for searching and manipulating LDAP-entries -BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear -RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear - +USES= pear USE_PHP= ldap -PEAR_AUTOINSTALL=yes - -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/devel/pear/bsd.pear.mk" -.include <bsd.port.post.mk> +.include <bsd.port.mk> Modified: head/net/pear-Net_MAC/Makefile ============================================================================== --- head/net/pear-Net_MAC/Makefile Tue Sep 23 16:47:31 2014 (r369093) +++ head/net/pear-Net_MAC/Makefile Tue Sep 23 16:57:57 2014 (r369094) @@ -9,11 +9,6 @@ CATEGORIES= net pear MAINTAINER= miwi@FreeBSD.org COMMENT= PEAR class that validates and formats MAC addresses -BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear -RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear +USES= pear -PEAR_AUTOINSTALL= yes - -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/devel/pear/bsd.pear.mk" -.include <bsd.port.post.mk> +.include <bsd.port.mk> Modified: head/net/pear-Net_NNTP/Makefile ============================================================================== --- head/net/pear-Net_NNTP/Makefile Tue Sep 23 16:47:31 2014 (r369093) +++ head/net/pear-Net_NNTP/Makefile Tue Sep 23 16:57:57 2014 (r369094) @@ -12,8 +12,6 @@ COMMENT= PEAR implementation of the NNTP BUILD_DEPENDS= ${PEARDIR}/Net/Socket.php:${PORTSDIR}/net/pear-Net_Socket RUN_DEPENDS= ${PEARDIR}/Net/Socket.php:${PORTSDIR}/net/pear-Net_Socket -PEAR_AUTOINSTALL= yes +USES= pear -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/devel/pear/bsd.pear.mk" -.include <bsd.port.post.mk> +.include <bsd.port.mk> Modified: head/net/pear-Net_Nmap/Makefile ============================================================================== --- head/net/pear-Net_Nmap/Makefile Tue Sep 23 16:47:31 2014 (r369093) +++ head/net/pear-Net_Nmap/Makefile Tue Sep 23 16:57:57 2014 (r369094) @@ -13,8 +13,6 @@ LICENSE= LGPL3 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 <bsd.port.pre.mk> -.include "${PORTSDIR}/devel/pear/bsd.pear.mk" -.include <bsd.port.post.mk> +.include <bsd.port.mk> Modified: head/net/pear-Net_POP3/Makefile ============================================================================== --- head/net/pear-Net_POP3/Makefile Tue Sep 23 16:47:31 2014 (r369093) +++ head/net/pear-Net_POP3/Makefile Tue Sep 23 16:57:57 2014 (r369094) @@ -9,10 +9,8 @@ MAINTAINER= miwi@FreeBSD.org COMMENT= Provides a POP3 class to access POP3 server BUILD_DEPENDS= ${PEARDIR}/Net/Socket.php:${PORTSDIR}/net/pear-Net_Socket -RUN_DEPENDS:= ${BUILD_DEPENDS} +RUN_DEPENDS= ${PEARDIR}/Net/Socket.php:${PORTSDIR}/net/pear-Net_Socket -PEAR_AUTOINSTALL= yes +USES= pear -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/devel/pear/bsd.pear.mk" -.include <bsd.port.post.mk> +.include <bsd.port.mk> Modified: head/net/pear-Net_Ping/Makefile ============================================================================== --- head/net/pear-Net_Ping/Makefile Tue Sep 23 16:47:31 2014 (r369093) +++ head/net/pear-Net_Ping/Makefile Tue Sep 23 16:57:57 2014 (r369094) @@ -8,11 +8,6 @@ CATEGORIES= net pear MAINTAINER= ports@FreeBSD.org COMMENT= PEAR class to execute ping -BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear -RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear +USES= pear -PEAR_AUTOINSTALL= yes - -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/devel/pear/bsd.pear.mk" -.include <bsd.port.post.mk> +.include <bsd.port.mk> Modified: head/net/pear-Net_SMS/Makefile ============================================================================== --- head/net/pear-Net_SMS/Makefile Tue Sep 23 16:47:31 2014 (r369093) +++ head/net/pear-Net_SMS/Makefile Tue Sep 23 16:57:57 2014 (r369094) @@ -14,8 +14,6 @@ RUN_DEPENDS= ${PEARDIR}/Mail.php:${PORTS ${PEARDIR}/HTTP/Request.php:${PORTSDIR}/www/pear-HTTP_Request USE_PHP= gettext -PEAR_AUTOINSTALL= yes +USES= pear -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/devel/pear/bsd.pear.mk" -.include <bsd.port.post.mk> +.include <bsd.port.mk> Modified: head/net/pear-Net_SMTP/Makefile ============================================================================== --- head/net/pear-Net_SMTP/Makefile Tue Sep 23 16:47:31 2014 (r369093) +++ head/net/pear-Net_SMTP/Makefile Tue Sep 23 16:57:57 2014 (r369094) @@ -9,19 +9,13 @@ MAINTAINER= miwi@FreeBSD.org COMMENT= PEAR class that provides an implementation of the SMTP protocol BUILD_DEPENDS= ${PEARDIR}/Net/Socket.php:${PORTSDIR}/net/pear-Net_Socket -RUN_DEPENDS:= ${BUILD_DEPENDS} +RUN_DEPENDS= ${PEARDIR}/Net/Socket.php:${PORTSDIR}/net/pear-Net_Socket + +USES= pear -LATEST_LINK= pear-Net_SMTP OPTIONS_DEFINE= PEAR_AUTH_SASL PEAR_AUTH_SASL_DESC= PEAR::Auth_SASL support -PEAR_AUTOINSTALL= yes - -.include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MPEAR_AUTH_SASL} -BUILD_DEPENDS+= ${PEARDIR}/Auth/SASL.php:${PORTSDIR}/security/pear-Auth_SASL -.endif +PEAR_AUTH_SASL_BUILD_DEPENDS= ${PEARDIR}/Auth/SASL.php:${PORTSDIR}/security/pear-Auth_SASL -.include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include <bsd.port.mk> Modified: head/net/pear-Net_Server/Makefile ============================================================================== --- head/net/pear-Net_Server/Makefile Tue Sep 23 16:47:31 2014 (r369093) +++ head/net/pear-Net_Server/Makefile Tue Sep 23 16:57:57 2014 (r369094) @@ -8,13 +8,7 @@ CATEGORIES= net pear MAINTAINER= miwi@FreeBSD.org COMMENT= Generic server class -BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear -RUN_DEPENDS:= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear - +USES= pear USE_PHP= sockets pcntl -PEAR_AUTOINSTALL= yes - -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/devel/pear/bsd.pear.mk" -.include <bsd.port.post.mk> +.include <bsd.port.mk> Modified: head/net/pear-Net_Sieve/Makefile ============================================================================== --- head/net/pear-Net_Sieve/Makefile Tue Sep 23 16:47:31 2014 (r369093) +++ head/net/pear-Net_Sieve/Makefile Tue Sep 23 16:57:57 2014 (r369094) @@ -11,8 +11,6 @@ COMMENT= PEAR class to handle talking to BUILD_DEPENDS= ${PEARDIR}/Net/Socket.php:${PORTSDIR}/net/pear-Net_Socket RUN_DEPENDS= ${PEARDIR}/Net/Socket.php:${PORTSDIR}/net/pear-Net_Socket -PEAR_AUTOINSTALL= yes +USES= pear -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/devel/pear/bsd.pear.mk" -.include <bsd.port.post.mk> +.include <bsd.port.mk> Modified: head/net/pear-Net_Socket/Makefile ============================================================================== --- head/net/pear-Net_Socket/Makefile Tue Sep 23 16:47:31 2014 (r369093) +++ head/net/pear-Net_Socket/Makefile Tue Sep 23 16:57:57 2014 (r369094) @@ -8,11 +8,6 @@ CATEGORIES= net www pear MAINTAINER= miwi@FreeBSD.org COMMENT= PEAR Network Socket Interface -BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear -RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear +USES= pear -PEAR_AUTOINSTALL= yes - -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/devel/pear/bsd.pear.mk" -.include <bsd.port.post.mk> +.include <bsd.port.mk> Modified: head/net/pear-Net_Traceroute/Makefile ============================================================================== --- head/net/pear-Net_Traceroute/Makefile Tue Sep 23 16:47:31 2014 (r369093) +++ head/net/pear-Net_Traceroute/Makefile Tue Sep 23 16:57:57 2014 (r369094) @@ -8,11 +8,8 @@ CATEGORIES= net pear MAINTAINER= miwi@FreeBSD.org COMMENT= PEAR class to execute traceroute -BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear -RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear -PEAR_AUTOINSTALL= yes +USES= pear + +.include <bsd.port.mk> -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/devel/pear/bsd.pear.mk" -.include <bsd.port.post.mk> Modified: head/net/pear-Net_URL/Makefile ============================================================================== --- head/net/pear-Net_URL/Makefile Tue Sep 23 16:47:31 2014 (r369093) +++ head/net/pear-Net_URL/Makefile Tue Sep 23 16:57:57 2014 (r369094) @@ -8,11 +8,6 @@ CATEGORIES= net www pear MAINTAINER= miwi@FreeBSD.org COMMENT= Easy parsing of URLs -BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear -RUN_DEPENDS:= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear +USES= pear -PEAR_AUTOINSTALL= yes - -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/devel/pear/bsd.pear.mk" -.include <bsd.port.post.mk> +.include <bsd.port.mk> Modified: head/net/pear-Net_URL2/Makefile ============================================================================== --- head/net/pear-Net_URL2/Makefile Tue Sep 23 16:47:31 2014 (r369093) +++ head/net/pear-Net_URL2/Makefile Tue Sep 23 16:57:57 2014 (r369094) @@ -10,11 +10,6 @@ COMMENT= PEAR Class for parsing and hand LICENSE= BSD3CLAUSE -BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear -RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear +USES= pear -PEAR_AUTOINSTALL=yes - -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/devel/pear/bsd.pear.mk" -.include <bsd.port.post.mk> +.include <bsd.port.mk> Modified: head/net/pear-Net_URL_Mapper/Makefile ============================================================================== --- head/net/pear-Net_URL_Mapper/Makefile Tue Sep 23 16:47:31 2014 (r369093) +++ head/net/pear-Net_URL_Mapper/Makefile Tue Sep 23 16:57:57 2014 (r369094) @@ -8,11 +8,6 @@ CATEGORIES= net www pear MAINTAINER= miwi@FreeBSD.org COMMENT= Simple and flexible way to build nice URLs for web applications -BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear -RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear +USES= pear -PEAR_AUTOINSTALL= yes - -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/devel/pear/bsd.pear.mk" -.include <bsd.port.post.mk> +.include <bsd.port.mk> Modified: head/net/pear-Net_UserAgent_Detect/Makefile ============================================================================== --- head/net/pear-Net_UserAgent_Detect/Makefile Tue Sep 23 16:47:31 2014 (r369093) +++ head/net/pear-Net_UserAgent_Detect/Makefile Tue Sep 23 16:57:57 2014 (r369094) @@ -11,11 +11,6 @@ COMMENT= PEAR class that determines the LICENSE= BSD -BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear -RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear +USES= pear -PEAR_AUTOINSTALL= yes - -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/devel/pear/bsd.pear.mk" -.include <bsd.port.post.mk> +.include <bsd.port.mk> Modified: head/net/pear-Net_UserAgent_Mobile/Makefile ============================================================================== --- head/net/pear-Net_UserAgent_Mobile/Makefile Tue Sep 23 16:47:31 2014 (r369093) +++ head/net/pear-Net_UserAgent_Mobile/Makefile Tue Sep 23 16:57:57 2014 (r369094) @@ -9,12 +9,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}RC1 MAINTAINER= smatsui@karashi.org COMMENT= PEAR class that parses HTTP mobile user agent string -BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear -RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear - USE_PHP= pcre -PEAR_AUTOINSTALL= yes +USES= pear -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/devel/pear/bsd.pear.mk" -.include <bsd.port.post.mk> +.include <bsd.port.mk> Modified: head/net/pear-Net_Vpopmaild/Makefile ============================================================================== --- head/net/pear-Net_Vpopmaild/Makefile Tue Sep 23 16:47:31 2014 (r369093) +++ head/net/pear-Net_Vpopmaild/Makefile Tue Sep 23 16:57:57 2014 (r369094) @@ -13,8 +13,6 @@ BUILD_DEPENDS= ${PEARDIR}/Net/Socket.php RUN_DEPENDS= ${PEARDIR}/Net/Socket.php:${PORTSDIR}/net/pear-Net_Socket \ ${PEARDIR}/Log.php:${PORTSDIR}/sysutils/pear-Log -PEAR_AUTOINSTALL= yes +USES= pear -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/devel/pear/bsd.pear.mk" -.include <bsd.port.post.mk> +.include <bsd.port.mk> Modified: head/net/pear-Net_Whois/Makefile ============================================================================== --- head/net/pear-Net_Whois/Makefile Tue Sep 23 16:47:31 2014 (r369093) +++ head/net/pear-Net_Whois/Makefile Tue Sep 23 16:57:57 2014 (r369094) @@ -8,12 +8,8 @@ CATEGORIES= net pear MAINTAINER= miwi@FreeBSD.org COMMENT= Tool to query internet domain name services -BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear -RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \ - ${PEARDIR}/Net/Socket.php:${PORTSDIR}/net/pear-Net_Socket +USES= pear -PEAR_AUTOINSTALL= yes +RUN_DEPENDS= ${PEARDIR}/Net/Socket.php:${PORTSDIR}/net/pear-Net_Socket -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/devel/pear/bsd.pear.mk" -.include <bsd.port.post.mk> +.include <bsd.port.mk> Modified: head/net/pear-SOAP/Makefile ============================================================================== --- head/net/pear-SOAP/Makefile Tue Sep 23 16:47:31 2014 (r369093) +++ head/net/pear-SOAP/Makefile Tue Sep 23 16:57:57 2014 (r369094) @@ -8,32 +8,18 @@ CATEGORIES= net www pear MAINTAINER= miwi@FreeBSD.org COMMENT= PEAR SOAP Client/Server for PHP -BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \ - ${PEARDIR}/HTTP/Request.php:${PORTSDIR}/www/pear-HTTP_Request -RUN_DEPENDS:= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \ - ${PEARDIR}/HTTP/Request.php:${PORTSDIR}/www/pear-HTTP_Request +BUILD_DEPENDS= ${PEARDIR}/HTTP/Request.php:${PORTSDIR}/www/pear-HTTP_Request +RUN_DEPENDS= ${PEARDIR}/HTTP/Request.php:${PORTSDIR}/www/pear-HTTP_Request + +USES= pear -LATEST_LINK= pear-SOAP OPTIONS_DEFINE= PEAR_MAIL PEAR_MAIL_MIME PEAR_NET_DIME PEAR_MAIL_DESC= PEAR::Mail support PEAR_MAIL_MIME_DESC= PEAR::Mail::Mime support PEAR_NET_DIME_DESC= PEAR::Net::DIME support -PEAR_AUTOINSTALL=yes - -.include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MPEAR_MAIL} -BUILD_DEPENDS+= ${PEARDIR}/Mail.php:${PORTSDIR}/mail/pear-Mail -.endif - -.if ${PORT_OPTIONS:MPEAR_MAIL_MIME} -BUILD_DEPENDS+= ${PEARDIR}/Mail/mime.php:${PORTSDIR}/mail/pear-Mail_Mime -.endif - -.if ${PORT_OPTIONS:MPEAR_NET_DIME} -BUILD_DEPENDS+= ${PEARDIR}/Net/DIME.php:${PORTSDIR}/net/pear-Net_DIME -.endif +PEAR_MAIL_BUILD_DEPENDS= ${PEARDIR}/Mail.php:${PORTSDIR}/mail/pear-Mail +PEAR_MAIL_MIME_BUILD_DEPENDS= ${PEARDIR}/Mail/mime.php:${PORTSDIR}/mail/pear-Mail_Mime +PEAR_NET_DIME_BUILD_DEPENDS= ${PEARDIR}/Net/DIME.php:${PORTSDIR}/net/pear-Net_DIME -.include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include <bsd.port.mk> Modified: head/net/pear-Services_Pingback/Makefile ============================================================================== --- head/net/pear-Services_Pingback/Makefile Tue Sep 23 16:47:31 2014 (r369093) +++ head/net/pear-Services_Pingback/Makefile Tue Sep 23 16:57:57 2014 (r369094) @@ -8,11 +8,6 @@ CATEGORIES= net www pear MAINTAINER= miwi@FreeBSD.org COMMENT= Pingback user-agent class -BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear -RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear +USES= pear -PEAR_AUTOINSTALL= yes - -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/devel/pear/bsd.pear.mk" -.include <bsd.port.post.mk> +.include <bsd.port.mk> Modified: head/net/pear-Services_Twitter/Makefile ============================================================================== --- head/net/pear-Services_Twitter/Makefile Tue Sep 23 16:47:31 2014 (r369093) +++ head/net/pear-Services_Twitter/Makefile Tue Sep 23 16:57:57 2014 (r369094) @@ -8,14 +8,11 @@ CATEGORIES= net www pear MAINTAINER= miwi@FreeBSD.org COMMENT= PHP interface to Twitter's API -BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \ - ${PEARDIR}/HTTP/Request2.php:${PORTSDIR}/www/pear-HTTP_Request2 -RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \ - ${PEARDIR}/HTTP/Request2.php:${PORTSDIR}/www/pear-HTTP_Request2 +BUILD_DEPENDS= ${PEARDIR}/HTTP/Request2.php:${PORTSDIR}/www/pear-HTTP_Request2 +RUN_DEPENDS= ${PEARDIR}/HTTP/Request2.php:${PORTSDIR}/www/pear-HTTP_Request2 USE_PHP= json simplexml mbstring -PEAR_AUTOINSTALL= yes -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/devel/pear/bsd.pear.mk" -.include <bsd.port.post.mk> +USES= pear + +.include <bsd.port.mk> Modified: head/net/pear-URI_Template/Makefile ============================================================================== --- head/net/pear-URI_Template/Makefile Tue Sep 23 16:47:31 2014 (r369093) +++ head/net/pear-URI_Template/Makefile Tue Sep 23 16:57:57 2014 (r369094) @@ -8,11 +8,6 @@ CATEGORIES= net pear MAINTAINER= miwi@FreeBSD.org COMMENT= Parser for URI Templates -BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear -RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear +USES= pear -PEAR_AUTOINSTALL= yes - -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/devel/pear/bsd.pear.mk" -.include <bsd.port.post.mk> +.include <bsd.port.mk> Modified: head/net/pear-XML_RPC/Makefile ============================================================================== --- head/net/pear-XML_RPC/Makefile Tue Sep 23 16:47:31 2014 (r369093) +++ head/net/pear-XML_RPC/Makefile Tue Sep 23 16:57:57 2014 (r369094) @@ -8,12 +8,7 @@ CATEGORIES= net devel pear MAINTAINER= miwi@FreeBSD.org COMMENT= PHP implementation of the XML-RPC protocol -BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear -RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear - USE_PHP= xml -PEAR_AUTOINSTALL= yes +USES= pear -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/devel/pear/bsd.pear.mk" -.include <bsd.port.post.mk> +.include <bsd.port.mk> Modified: head/net/pear-XML_RPC2/Makefile ============================================================================== --- head/net/pear-XML_RPC2/Makefile Tue Sep 23 16:47:31 2014 (r369093) +++ head/net/pear-XML_RPC2/Makefile Tue Sep 23 16:57:57 2014 (r369094) @@ -10,16 +10,12 @@ COMMENT= XML-RPC client/server library LICENSE= PHP301 -BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \ - ${PEARDIR}/Cache/Lite.php:${PORTSDIR}/sysutils/pear-Cache_Lite \ +BUILD_DEPENDS= ${PEARDIR}/Cache/Lite.php:${PORTSDIR}/sysutils/pear-Cache_Lite \ ${PEARDIR}/HTTP/Request2.php:${PORTSDIR}/www/pear-HTTP_Request2 -RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \ - ${PEARDIR}/Cache/Lite.php:${PORTSDIR}/sysutils/pear-Cache_Lite \ +RUN_DEPENDS= ${PEARDIR}/Cache/Lite.php:${PORTSDIR}/sysutils/pear-Cache_Lite \ ${PEARDIR}/HTTP/Request2.php:${PORTSDIR}/www/pear-HTTP_Request2 -PEAR_AUTOINSTALL= yes USE_PHP= curl +USES= pear -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/devel/pear/bsd.pear.mk" -.include <bsd.port.post.mk> +.include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409231657.s8NGvv2s093733>