Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Sep 2014 16:45:35 +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: r369092 - in head: mail/pear-Contact_Vcard_Build mail/pear-Contact_Vcard_Parse mail/pear-MIME_Type mail/pear-Mail mail/pear-Mail_Mbox mail/pear-Mail_Mime mail/pear-Mail_Queue mail/pear-...
Message-ID:  <201409231645.s8NGjZFG087791@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Tue Sep 23 16:45:35 2014
New Revision: 369092
URL: http://svnweb.freebsd.org/changeset/ports/369092
QAT: https://qat.redports.org/buildarchive/r369092/

Log:
  Convert to USES=pear

Modified:
  head/mail/pear-Contact_Vcard_Build/Makefile
  head/mail/pear-Contact_Vcard_Parse/Makefile
  head/mail/pear-MIME_Type/Makefile
  head/mail/pear-Mail/Makefile
  head/mail/pear-Mail_Mbox/Makefile
  head/mail/pear-Mail_Mime/Makefile
  head/mail/pear-Mail_Queue/Makefile
  head/mail/pear-Mail_mimeDecode/Makefile
  head/mail/pear-Net_Cyrus/Makefile
  head/mail/pear-Net_IMAP/Makefile
  head/mail/pear-Net_LMTP/Makefile
  head/math/pear-Math_BigInteger/Makefile
  head/math/pear-Math_Combinatorics/Makefile
  head/misc/pear-Services_Weather/Makefile
  head/misc/pear-Text_Figlet/Makefile

Modified: head/mail/pear-Contact_Vcard_Build/Makefile
==============================================================================
--- head/mail/pear-Contact_Vcard_Build/Makefile	Tue Sep 23 16:45:24 2014	(r369091)
+++ head/mail/pear-Contact_Vcard_Build/Makefile	Tue Sep 23 16:45:35 2014	(r369092)
@@ -8,11 +8,6 @@ CATEGORIES=	mail www pear
 MAINTAINER=	miwi@FreeBSD.org
 COMMENT=	PEAR class to build (create) and fetch vCard 2.1 and 3.0 text blocks
 
-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/mail/pear-Contact_Vcard_Parse/Makefile
==============================================================================
--- head/mail/pear-Contact_Vcard_Parse/Makefile	Tue Sep 23 16:45:24 2014	(r369091)
+++ head/mail/pear-Contact_Vcard_Parse/Makefile	Tue Sep 23 16:45:35 2014	(r369092)
@@ -8,11 +8,6 @@ CATEGORIES=	mail www pear
 MAINTAINER=	miwi@FreeBSD.org
 COMMENT=	PEAR class to parse vCard 2.1 and 3.0 files
 
-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/mail/pear-MIME_Type/Makefile
==============================================================================
--- head/mail/pear-MIME_Type/Makefile	Tue Sep 23 16:45:24 2014	(r369091)
+++ head/mail/pear-MIME_Type/Makefile	Tue Sep 23 16:45:35 2014	(r369092)
@@ -8,20 +8,11 @@ CATEGORIES=	mail www pear
 MAINTAINER=	miwi@FreeBSD.org
 COMMENT=	PEAR class for dealing with MIME types
 
-BUILD_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
-RUN_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
-
-LATEST_LINK=	pear-${PORTNAME}
 OPTIONS_DEFINE=	PEAR_SYSTEM_COMMAND
 PEAR_SYSTEM_COMMAND_DESC=	PEAR::System_Command support
 
-PEAR_AUTOINSTALL=yes
-
-.include <bsd.port.options.mk>
+USES=	pear
 
-.if ${PORT_OPTIONS:MPEAR_SYSTEM_COMMAND}
-RUN_DEPENDS+=	${PEARDIR}/System/Command.php:${PORTSDIR}/devel/pear-System_Command
-.endif
+PEAR_SYSTEM_COMMAND_RUN_DEPENDS=	${PEARDIR}/System/Command.php:${PORTSDIR}/devel/pear-System_Command
 
-.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
 .include <bsd.port.mk>

