svn commit: r326574 - in head/sysutils: comiccron dirvish fastest_cvsup i2c-tools jtop logwatch memfetch p5-File-Stat-Bits p5-Filesys-Df p5-MogileFS-Client p5-Plugtools p5-Sys-User-UIDhelper p5-Sys...
Andrej Zverev
az at FreeBSD.org
Sat Sep 7 07:11:53 UTC 2013
Author: az
Date: Sat Sep 7 07:11:48 2013
New Revision: 326574
URL: http://svnweb.freebsd.org/changeset/ports/326574
Log:
- convert to the new perl5 framework
Submitted by: portmgr (bapt@, blanket)
Modified:
head/sysutils/comiccron/Makefile (contents, props changed)
head/sysutils/dirvish/Makefile (contents, props changed)
head/sysutils/fastest_cvsup/Makefile (contents, props changed)
head/sysutils/i2c-tools/Makefile (contents, props changed)
head/sysutils/jtop/Makefile (contents, props changed)
head/sysutils/logwatch/Makefile (contents, props changed)
head/sysutils/memfetch/Makefile (contents, props changed)
head/sysutils/p5-File-Stat-Bits/Makefile (contents, props changed)
head/sysutils/p5-Filesys-Df/Makefile (contents, props changed)
head/sysutils/p5-MogileFS-Client/Makefile (contents, props changed)
head/sysutils/p5-Plugtools/Makefile (contents, props changed)
head/sysutils/p5-Sys-User-UIDhelper/Makefile (contents, props changed)
head/sysutils/p5-SyslogScan/Makefile (contents, props changed)
head/sysutils/p5-Unix-Lsof/Makefile (contents, props changed)
head/sysutils/p5-Unix-Mknod/Makefile (contents, props changed)
head/sysutils/slack/Makefile
head/sysutils/snap/Makefile (contents, props changed)
head/sysutils/ucspi-ssl/Makefile
head/sysutils/usermatic/Makefile (contents, props changed)
Modified: head/sysutils/comiccron/Makefile
==============================================================================
--- head/sysutils/comiccron/Makefile Sat Sep 7 06:47:20 2013 (r326573)
+++ head/sysutils/comiccron/Makefile Sat Sep 7 07:11:48 2013 (r326574)
@@ -21,7 +21,7 @@ RUN_DEPENDS= p5-DateTime-Event-Cron>=0:$
p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \
p5-DateTime-Format-Strptime>=0:${PORTSDIR}/devel/p5-DateTime-Format-Strptime
-USE_PERL5= yes
+USES= perl5
NO_WRKSUBDIR= yes
Modified: head/sysutils/dirvish/Makefile
==============================================================================
--- head/sysutils/dirvish/Makefile Sat Sep 7 06:47:20 2013 (r326573)
+++ head/sysutils/dirvish/Makefile Sat Sep 7 07:11:48 2013 (r326574)
@@ -24,7 +24,8 @@ MAN8= dirvish.8 dirvish-expire.8 dirvis
WRKSRC= ${WRKDIR}
NO_BUILD= yes
-USE_PERL5_RUN= yes
+USES= perl5
+USE_PERL5= run
MAN5= dirvish.conf.5
MAN8= dirvish.8 dirvish-expire.8 dirvish-locate.8 dirvish-runall.8
Modified: head/sysutils/fastest_cvsup/Makefile
==============================================================================
--- head/sysutils/fastest_cvsup/Makefile Sat Sep 7 06:47:20 2013 (r326573)
+++ head/sysutils/fastest_cvsup/Makefile Sat Sep 7 07:11:48 2013 (r326574)
@@ -13,7 +13,7 @@ MASTER_SITES= SF/${PORTNAME:S/_/-/}
MAINTAINER= freebsd at hm2k.org
COMMENT= Finds fastest CVSup server
-USE_PERL5= yes
+USES= perl5
MAN7= fastest_cvsup.7
PLIST_FILES= bin/fastest_cvsup
Modified: head/sysutils/i2c-tools/Makefile
==============================================================================
--- head/sysutils/i2c-tools/Makefile Sat Sep 7 06:47:20 2013 (r326573)
+++ head/sysutils/i2c-tools/Makefile Sat Sep 7 07:11:48 2013 (r326574)
@@ -15,7 +15,8 @@ COMMENT= A heterogeneous set of I2C tool
USE_BZIP2= yes
NO_BUILD= yes
-USE_PERL5_RUN= yes
+USES= perl5
+USE_PERL5= run
PLIST_FILES= sbin/decode-dimms
Modified: head/sysutils/jtop/Makefile
==============================================================================
--- head/sysutils/jtop/Makefile Sat Sep 7 06:47:20 2013 (r326573)
+++ head/sysutils/jtop/Makefile Sat Sep 7 07:11:48 2013 (r326574)
@@ -18,7 +18,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
MAN1= jtop.1
MANCOMPRESSED= yes
-USE_PERL5= yes
+USES= perl5
PLIST_FILES= bin/jtop
.include <bsd.port.mk>
Modified: head/sysutils/logwatch/Makefile
==============================================================================
--- head/sysutils/logwatch/Makefile Sat Sep 7 06:47:20 2013 (r326573)
+++ head/sysutils/logwatch/Makefile Sat Sep 7 07:11:48 2013 (r326574)
@@ -18,7 +18,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= p5-MIME-Base64>=0:${PORTSDIR}/converters/p5-MIME-Base64
-USE_PERL5_RUN= yes
+USES= perl5
+USE_PERL5= run
MAN8= logwatch.8
DOCS= HOWTO-Customize-LogWatch License README
Modified: head/sysutils/memfetch/Makefile
==============================================================================
--- head/sysutils/memfetch/Makefile Sat Sep 7 06:47:20 2013 (r326573)
+++ head/sysutils/memfetch/Makefile Sat Sep 7 07:11:48 2013 (r326574)
@@ -16,7 +16,8 @@ MAINTAINER= onatan at gmail.com
COMMENT= Utility to dump process memory
WRKSRC= ${WRKDIR}/${PORTNAME}
-USE_PERL5_RUN= yes
+USES= perl5
+USE_PERL5= run
CFLAGS+= ${CPPFLAGS}
Modified: head/sysutils/p5-File-Stat-Bits/Makefile
==============================================================================
--- head/sysutils/p5-File-Stat-Bits/Makefile Sat Sep 7 06:47:20 2013 (r326573)
+++ head/sysutils/p5-File-Stat-Bits/Makefile Sat Sep 7 07:11:48 2013 (r326574)
@@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= pirzyk at FreeBSD.org
COMMENT= Perl5 module interface to the major()/minor() C routines
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= File::Stat::Bits.3
Modified: head/sysutils/p5-Filesys-Df/Makefile
==============================================================================
--- head/sysutils/p5-Filesys-Df/Makefile Sat Sep 7 06:47:20 2013 (r326573)
+++ head/sysutils/p5-Filesys-Df/Makefile Sat Sep 7 07:11:48 2013 (r326574)
@@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= pirzyk at FreeBSD.org
COMMENT= Perl extension for filesystem space
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Filesys::Df.3
Modified: head/sysutils/p5-MogileFS-Client/Makefile
==============================================================================
--- head/sysutils/p5-MogileFS-Client/Makefile Sat Sep 7 06:47:20 2013 (r326573)
+++ head/sysutils/p5-MogileFS-Client/Makefile Sat Sep 7 07:11:48 2013 (r326574)
@@ -16,7 +16,8 @@ BUILD_DEPENDS= p5-IO-stringy>=2.102:${PO
RUN_DEPENDS= p5-IO-stringy>=2.102:${PORTSDIR}/devel/p5-IO-stringy \
p5-libwww>=0:${PORTSDIR}/www/p5-libwww
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= MogileFS::Client.3
Modified: head/sysutils/p5-Plugtools/Makefile
==============================================================================
--- head/sysutils/p5-Plugtools/Makefile Sat Sep 7 06:47:20 2013 (r326573)
+++ head/sysutils/p5-Plugtools/Makefile Sat Sep 7 07:11:48 2013 (r326574)
@@ -25,7 +25,8 @@ RUN_DEPENDS= p5-perl-ldap>=0:${PORTSDIR}
p5-File-BaseDir>=0:${PORTSDIR}/devel/p5-File-BaseDir \
p5-Config-IniHash>=0:${PORTSDIR}/devel/p5-Config-IniHash
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Plugtools.3 \
Plugtools::Plugins::Dump.3
Modified: head/sysutils/p5-Sys-User-UIDhelper/Makefile
==============================================================================
--- head/sysutils/p5-Sys-User-UIDhelper/Makefile Sat Sep 7 06:47:20 2013 (r326573)
+++ head/sysutils/p5-Sys-User-UIDhelper/Makefile Sat Sep 7 07:11:48 2013 (r326574)
@@ -15,7 +15,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= vvelox at vvelox.net
COMMENT= Helps for locating free UIDs
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Sys::User::UIDhelper.3
Modified: head/sysutils/p5-SyslogScan/Makefile
==============================================================================
--- head/sysutils/p5-SyslogScan/Makefile Sat Sep 7 06:47:20 2013 (r326573)
+++ head/sysutils/p5-SyslogScan/Makefile Sat Sep 7 07:11:48 2013 (r326574)
@@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= demon at FreeBSD.org
COMMENT= Perl5 routines to parse system logs
-PERL_CONFIGURE= YES
+USES= perl5
+USE_PERL5= configure
MAN3= SyslogScan::ByGroup.3 SyslogScan::Delivery.3 \
SyslogScan::DeliveryIterator.3 \
Modified: head/sysutils/p5-Unix-Lsof/Makefile
==============================================================================
--- head/sysutils/p5-Unix-Lsof/Makefile Sat Sep 7 06:47:20 2013 (r326573)
+++ head/sysutils/p5-Unix-Lsof/Makefile Sat Sep 7 07:11:48 2013 (r326574)
@@ -19,7 +19,8 @@ COMMENT= Unix::Lsof -- a wrapper to the
BUILD_DEPENDS= p5-IPC-Run3>=0:${PORTSDIR}/devel/p5-IPC-Run3
RUN_DEPENDS= p5-IPC-Run3>=0:${PORTSDIR}/devel/p5-IPC-Run3
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Unix::Lsof.3 Unix::Lsof::Result.3
.include <bsd.port.mk>
Modified: head/sysutils/p5-Unix-Mknod/Makefile
==============================================================================
--- head/sysutils/p5-Unix-Mknod/Makefile Sat Sep 7 06:47:20 2013 (r326573)
+++ head/sysutils/p5-Unix-Mknod/Makefile Sat Sep 7 07:11:48 2013 (r326574)
@@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= pirzyk at FreeBSD.org
COMMENT= Perl5 module to create special files
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Unix::Mknod.3
Modified: head/sysutils/slack/Makefile
==============================================================================
--- head/sysutils/slack/Makefile Sat Sep 7 06:47:20 2013 (r326573)
+++ head/sysutils/slack/Makefile Sat Sep 7 07:11:48 2013 (r326574)
@@ -12,7 +12,7 @@ COMMENT= Configuration management system
RUN_DEPENDS= rsync:${PORTSDIR}/net/rsync
-USE_PERL5= yes
+USES= perl5
USE_GMAKE= yes
MAN1= slack-diff.1
Modified: head/sysutils/snap/Makefile
==============================================================================
--- head/sysutils/snap/Makefile Sat Sep 7 06:47:20 2013 (r326573)
+++ head/sysutils/snap/Makefile Sat Sep 7 07:11:48 2013 (r326574)
@@ -15,7 +15,8 @@ MAINTAINER= wchunhao at cs.nctu.edu.tw
COMMENT= Tools for periodic and manual management of UFS2 snapshots
NO_BUILD= yes
-USE_PERL5_RUN= yes
+USES= perl5
+USE_PERL5= run
MAN8= snap.8
Modified: head/sysutils/ucspi-ssl/Makefile
==============================================================================
--- head/sysutils/ucspi-ssl/Makefile Sat Sep 7 06:47:20 2013 (r326573)
+++ head/sysutils/ucspi-ssl/Makefile Sat Sep 7 07:11:48 2013 (r326574)
@@ -19,7 +19,7 @@ RUN_DEPENDS= tcpserver:${PORTSDIR}/sysut
CONFLICTS?= ucspi-ssl-tls-[0-9]*
-USE_PERL5= yes
+USES= perl5
RESTRICTED= Non-explicit licensing terms
Modified: head/sysutils/usermatic/Makefile
==============================================================================
--- head/sysutils/usermatic/Makefile Sat Sep 7 06:47:20 2013 (r326573)
+++ head/sysutils/usermatic/Makefile Sat Sep 7 07:11:48 2013 (r326574)
@@ -16,7 +16,8 @@ MAINTAINER= fehlner at gmx.de
COMMENT= Scripts to automate the maintenance of accounts
NO_BUILD= yes
-USE_PERL5_RUN= yes
+USES= perl5
+USE_PERL5= run
MAN1= digestion.pl.1
MAN8= hunter-seeker.pl.8 newusers.pl.8 reaper.pl.8
More information about the svn-ports-all
mailing list