svn commit: r326530 - in head: archivers/p5-Archive-Any-Plugin-Rar archivers/p5-Compress-Bzip2 archivers/p5-IO-Zlib ports-mgmt/distilator ports-mgmt/p5-FreeBSD-Pkgs-FindUpdates ports-mgmt/p5-FreeBS...
Andrej Zverev
az at FreeBSD.org
Fri Sep 6 17:55:25 UTC 2013
Author: az
Date: Fri Sep 6 17:55:21 2013
New Revision: 326530
URL: http://svnweb.freebsd.org/changeset/ports/326530
Log:
- convert to the new perl5 framework
Approved by: portmgr (bapt@, blanket)
Modified:
head/archivers/p5-Archive-Any-Plugin-Rar/Makefile (contents, props changed)
head/archivers/p5-Compress-Bzip2/Makefile (contents, props changed)
head/archivers/p5-IO-Zlib/Makefile
head/ports-mgmt/distilator/Makefile (contents, props changed)
head/ports-mgmt/p5-FreeBSD-Pkgs-FindUpdates/Makefile (contents, props changed)
head/ports-mgmt/p5-FreeBSD-Ports-INDEXhash/Makefile (contents, props changed)
head/ports-mgmt/pkg-orphan/Makefile (contents, props changed)
head/ports-mgmt/pkg_cutleaves/Makefile (contents, props changed)
head/ports-mgmt/porteasy/Makefile (contents, props changed)
head/ports-mgmt/portlint/Makefile (contents, props changed)
head/ports-mgmt/portupdate-scan/Makefile (contents, props changed)
head/sysutils/ispman/Makefile (contents, props changed)
head/sysutils/massadmin/Makefile (contents, props changed)
head/sysutils/munin-common/Makefile
head/sysutils/p5-File-Which/Makefile (contents, props changed)
head/sysutils/p5-Sys-Group-GIDhelper/Makefile (contents, props changed)
head/sysutils/p5-Sys-Hostname-FQDN/Makefile (contents, props changed)
head/sysutils/p5-Tail-Stat/Makefile (contents, props changed)
head/sysutils/psgconf/Makefile
Modified: head/archivers/p5-Archive-Any-Plugin-Rar/Makefile
==============================================================================
--- head/archivers/p5-Archive-Any-Plugin-Rar/Makefile Fri Sep 6 17:10:26 2013 (r326529)
+++ head/archivers/p5-Archive-Any-Plugin-Rar/Makefile Fri Sep 6 17:55:21 2013 (r326530)
@@ -15,7 +15,8 @@ BUILD_DEPENDS= p5-Archive-Any>=0:${PORTS
p5-lib-abs>=0.90:${PORTSDIR}/devel/p5-lib-abs
RUN_DEPENDS:= ${BUILD_DEPENDS}
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Archive::Any::Plugin::Rar.3
.include <bsd.port.mk>
Modified: head/archivers/p5-Compress-Bzip2/Makefile
==============================================================================
--- head/archivers/p5-Compress-Bzip2/Makefile Fri Sep 6 17:10:26 2013 (r326529)
+++ head/archivers/p5-Compress-Bzip2/Makefile Fri Sep 6 17:55:21 2013 (r326530)
@@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= demon at FreeBSD.org
COMMENT= Perl5 interface to bzip2 compression library
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Compress::Bzip2.3
Modified: head/archivers/p5-IO-Zlib/Makefile
==============================================================================
--- head/archivers/p5-IO-Zlib/Makefile Fri Sep 6 17:10:26 2013 (r326529)
+++ head/archivers/p5-IO-Zlib/Makefile Fri Sep 6 17:55:21 2013 (r326530)
@@ -16,7 +16,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama at FreeBSD.org
COMMENT= IO:: style interface to Compress::Zlib
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= IO::Zlib.3
.include <bsd.port.mk>
Modified: head/ports-mgmt/distilator/Makefile
==============================================================================
--- head/ports-mgmt/distilator/Makefile Fri Sep 6 17:10:26 2013 (r326529)
+++ head/ports-mgmt/distilator/Makefile Fri Sep 6 17:55:21 2013 (r326530)
@@ -14,6 +14,7 @@ RUN_DEPENDS= p5-URI>=1.56:${PORTSDIR}/ne
p5-libwww>=0:${PORTSDIR}/www/p5-libwww
BUILD_DEPENDS:= ${RUN_DEPENDS}
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
.include <bsd.port.mk>
Modified: head/ports-mgmt/p5-FreeBSD-Pkgs-FindUpdates/Makefile
==============================================================================
--- head/ports-mgmt/p5-FreeBSD-Pkgs-FindUpdates/Makefile Fri Sep 6 17:10:26 2013 (r326529)
+++ head/ports-mgmt/p5-FreeBSD-Pkgs-FindUpdates/Makefile Fri Sep 6 17:55:21 2013 (r326530)
@@ -21,7 +21,8 @@ BUILD_DEPENDS= p5-Error-Helper>=0:${PORT
p5-Sort-Versions>=0:${PORTSDIR}/devel/p5-Sort-Versions
RUN_DEPENDS:= ${BUILD_DEPENDS}
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= FreeBSD::Pkgs::FindUpdates.3
Modified: head/ports-mgmt/p5-FreeBSD-Ports-INDEXhash/Makefile
==============================================================================
--- head/ports-mgmt/p5-FreeBSD-Ports-INDEXhash/Makefile Fri Sep 6 17:10:26 2013 (r326529)
+++ head/ports-mgmt/p5-FreeBSD-Ports-INDEXhash/Makefile Fri Sep 6 17:55:21 2013 (r326530)
@@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= vvelox at vvelox.net
COMMENT= Make a hash out of the index file for the ports tree
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= FreeBSD::Ports::INDEXhash.3
Modified: head/ports-mgmt/pkg-orphan/Makefile
==============================================================================
--- head/ports-mgmt/pkg-orphan/Makefile Fri Sep 6 17:10:26 2013 (r326529)
+++ head/ports-mgmt/pkg-orphan/Makefile Fri Sep 6 17:55:21 2013 (r326530)
@@ -14,7 +14,7 @@ MAINTAINER= vsemionov at gmail.com
COMMENT= A console utility for managing unreferenced FreeBSD packages
NO_BUILD= yes
-USE_PERL5= yes
+USES= perl5
MAN1= pkg-orphan.1
Modified: head/ports-mgmt/pkg_cutleaves/Makefile
==============================================================================
--- head/ports-mgmt/pkg_cutleaves/Makefile Fri Sep 6 17:10:26 2013 (r326529)
+++ head/ports-mgmt/pkg_cutleaves/Makefile Fri Sep 6 17:55:21 2013 (r326530)
@@ -15,7 +15,7 @@ MAINTAINER= stefan at FreeBSD.org
COMMENT= Interactive script for deinstalling 'leaf' packages
NO_BUILD= yes
-USE_PERL5= yes
+USES= perl5
WRKSRC= ${WRKDIR}
Modified: head/ports-mgmt/porteasy/Makefile
==============================================================================
--- head/ports-mgmt/porteasy/Makefile Fri Sep 6 17:10:26 2013 (r326529)
+++ head/ports-mgmt/porteasy/Makefile Fri Sep 6 17:55:21 2013 (r326530)
@@ -11,7 +11,7 @@ COMMENT= A tool for fetching and buildin
NO_BUILD= yes
NO_WRKSUBDIR= yes
-USE_PERL5= yes
+USES= perl5
SRC= ${.CURDIR}/src
Modified: head/ports-mgmt/portlint/Makefile
==============================================================================
--- head/ports-mgmt/portlint/Makefile Fri Sep 6 17:10:26 2013 (r326529)
+++ head/ports-mgmt/portlint/Makefile Fri Sep 6 17:55:21 2013 (r326530)
@@ -15,7 +15,8 @@ COMMENT= A verifier for FreeBSD port dir
NO_BUILD= yes
WRKSRC= ${WRKDIR}/src
-USE_PERL5_RUN= yes
+USES= perl5
+USE_PERL5= run
SRC= ${.CURDIR}/src
Modified: head/ports-mgmt/portupdate-scan/Makefile
==============================================================================
--- head/ports-mgmt/portupdate-scan/Makefile Fri Sep 6 17:10:26 2013 (r326529)
+++ head/ports-mgmt/portupdate-scan/Makefile Fri Sep 6 17:55:21 2013 (r326530)
@@ -16,7 +16,8 @@ MAINTAINER= alex at stangl.us
COMMENT= Display pertinent parts of {PORTSDIR}/UPDATING
NO_BUILD= yes
-USE_PERL5_RUN= yes
+USES= perl5
+USE_PERL5= run
PLIST_FILES= sbin/portupdate-scan
SRC= ${.CURDIR}/src
Modified: head/sysutils/ispman/Makefile
==============================================================================
--- head/sysutils/ispman/Makefile Fri Sep 6 17:10:26 2013 (r326529)
+++ head/sysutils/ispman/Makefile Fri Sep 6 17:55:21 2013 (r326530)
@@ -37,7 +37,7 @@ RUN_DEPENDS= p5-Text-Balanced>=0:${PORTS
p5-SOAP-Lite>=0:${PORTSDIR}/net/p5-SOAP-Lite
USE_GMAKE= yes
-USE_PERL5= yes
+USES= perl5
ALL_TARGET= ispman
HAS_CONFIGURE= yes
Modified: head/sysutils/massadmin/Makefile
==============================================================================
--- head/sysutils/massadmin/Makefile Fri Sep 6 17:10:26 2013 (r326529)
+++ head/sysutils/massadmin/Makefile Fri Sep 6 17:55:21 2013 (r326530)
@@ -20,7 +20,7 @@ RUN_DEPENDS= p5-Expect>=1.21:${PORTSDIR}
p5-IO-Tty>=1.08:${PORTSDIR}/devel/p5-IO-Tty
NO_BUILD= yes
-USE_PERL5= yes
+USES= perl5
LICENSE= GPLv3
Modified: head/sysutils/munin-common/Makefile
==============================================================================
--- head/sysutils/munin-common/Makefile Fri Sep 6 17:10:26 2013 (r326529)
+++ head/sysutils/munin-common/Makefile Fri Sep 6 17:55:21 2013 (r326530)
@@ -14,7 +14,7 @@ BUILD_DEPENDS= p5-Module-Build>=0:${PORT
p5-Net-SSLeay>=0:${PORTSDIR}/security/p5-Net-SSLeay
RUN_DEPENDS= p5-Net-SSLeay>=0:${PORTSDIR}/security/p5-Net-SSLeay
-USE_PERL5= yes
+USES= perl5
USE_GMAKE= yes
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S/.r/rc/}
Modified: head/sysutils/p5-File-Which/Makefile
==============================================================================
--- head/sysutils/p5-File-Which/Makefile Fri Sep 6 17:10:26 2013 (r326529)
+++ head/sysutils/p5-File-Which/Makefile Fri Sep 6 17:55:21 2013 (r326530)
@@ -16,7 +16,8 @@ COMMENT= Portable implementation of `whi
TEST_DEPENDS= p5-Test-Script>=1.05:${PORTSDIR}/devel/p5-Test-Script
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN1= pwhich.1
MAN3= File::Which.3
Modified: head/sysutils/p5-Sys-Group-GIDhelper/Makefile
==============================================================================
--- head/sysutils/p5-Sys-Group-GIDhelper/Makefile Fri Sep 6 17:10:26 2013 (r326529)
+++ head/sysutils/p5-Sys-Group-GIDhelper/Makefile Fri Sep 6 17:55:21 2013 (r326530)
@@ -15,7 +15,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= vvelox at vvelox.net
COMMENT= Helps for locating free GIDs
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Sys::Group::GIDhelper.3
Modified: head/sysutils/p5-Sys-Hostname-FQDN/Makefile
==============================================================================
--- head/sysutils/p5-Sys-Hostname-FQDN/Makefile Fri Sep 6 17:10:26 2013 (r326529)
+++ head/sysutils/p5-Sys-Hostname-FQDN/Makefile Fri Sep 6 17:55:21 2013 (r326530)
@@ -16,7 +16,8 @@ COMMENT= Get the short or long hostname
LICENSE= ART20
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Sys::Hostname::FQDN.3
Modified: head/sysutils/p5-Tail-Stat/Makefile
==============================================================================
--- head/sysutils/p5-Tail-Stat/Makefile Fri Sep 6 17:10:26 2013 (r326529)
+++ head/sysutils/p5-Tail-Stat/Makefile Fri Sep 6 17:55:21 2013 (r326530)
@@ -24,7 +24,8 @@ BUILD_DEPENDS= p5-DateTime>=0:${PORTSDIR
RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Test-TCP>=0:${PORTSDIR}/devel/p5-Test-TCP
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
USE_RC_SUBR= tstatd
SUB_LIST+= RC_SUBR_SUFFIX=${RC_SUBR_SUFFIX}
Modified: head/sysutils/psgconf/Makefile
==============================================================================
--- head/sysutils/psgconf/Makefile Fri Sep 6 17:10:26 2013 (r326529)
+++ head/sysutils/psgconf/Makefile Fri Sep 6 17:55:21 2013 (r326530)
@@ -24,7 +24,8 @@ BUILD_DEPENDS= p5-Config-Objective>=0:${
p5-Text-Diff>=0:${PORTSDIR}/textproc/p5-Text-Diff
RUN_DEPENDS:= ${BUILD_DEPENDS}
-PERL_CONFIGURE= YES
+USES= perl5
+USE_PERL5= configure
MAN1= psgconf.1
MAN3= PSGConf.3 \
More information about the svn-ports-head
mailing list