Modified: head/mail/pear-Mail/Makefile
==============================================================================
--- head/mail/pear-Mail/Makefile	Tue Sep 23 16:45:24 2014	(r369091)
+++ head/mail/pear-Mail/Makefile	Tue Sep 23 16:45:35 2014	(r369092)
@@ -9,20 +9,11 @@ CATEGORIES=	mail www pear
 MAINTAINER=	miwi@FreeBSD.org
 COMMENT=	PEAR class that provides multiple interfaces for sending emails
 
-BUILD_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
-RUN_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
-
-PEAR_AUTOINSTALL=	yes
-
-LATEST_LINK=	pear-${PORTNAME}
 OPTIONS_DEFINE=	PEAR_NET_SMTP
 PEAR_NET_SMTP_DESC=	PEAR::Net_SMTP support
 
-.include <bsd.port.options.mk>
+USES=	pear
 
-.if ${PORT_OPTIONS:MPEAR_NET_SMTP}
-RUN_DEPENDS+=	${PEARDIR}/Net/SMTP.php:${PORTSDIR}/net/pear-Net_SMTP
-.endif
+PEAR_NET_SMTP_RUN_DEPENDS=	${PEARDIR}/Net/SMTP.php:${PORTSDIR}/net/pear-Net_SMTP
 
-.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
 .include <bsd.port.mk>

Modified: head/mail/pear-Mail_Mbox/Makefile
==============================================================================
--- head/mail/pear-Mail_Mbox/Makefile	Tue Sep 23 16:45:24 2014	(r369091)
+++ head/mail/pear-Mail_Mbox/Makefile	Tue Sep 23 16:45:35 2014	(r369092)
@@ -8,11 +8,6 @@ CATEGORIES=	mail www pear
 MAINTAINER=	miwi@FreeBSD.org
 COMMENT=	PEAR Read and modify Unix MBOXes
 
-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/mail/pear-Mail_Mime/Makefile
==============================================================================
--- head/mail/pear-Mail_Mime/Makefile	Tue Sep 23 16:45:24 2014	(r369091)
+++ head/mail/pear-Mail_Mime/Makefile	Tue Sep 23 16:45:35 2014	(r369092)
@@ -11,11 +11,6 @@ COMMENT=	PEAR classes to create and deco
 
 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/mail/pear-Mail_Queue/Makefile
