svn commit: r327311 - in head: mail/bsmtp mail/courier mail/cyrus-imapd22 mail/extmail mail/extman mail/lbdb mail/mailscanner mail/p5-FuzzyOcr-devel mail/postfix-current mail/postfix-policyd-weight...

Andrej Zverev az at FreeBSD.org
Sat Sep 14 18:12:55 UTC 2013


Author: az
Date: Sat Sep 14 18:12:50 2013
New Revision: 327311
URL: http://svnweb.freebsd.org/changeset/ports/327311

Log:
  - convert to the new perl5 framework
  - convert USE_GMAKE to Uses
  
  Approved by:	portmgr (bapt@, blanket)

Modified:
  head/mail/bsmtp/Makefile   (contents, props changed)
  head/mail/courier/Makefile
  head/mail/cyrus-imapd22/Makefile
  head/mail/extmail/Makefile   (contents, props changed)
  head/mail/extman/Makefile
  head/mail/lbdb/Makefile   (contents, props changed)
  head/mail/mailscanner/Makefile   (contents, props changed)
  head/mail/p5-FuzzyOcr-devel/Makefile   (contents, props changed)
  head/mail/postfix-current/Makefile
  head/mail/postfix-policyd-weight/Makefile   (contents, props changed)
  head/mail/postfix-postfwd/Makefile
  head/mail/postfix27/Makefile
  head/mail/postgrey/Makefile
  head/mail/sieve-connect/Makefile
  head/mail/spamstats/Makefile
  head/mail/sympa/Makefile
  head/mail/vmailmgr/Makefile
  head/net-mgmt/circe/Makefile   (contents, props changed)
  head/net-mgmt/netdot/Makefile

Modified: head/mail/bsmtp/Makefile
==============================================================================
--- head/mail/bsmtp/Makefile	Sat Sep 14 18:08:03 2013	(r327310)
+++ head/mail/bsmtp/Makefile	Sat Sep 14 18:12:50 2013	(r327311)
@@ -12,8 +12,7 @@ COMMENT=	Batch SMTP support for sendmail
 
 CONFLICTS=	smail-3.*
 
-USES=		shebangfix
-USE_PERL5=	yes
+USES=		shebangfix perl5
 WRKSRC=		${WRKDIR}/${PORTNAME}
 HAS_CONFIGURE=	yes
 CONFIGURE_ARGS=	--redo

Modified: head/mail/courier/Makefile
==============================================================================
--- head/mail/courier/Makefile	Sat Sep 14 18:08:03 2013	(r327310)
+++ head/mail/courier/Makefile	Sat Sep 14 18:12:50 2013	(r327311)
@@ -62,10 +62,8 @@ AUTOMAKE_ARGS=	--add-missing
 USE_BZIP2=	yes
 USE_GCC=	any
 USE_FAM=	yes
-USES=		gettext pkgconfig
-USE_GMAKE=	yes
+USES=		gettext pkgconfig gmake perl5
 USE_OPENSSL=	yes
-USE_PERL5=	yes
 USE_SUBMAKE=	yes
 
 USE_RC_SUBR=	courier

