Date: Sat, 7 Sep 2013 06:47:20 +0000 (UTC) From: Andrej Zverev <az@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326573 - in head/sysutils: fanout fcron gather geteltorito jps lmon monkeytail p5-BSD-Jail-Object p5-File-Log p5-File-Signature p5-File-Stat-ModeString p5-File-Tee p5-Filesys-Statvfs p... Message-ID: <201309070647.r876lK2r038774@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: az Date: Sat Sep 7 06:47:20 2013 New Revision: 326573 URL: http://svnweb.freebsd.org/changeset/ports/326573 Log: - convert to the new perl5 framework Approved by: portmgr (bapt@, blanket) Modified: head/sysutils/fanout/Makefile head/sysutils/fcron/Makefile (contents, props changed) head/sysutils/gather/Makefile (contents, props changed) head/sysutils/geteltorito/Makefile (contents, props changed) head/sysutils/jps/Makefile (contents, props changed) head/sysutils/lmon/Makefile (contents, props changed) head/sysutils/monkeytail/Makefile (contents, props changed) head/sysutils/p5-BSD-Jail-Object/Makefile head/sysutils/p5-File-Log/Makefile (contents, props changed) head/sysutils/p5-File-Signature/Makefile (contents, props changed) head/sysutils/p5-File-Stat-ModeString/Makefile (contents, props changed) head/sysutils/p5-File-Tee/Makefile head/sysutils/p5-Filesys-Statvfs/Makefile (contents, props changed) head/sysutils/p5-Fuse-Simple/Makefile (contents, props changed) head/sysutils/p5-Sys-Filesystem/Makefile (contents, props changed) head/sysutils/p5-Sys-Hostname-Long/Makefile (contents, props changed) head/sysutils/p5-Unix-Processors/Makefile (contents, props changed) head/sysutils/vlogger/Makefile (contents, props changed) head/sysutils/zetaback/Makefile (contents, props changed) Modified: head/sysutils/fanout/Makefile ============================================================================== --- head/sysutils/fanout/Makefile Sat Sep 7 06:13:27 2013 (r326572) +++ head/sysutils/fanout/Makefile Sat Sep 7 06:47:20 2013 (r326573) @@ -11,7 +11,8 @@ MASTER_SITES= http://www.stearns.org/fan MAINTAINER= jmohacsi@bsd.hu COMMENT= Tool to run commands on multiple machines -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run NO_BUILD= yes PLIST_FILES= bin/fanout bin/fanterm bin/fanmux .if !defined(NOPORTDOCS) Modified: head/sysutils/fcron/Makefile ============================================================================== --- head/sysutils/fcron/Makefile Sat Sep 7 06:13:27 2013 (r326572) +++ head/sysutils/fcron/Makefile Sat Sep 7 06:47:20 2013 (r326573) @@ -21,7 +21,8 @@ COMMENT= A periodic command scheduler GNU_CONFIGURE= yes USE_GMAKE= yes -USE_PERL5_BUILD=yes +USES= perl5 +USE_PERL5= build CONFIGURE_ARGS= --with-etcdir=${PREFIX}/etc --localstatedir=/var \ --with-cflags="${CFLAGS}" \ --with-rootname=root --with-rootgroup=wheel \ Modified: head/sysutils/gather/Makefile ============================================================================== --- head/sysutils/gather/Makefile Sat Sep 7 06:13:27 2013 (r326572) +++ head/sysutils/gather/Makefile Sat Sep 7 06:47:20 2013 (r326573) @@ -17,7 +17,7 @@ LICENSE= BSD PROJECTHOST= gatherit -USE_PERL5= yes +USES= perl5 CONFLICTS_INSTALL= harvest-[0-9]* Modified: head/sysutils/geteltorito/Makefile ============================================================================== --- head/sysutils/geteltorito/Makefile Sat Sep 7 06:13:27 2013 (r326572) +++ head/sysutils/geteltorito/Makefile Sat Sep 7 06:47:20 2013 (r326573) @@ -16,7 +16,8 @@ MAINTAINER= valerio.daelli@gmail.com COMMENT= El Torito image extractor NO_BUILD= yes -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run PLIST_FILES= bin/${PORTNAME} Modified: head/sysutils/jps/Makefile ============================================================================== --- head/sysutils/jps/Makefile Sat Sep 7 06:13:27 2013 (r326572) +++ head/sysutils/jps/Makefile Sat Sep 7 06:47:20 2013 (r326573) @@ -18,7 +18,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} MAN1= jps.1 MANCOMPRESSED= yes -USE_PERL5= yes +USES= perl5 PLIST_FILES= bin/jps .include <bsd.port.mk> Modified: head/sysutils/lmon/Makefile ============================================================================== --- head/sysutils/lmon/Makefile Sat Sep 7 06:13:27 2013 (r326572) +++ head/sysutils/lmon/Makefile Sat Sep 7 06:47:20 2013 (r326573) @@ -19,7 +19,7 @@ RUN_DEPENDS= p5-Config-IniFiles>=0:${POR p5-File-Tail>=0:${PORTSDIR}/devel/p5-File-Tail NO_BUILD= yes -USE_PERL5= yes +USES= perl5 do-install: ${INSTALL} -d -m 0755 ${PREFIX}/${PORTNAME} Modified: head/sysutils/monkeytail/Makefile ============================================================================== --- head/sysutils/monkeytail/Makefile Sat Sep 7 06:13:27 2013 (r326572) +++ head/sysutils/monkeytail/Makefile Sat Sep 7 06:47:20 2013 (r326573) @@ -14,7 +14,8 @@ COMMENT= A multi-file tail on both local RUN_DEPENDS= p5-Config-General>=0:${PORTSDIR}/devel/p5-Config-General \ p5-Getopt-Declare>=0:${PORTSDIR}/devel/p5-Getopt-Declare -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run NO_BUILD= yes Modified: head/sysutils/p5-BSD-Jail-Object/Makefile ============================================================================== --- head/sysutils/p5-BSD-Jail-Object/Makefile Sat Sep 7 06:13:27 2013 (r326572) +++ head/sysutils/p5-BSD-Jail-Object/Makefile Sat Sep 7 06:47:20 2013 (r326573) @@ -15,7 +15,8 @@ BUILD_DEPENDS= p5-Inline>=0:${PORTSDIR}/ MAKE_JOBS_UNSAFE= yes -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= BSD::Jail::Object.3 Modified: head/sysutils/p5-File-Log/Makefile ============================================================================== --- head/sysutils/p5-File-Log/Makefile Sat Sep 7 06:13:27 2013 (r326572) +++ head/sysutils/p5-File-Log/Makefile Sat Sep 7 06:47:20 2013 (r326573) @@ -13,7 +13,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= tj@FreeBSD.org COMMENT= A simple Object Orientated Logger -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= File::Log.3 Modified: head/sysutils/p5-File-Signature/Makefile ============================================================================== --- head/sysutils/p5-File-Signature/Makefile Sat Sep 7 06:13:27 2013 (r326572) +++ head/sysutils/p5-File-Signature/Makefile Sat Sep 7 06:47:20 2013 (r326573) @@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= culot@FreeBSD.org COMMENT= Detect changes to a file's content or attributes -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= File::Signature.3 Modified: head/sysutils/p5-File-Stat-ModeString/Makefile ============================================================================== --- head/sysutils/p5-File-Stat-ModeString/Makefile Sat Sep 7 06:13:27 2013 (r326572) +++ head/sysutils/p5-File-Stat-ModeString/Makefile Sat Sep 7 06:47:20 2013 (r326573) @@ -20,7 +20,8 @@ LICENSE= GPLv2 BUILD_DEPENDS= p5-File-Stat-Bits>0:${PORTSDIR}/sysutils/p5-File-Stat-Bits RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= File::Stat::ModeString.3 Modified: head/sysutils/p5-File-Tee/Makefile ============================================================================== --- head/sysutils/p5-File-Tee/Makefile Sat Sep 7 06:13:27 2013 (r326572) +++ head/sysutils/p5-File-Tee/Makefile Sat Sep 7 06:47:20 2013 (r326573) @@ -15,7 +15,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= kostjnspb@yandex.ru COMMENT= Replicate data sent to a Perl stream -PERL_CONFIGURE= YES +USES= perl5 +USE_PERL5= configure MAN3= File::Tee.3 Modified: head/sysutils/p5-Filesys-Statvfs/Makefile ============================================================================== --- head/sysutils/p5-Filesys-Statvfs/Makefile Sat Sep 7 06:13:27 2013 (r326572) +++ head/sysutils/p5-Filesys-Statvfs/Makefile Sat Sep 7 06:47:20 2013 (r326573) @@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= pirzyk@FreeBSD.org COMMENT= Perl extension for statvfs() and fstatvfs() -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Filesys::Statvfs.3 Modified: head/sysutils/p5-Fuse-Simple/Makefile ============================================================================== --- head/sysutils/p5-Fuse-Simple/Makefile Sat Sep 7 06:13:27 2013 (r326572) +++ head/sysutils/p5-Fuse-Simple/Makefile Sat Sep 7 06:47:20 2013 (r326573) @@ -17,7 +17,8 @@ COMMENT= Simple way to write filesystems RUN_DEPENDS= p5-Fuse>=0:${PORTSDIR}/sysutils/p5-Fuse -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Fuse::Simple.3 Modified: head/sysutils/p5-Sys-Filesystem/Makefile ============================================================================== --- head/sysutils/p5-Sys-Filesystem/Makefile Sat Sep 7 06:13:27 2013 (r326572) +++ head/sysutils/p5-Sys-Filesystem/Makefile Sat Sep 7 06:47:20 2013 (r326573) @@ -18,7 +18,8 @@ COMMENT= Perl module to Retrieve list of RUN_DEPENDS= p5-Params-Util>=1.0:${PORTSDIR}/devel/p5-Params-Util BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= Sys::Filesystem::Mswin32.3 \ Sys::Filesystem.3 \ Modified: head/sysutils/p5-Sys-Hostname-Long/Makefile ============================================================================== --- head/sysutils/p5-Sys-Hostname-Long/Makefile Sat Sep 7 06:13:27 2013 (r326572) +++ head/sysutils/p5-Sys-Hostname-Long/Makefile Sat Sep 7 06:47:20 2013 (r326573) @@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= tdb@FreeBSD.org COMMENT= Try every conceivable way to get full hostname -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Sys::Hostname::Long.3 Modified: head/sysutils/p5-Unix-Processors/Makefile ============================================================================== --- head/sysutils/p5-Unix-Processors/Makefile Sat Sep 7 06:13:27 2013 (r326572) +++ head/sysutils/p5-Unix-Processors/Makefile Sat Sep 7 06:47:20 2013 (r326573) @@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= jadawin@FreeBSD.org COMMENT= Interface to processor (CPU) information -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Unix::Processors.3 Unix::Processors::Info.3 Modified: head/sysutils/vlogger/Makefile ============================================================================== --- head/sysutils/vlogger/Makefile Sat Sep 7 06:13:27 2013 (r326572) +++ head/sysutils/vlogger/Makefile Sat Sep 7 06:47:20 2013 (r326573) @@ -17,7 +17,7 @@ LICENSE= GPLv2 RUN_DEPENDS= p5-DBI>=0:${PORTSDIR}/databases/p5-DBI -USE_PERL5= yes +USES= perl5 NO_BUILD= yes MAN1= ${PORTNAME}.1 Modified: head/sysutils/zetaback/Makefile ============================================================================== --- head/sysutils/zetaback/Makefile Sat Sep 7 06:13:27 2013 (r326572) +++ head/sysutils/zetaback/Makefile Sat Sep 7 06:47:20 2013 (r326573) @@ -14,7 +14,8 @@ MASTER_SITES= https://labs.omniti.com/ze MAINTAINER= cy@FreeBSD.org COMMENT= Zetaback ZFS backup and recovery management system -USE_PERL5_RUN= YES +USES= perl5 +USE_PERL5= run GNU_CONFIGURE= yes USE_AUTOTOOLS= autoconf
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309070647.r876lK2r038774>