==============================================================================
--- head/mail/pear-Mail_Queue/Makefile	Tue Sep 23 16:45:24 2014	(r369091)
+++ head/mail/pear-Mail_Queue/Makefile	Tue Sep 23 16:45:35 2014	(r369092)
@@ -13,26 +13,15 @@ BUILD_DEPENDS=	${PEARDIR}/Mail.php:${POR
 RUN_DEPENDS=	${PEARDIR}/Mail.php:${PORTSDIR}/mail/pear-Mail \
 		${PEARDIR}/Mail/mime.php:${PORTSDIR}/mail/pear-Mail_Mime
 
-PEAR_AUTOINSTALL=	yes
+USES=	pear
 
 OPTIONS_DEFINE=	PEAR_DB PEAR_MDB PEAR_MDB2
 PEAR_DB_DESC=	PEAR::DB support
 PEAR_MDB_DESC=	PEAR::MDB support
 PEAR_MDB2_DESC=	PEAR::MDB2 support
 
-.include <bsd.port.options.mk>
+PEAR_DB_RUN_DEPENDS=	${PEARDIR}/DB.php:${PORTSDIR}/databases/pear-DB
+PEAR_MDB_RUN_DEPENDS=	${PEARDIR}/MDB.php:${PORTSDIR}/databases/pear-MDB
+PEAR_MDB2_RUN_DEPENDS=	${PEARDIR}/MDB2.php:${PORTSDIR}/databases/pear-MDB2
 
-.if ${PORT_OPTIONS:MPEAR_DB}
-RUN_DEPENDS+=	${PEARDIR}/DB.php:${PORTSDIR}/databases/pear-DB
-.endif
-
-.if ${PORT_OPTIONS:MPEAR_MDB}
-RUN_DEPENDS+=	${PEARDIR}/MDB.php:${PORTSDIR}/databases/pear-MDB
-.endif
-
-.if ${PORT_OPTIONS:MPEAR_MDB2}
-RUN_DEPENDS+=	${PEARDIR}/MDB2.php:${PORTSDIR}/databases/pear-MDB2
-.endif
-
-.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
 .include <bsd.port.mk>

Modified: head/mail/pear-Mail_mimeDecode/Makefile
==============================================================================
--- head/mail/pear-Mail_mimeDecode/Makefile	Tue Sep 23 16:45:24 2014	(r369091)
+++ head/mail/pear-Mail_mimeDecode/Makefile	Tue Sep 23 16:45:35 2014	(r369092)
@@ -9,15 +9,11 @@ DISTNAME=	Mail_mimeDecode-${PORTVERSION}
 MAINTAINER=	joehorn@gmail.com
 COMMENT=	Provides a class to decode mime messages
 
-BUILD_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \
-		${PEARDIR}/Mail/mime.php:${PORTSDIR}/mail/pear-Mail_Mime
-RUN_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \
-		${PEARDIR}/Mail/mime.php:${PORTSDIR}/mail/pear-Mail_Mime
+BUILD_DEPENDS=	${PEARDIR}/Mail/mime.php:${PORTSDIR}/mail/pear-Mail_Mime
+RUN_DEPENDS=	${PEARDIR}/Mail/mime.php:${PORTSDIR}/mail/pear-Mail_Mime
 
 LICENSE=	BSD
 
-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/mail/pear-Net_Cyrus/Makefile
==============================================================================
--- head/mail/pear-Net_Cyrus/Makefile	Tue Sep 23 16:45:24 2014	(r369091)
+++ head/mail/pear-Net_Cyrus/Makefile	Tue Sep 23 16:45:35 2014	(r369092)
@@ -13,8 +13,6 @@ BUILD_DEPENDS=	${PEARDIR}/Net/Socket.php
 RUN_DEPENDS=	${PEARDIR}/Net/Socket.php:${PORTSDIR}/net/pear-Net_Socket \
 		${PEARDIR}/Net/IMAP.php:${PORTSDIR}/mail/pear-Net_IMAP
 
-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/mail/pear-Net_IMAP/Makefile
==============================================================================
--- head/mail/pear-Net_IMAP/Makefile	Tue Sep 23 16:45:24 2014	(r369091)
+++ head/mail/pear-Net_IMAP/Makefile	Tue Sep 23 16:45:35 2014	(r369092)
@@ -13,8 +13,6 @@ BUILD_DEPENDS=	${PEARDIR}/Net/Socket.php
 RUN_DEPENDS=	${PEARDIR}/Net/Socket.php:${PORTSDIR}/net/pear-Net_Socket \
 		${PEARDIR}/Auth/SASL.php:${PORTSDIR}/security/pear-Auth_SASL
 
-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/mail/pear-Net_LMTP/Makefile
==============================================================================
--- head/mail/pear-Net_LMTP/Makefile	Tue Sep 23 16:45:24 2014	(r369091)
+++ head/mail/pear-Net_LMTP/Makefile	Tue Sep 23 16:45:35 2014	(r369092)
@@ -11,8 +11,6 @@ COMMENT=	PEAR implementation of the RFC2
 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/math/pear-Math_BigInteger/Makefile
==============================================================================
--- head/math/pear-Math_BigInteger/Makefile	Tue Sep 23 16:45:24 2014	(r369091)
+++ head/math/pear-Math_BigInteger/Makefile	Tue Sep 23 16:45:35 2014	(r369092)
@@ -8,12 +8,7 @@ CATEGORIES=	math pear
 MAINTAINER=	meritus@innervision.pl
 COMMENT=	Pure-PHP arbitrary precision integer arithmetic library
 
-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/math/pear-Math_Combinatorics/Makefile
==============================================================================
--- head/math/pear-Math_Combinatorics/Makefile	Tue Sep 23 16:45:24 2014	(r369091)
+++ head/math/pear-Math_Combinatorics/Makefile	Tue Sep 23 16:45:35 2014	(r369092)
@@ -9,11 +9,6 @@ CATEGORIES=	math pear
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Package that produces combinations and permutations
 
-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/misc/pear-Services_Weather/Makefile
==============================================================================
--- head/misc/pear-Services_Weather/Makefile	Tue Sep 23 16:45:24 2014	(r369091)
+++ head/misc/pear-Services_Weather/Makefile	Tue Sep 23 16:45:35 2014	(r369092)
@@ -9,13 +9,10 @@ CATEGORIES=	misc www pear geography
 MAINTAINER=	miwi@FreeBSD.org
 COMMENT=	PEAR interface to various online weather-services
 
-BUILD_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
-RUN_DEPENDS:=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \
-		${PEARDIR}/HTTP/Request.php:${PORTSDIR}/www/pear-HTTP_Request
+RUN_DEPENDS=	${PEARDIR}/HTTP/Request.php:${PORTSDIR}/www/pear-HTTP_Request
 
 USE_PHP=	ctype pcre
 
-LATEST_LINK=	pear-Services_Weather
 OPTIONS_DEFINE=	PEAR_NET_FTP PEAR_CACHE PEAR_DB PEAR_SOAP PEAR_XML_SERIALIZER
 PEAR_NET_FTP_DESC=	PEAR::Net::FTP support
 PEAR_CACHE_DESC=	PEAR::Cache support
@@ -23,29 +20,12 @@ PEAR_DB_DESC=	PEAR::DB support
 PEAR_SOAP_DESC=	PEAR::SOAP support
 PEAR_XML_SERIALIZER_DESC=	PEAR::XML::Serializer support
 
-PEAR_AUTOINSTALL=	yes
+USES=	pear
 
-.include <bsd.port.options.mk>
+PEAR_NET_FTP_BUILD_DEPENDS=	${PEARDIR}/Net/FTP.php:${PORTSDIR}/ftp/pear-Net_FTP
+PEAR_CACHE_BUILD_DEPENDS=	${PEARDIR}/Cache.php:${PORTSDIR}/sysutils/pear-Cache
+PEAR_DB_BUILD_DEPENDS=	${PEARDIR}/DB.php:${PORTSDIR}/databases/pear-DB
+PEAR_SOAP_BUILD_DEPENDS=	${PEARDIR}/SOAP/Base.php:${PORTSDIR}/net/pear-SOAP
+PEAR_XML_SERIALIZER_BUILD_DEPENDS=	${PEARDIR}/XML/Serializer.php:${PORTSDIR}/devel/pear-XML_Serializer
 
-.if ${PORT_OPTIONS:MPEAR_NET_FTP}
-BUILD_DEPENDS+=	${PEARDIR}/Net/FTP.php:${PORTSDIR}/ftp/pear-Net_FTP
-.endif
-
-.if ${PORT_OPTIONS:MPEAR_CACHE}
-BUILD_DEPENDS+=	${PEARDIR}/Cache.php:${PORTSDIR}/sysutils/pear-Cache
-.endif
-
-.if ${PORT_OPTIONS:MPEAR_DB}
-BUILD_DEPENDS+=	${PEARDIR}/DB.php:${PORTSDIR}/databases/pear-DB
-.endif
-
-.if ${PORT_OPTIONS:MPEAR_SOAP}
-BUILD_DEPENDS+=	${PEARDIR}/SOAP/Base.php:${PORTSDIR}/net/pear-SOAP
-.endif
-
-.if ${PORT_OPTIONS:MPEAR_XML_SERIALIZER}
-BUILD_DEPENDS+=	${PEARDIR}/XML/Serializer.php:${PORTSDIR}/devel/pear-XML_Serializer
-.endif
-
-.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
 .include <bsd.port.mk>

Modified: head/misc/pear-Text_Figlet/Makefile
==============================================================================
--- head/misc/pear-Text_Figlet/Makefile	Tue Sep 23 16:45:24 2014	(r369091)
+++ head/misc/pear-Text_Figlet/Makefile	Tue Sep 23 16:45:35 2014	(r369092)
@@ -8,11 +8,6 @@ CATEGORIES=	misc www pear
 MAINTAINER=	miwi@FreeBSD.org
 COMMENT=	Render text using FIGlet fonts
 
-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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409231645.s8NGjZFG087791>