Modified: head/mail/cyrus-imapd22/Makefile
==============================================================================
--- head/mail/cyrus-imapd22/Makefile	Sat Sep 14 18:08:03 2013	(r327310)
+++ head/mail/cyrus-imapd22/Makefile	Sat Sep 14 18:12:50 2013	(r327311)
@@ -20,8 +20,8 @@ LATEST_LINK=	${PORTNAME}22
 PERLMAN=	${SITE_PERL_REL:S/site_perl\///}
 
 USE_RC_SUBR=	imapd
+USES=		perl5
 USE_OPENSSL=	yes
-USE_PERL5=	yes
 USE_BDB=	yes
 INVALID_BDB_VER=2 45+
 GNU_CONFIGURE=	yes

Modified: head/mail/extmail/Makefile
==============================================================================
--- head/mail/extmail/Makefile	Sat Sep 14 18:08:03 2013	(r327310)
+++ head/mail/extmail/Makefile	Sat Sep 14 18:12:50 2013	(r327311)
@@ -13,7 +13,7 @@ COMMENT=	A high performance webmail syst
 
 RUN_DEPENDS=	p5-Unix-Syslog>=0:${PORTSDIR}/sysutils/p5-Unix-Syslog
 
-USE_PERL5=	yes
+USES=		perl5
 NO_BUILD=	yes
 
 OPTIONS_DEFINE=	MYSQL LDAP

Modified: head/mail/extman/Makefile
==============================================================================
--- head/mail/extman/Makefile	Sat Sep 14 18:08:03 2013	(r327310)
+++ head/mail/extman/Makefile	Sat Sep 14 18:12:50 2013	(r327311)
@@ -13,7 +13,7 @@ COMMENT=	Web interface to manage Virtual
 
 RUN_DEPENDS=	p5-GD>=0:${PORTSDIR}/graphics/p5-GD
 
-USE_PERL5=	yes
+USES=		perl5
 NO_BUILD=	yes
 
 OPTIONS_DEFINE=		MYSQL LDAP

Modified: head/mail/lbdb/Makefile
==============================================================================
--- head/mail/lbdb/Makefile	Sat Sep 14 18:08:03 2013	(r327310)
+++ head/mail/lbdb/Makefile	Sat Sep 14 18:12:50 2013	(r327311)
@@ -22,8 +22,7 @@ WRKSRC=		${WRKDIR}/lbdb-${PORTVERSION}
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS+=	--prefix=${PREFIX} --sysconfdir=${PREFIX}/etc \
 			--libdir=${PREFIX}/libexec --enable-lbdb-dotlock
-USE_GMAKE=	yes
-USE_PERL5=	yes
+USES=		gmake perl5
 
 .include <bsd.port.options.mk>
 

Modified: head/mail/mailscanner/Makefile
==============================================================================
--- head/mail/mailscanner/Makefile	Sat Sep 14 18:08:03 2013	(r327310)
+++ head/mail/mailscanner/Makefile	Sat Sep 14 18:12:50 2013	(r327311)
@@ -40,7 +40,7 @@ CONFLICTS=	MailScanner-devel-[0-9]*
 
 PATCHLEVEL=	2
 
-USE_PERL5=	yes
+USES=		perl5
 
 WRKSRC=		${WRKDIR}/${PORTNAME}-install-${PORTVERSION}
 SUB_FILES=	MailScanner.8 pkg-message pkg-install pkg-deinstall

Modified: head/mail/p5-FuzzyOcr-devel/Makefile
==============================================================================
--- head/mail/p5-FuzzyOcr-devel/Makefile	Sat Sep 14 18:08:03 2013	(r327310)
+++ head/mail/p5-FuzzyOcr-devel/Makefile	Sat Sep 14 18:12:50 2013	(r327311)
@@ -27,7 +27,7 @@ RUN_DEPENDS=	giftopnm:${PORTSDIR}/graphi
 		p5-MLDBM-Sync>=0:${PORTSDIR}/databases/p5-MLDBM-Sync \
 		p5-String-Approx>=0:${PORTSDIR}/devel/p5-String-Approx
 
-USE_PERL5=	yes
+USES=		perl5
 NO_BUILD=	yes
 
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}

Modified: head/mail/postfix-current/Makefile
==============================================================================
--- head/mail/postfix-current/Makefile	Sat Sep 14 18:08:03 2013	(r327310)
+++ head/mail/postfix-current/Makefile	Sat Sep 14 18:12:50 2013	(r327311)
@@ -27,8 +27,9 @@ CONFLICTS=	courier-0.* postfix-1.* postf
 
 USERS=		postfix
 GROUPS=		mail maildrop postfix
+USES=		perl5
+USE_PERL5=	build
 USE_SUBMAKE=	yes
-USE_PERL5_BUILD=yes
 SCRIPTS_ENV+=	POSTFIX_DEFAULT_MTA="${POSTFIX_DEFAULT_MTA}"
 
 OPTIONS_DEFINE=	PCRE SASL2 TLS BDB MYSQL PGSQL SQLITE OPENLDAP LDAP_SASL \

Modified: head/mail/postfix-policyd-weight/Makefile
==============================================================================
--- head/mail/postfix-policyd-weight/Makefile	Sat Sep 14 18:08:03 2013	(r327310)
+++ head/mail/postfix-policyd-weight/Makefile	Sat Sep 14 18:12:50 2013	(r327311)
@@ -22,7 +22,7 @@ USERS=		polw
 GROUPS=		polw
 
 USE_RC_SUBR+=	policyd-weight
-USE_PERL5=	yes
+USES=		perl5
 NO_BUILD=	yes
 
 MAN8+=	policyd-weight.8

Modified: head/mail/postfix-postfwd/Makefile
==============================================================================
--- head/mail/postfix-postfwd/Makefile	Sat Sep 14 18:08:03 2013	(r327310)
+++ head/mail/postfix-postfwd/Makefile	Sat Sep 14 18:12:50 2013	(r327311)
@@ -28,7 +28,8 @@ PLIST_FILES=	bin/${PORTNAME} etc/${PORTN
 SUB_FILES=	pkg-message
 
 USE_RC_SUBR=	${PORTNAME}
-USE_PERL5_RUN=	yes
+USES=		perl5
+USE_PERL5=	run
 NO_BUILD=	yes
 
 MAN8=		${PORTNAME}.8 ${PORTNAME}2.8

Modified: head/mail/postfix27/Makefile
==============================================================================
--- head/mail/postfix27/Makefile	Sat Sep 14 18:08:03 2013	(r327310)
+++ head/mail/postfix27/Makefile	Sat Sep 14 18:12:50 2013	(r327311)
@@ -30,8 +30,9 @@ CONFLICTS=	courier-0.* postfix-1.* postf
 USERS=		postfix
 GROUPS=		mail maildrop postfix
 NO_LATEST_LINK=	yes
+USES=		perl5
+USE_PERL5=	build
 USE_SUBMAKE=	yes
-USE_PERL5_BUILD=yes
 SCRIPTS_ENV+=	POSTFIX_DEFAULT_MTA="${POSTFIX_DEFAULT_MTA}"
 
 OPTIONS_DEFINE=	PCRE SASL2 TLS BDB MYSQL PGSQL OPENLDAP CDB NIS VDA TEST SPF INST_BASE

Modified: head/mail/postgrey/Makefile
==============================================================================
--- head/mail/postgrey/Makefile	Sat Sep 14 18:08:03 2013	(r327310)
+++ head/mail/postgrey/Makefile	Sat Sep 14 18:12:50 2013	(r327311)
@@ -17,7 +17,7 @@ RUN_DEPENDS=	p5-Net-Server>=0:${PORTSDIR
 		p5-BerkeleyDB>=0:${PORTSDIR}/databases/p5-BerkeleyDB \
 		p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS
 
-USE_PERL5_RUN=	yes
+USE_PERL5=	run
 USE_RC_SUBR=	${PORTNAME}
 NO_BUILD=	yes
 POD2MAN?=	pod2man
@@ -36,7 +36,7 @@ USERS=		${PGY_USERNAME}
 GROUPS=		${PGY_GROUPNAME}
 MAN1=		${PORTNAME}.1 policy-test.1 postgreyreport.1
 
-USES=		shebangfix
+USES=		shebangfix perl5
 SHEBANG_FILES=	${WRKSRC}/postgrey
 
 .include <bsd.port.options.mk>

Modified: head/mail/sieve-connect/Makefile
==============================================================================
--- head/mail/sieve-connect/Makefile	Sat Sep 14 18:08:03 2013	(r327310)
+++ head/mail/sieve-connect/Makefile	Sat Sep 14 18:12:50 2013	(r327311)
@@ -23,8 +23,8 @@ RUN_DEPENDS=	p5-Authen-SASL>=0:${PORTSDI
 		p5-ReadLine-Gnu>=0:${PORTSDIR}/devel/p5-ReadLine-Gnu \
 		p5-Term-ReadKey>=0:${PORTSDIR}/devel/p5-Term-ReadKey
 
+USES=		perl5
 USE_BZIP2=	yes
-USE_PERL5=	yes
 PLIST_FILES=	bin/sieve-connect
 
 MAN1=		sieve-connect.1

Modified: head/mail/spamstats/Makefile
==============================================================================
--- head/mail/spamstats/Makefile	Sat Sep 14 18:08:03 2013	(r327310)
+++ head/mail/spamstats/Makefile	Sat Sep 14 18:12:50 2013	(r327311)
@@ -15,11 +15,10 @@ COMMENT=	A tool to generate statistics f
 RUN_DEPENDS=	p5-Date-Manip>=0:${PORTSDIR}/devel/p5-Date-Manip \
 		p5-Compress-Bzip2>=2.08:${PORTSDIR}/archivers/p5-Compress-Bzip2
 
-USE_PERL5=	yes
 NO_BUILD=	yes
 PORTDOCS=	QUICK README copyright
 PLIST_FILES=	bin/spamstats.pl
-USES=		shebangfix
+USES=		shebangfix perl5
 SHEBANG_FILES=	${PORTNAME}${PORTVERSION}.pl
 
 post-patch:

Modified: head/mail/sympa/Makefile
==============================================================================
--- head/mail/sympa/Makefile	Sat Sep 14 18:08:03 2013	(r327310)
+++ head/mail/sympa/Makefile	Sat Sep 14 18:12:50 2013	(r327311)
@@ -42,8 +42,8 @@ PORTSCOUT=	limit:^[0-9]+(\.[0-9]+)*$$
 
 USERS=		sympa
 GROUPS=		sympa
+USES=		perl5
 GNU_CONFIGURE=	yes
-USE_PERL5=	yes
 ICONSDIR?=	www/icons
 CONFIGURE_ARGS+=--bindir=${PREFIX}/libexec/${PORTNAME}	\
 		--libexecdir=${PREFIX}/libexec/${PORTNAME} \

Modified: head/mail/vmailmgr/Makefile
==============================================================================
--- head/mail/vmailmgr/Makefile	Sat Sep 14 18:08:03 2013	(r327310)
+++ head/mail/vmailmgr/Makefile	Sat Sep 14 18:12:50 2013	(r327311)
@@ -20,10 +20,10 @@ MAN7=	vmailmgr.7
 MAN8=	vmailmgrd.8
 
 # get python paths (PYTHON_SITELIBDIR) in case we install the python API
-USE_GMAKE=			yes
+USES=			gmake perl5
 USE_AUTOTOOLS=		autoconf autoheader automake aclocal
-USE_PYTHON=			yes
-USE_PERL5_BUILD=	yes
+USE_PYTHON=		yes
+USE_PERL5=		build
 AUTOMAKE_ARGS+=		--add-missing -Wno-portability
 
 OPTIONS_DEFINE=		PYTHONLIBS

Modified: head/net-mgmt/circe/Makefile
==============================================================================
--- head/net-mgmt/circe/Makefile	Sat Sep 14 18:08:03 2013	(r327310)
+++ head/net-mgmt/circe/Makefile	Sat Sep 14 18:12:50 2013	(r327311)
@@ -24,7 +24,7 @@ RUN_DEPENDS=	p5-Net-IP-Match-XS>=0:${POR
 		p5-Crypt-CBC>=0:${PORTSDIR}/security/p5-Crypt-CBC \
 		p5-Proc-PID-File>=0:${PORTSDIR}/devel/p5-Proc-PID-File
 
-USE_PERL5=	yes
+USES=		perl5
 
 DIST_SUBDIR=	${PORTNAME}
 WRKSRC=		${WRKDIR}

Modified: head/net-mgmt/netdot/Makefile
==============================================================================
--- head/net-mgmt/netdot/Makefile	Sat Sep 14 18:08:03 2013	(r327310)
+++ head/net-mgmt/netdot/Makefile	Sat Sep 14 18:12:50 2013	(r327311)
@@ -44,9 +44,8 @@ RUN_DEPENDS=	p5-libapreq2>=0:${PORTSDIR}
 		rrdtool:${PORTSDIR}/databases/rrdtool \
 		netdisco-mibs>=0:${PORTSDIR}/net-mgmt/netdisco-mibs
 
+USES=		gmake perl5
 NO_BUILD=	yes
-USE_PERL5=	yes
-USE_GMAKE=	yes
 USE_MYSQL=	yes
 
 SUB_FILES=	pkg-message pkg-install


More information about the svn-ports-all mailing list