Date: Sat, 7 Sep 2013 06:13:27 +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: r326572 - in head/sysutils: debhelper epylog evtviewer fpkg gupsc jkill p5-Dir-Purge p5-Plugtools-Plugins-HomeOU p5-Probe-Perl p5-Samba-SIDhelper p5-Sys-HostIP p5-Sys-Load p5-ZConf-Cron... Message-ID: <201309070613.r876DR3c018897@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: az Date: Sat Sep 7 06:13:27 2013 New Revision: 326572 URL: http://svnweb.freebsd.org/changeset/ports/326572 Log: - convert to the new perl5 framework Approved by: portmgr (bapt@, blanket) Modified: head/sysutils/debhelper/Makefile (contents, props changed) head/sysutils/epylog/Makefile (contents, props changed) head/sysutils/evtviewer/Makefile (contents, props changed) head/sysutils/fpkg/Makefile (contents, props changed) head/sysutils/gupsc/Makefile head/sysutils/jkill/Makefile (contents, props changed) head/sysutils/p5-Dir-Purge/Makefile (contents, props changed) head/sysutils/p5-Plugtools-Plugins-HomeOU/Makefile (contents, props changed) head/sysutils/p5-Probe-Perl/Makefile head/sysutils/p5-Samba-SIDhelper/Makefile head/sysutils/p5-Sys-HostIP/Makefile (contents, props changed) head/sysutils/p5-Sys-Load/Makefile (contents, props changed) head/sysutils/p5-ZConf-Cron/Makefile (contents, props changed) head/sysutils/rsyncbackup/Makefile (contents, props changed) head/sysutils/stow/Makefile (contents, props changed) head/sysutils/ucspi-ipc/Makefile (contents, props changed) head/sysutils/webmin/Makefile head/sysutils/whatpix/Makefile (contents, props changed) head/sysutils/zfs-stats/Makefile (contents, props changed) Modified: head/sysutils/debhelper/Makefile ============================================================================== --- head/sysutils/debhelper/Makefile Sat Sep 7 06:06:44 2013 (r326571) +++ head/sysutils/debhelper/Makefile Sat Sep 7 06:13:27 2013 (r326572) @@ -12,7 +12,7 @@ COMMENT= Helper programs for debian/rule MAKE_ENV+= SITE_PERL_REL=${SITE_PERL_REL} NO_BUILD= yes -USE_PERL5= yes +USES= perl5 WRKSRC= ${WRKDIR}/${PORTNAME} .include <bsd.port.mk> Modified: head/sysutils/epylog/Makefile ============================================================================== --- head/sysutils/epylog/Makefile Sat Sep 7 06:06:44 2013 (r326571) +++ head/sysutils/epylog/Makefile Sat Sep 7 06:13:27 2013 (r326572) @@ -24,7 +24,7 @@ MAN8= epylog.8 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-lynx=${LOCALBASE}/bin/lynx -USE_PERL5= yes +USES= perl5 USE_PYTHON= yes LOCAL_CONF_FILES= epylog.conf \ Modified: head/sysutils/evtviewer/Makefile ============================================================================== --- head/sysutils/evtviewer/Makefile Sat Sep 7 06:06:44 2013 (r326571) +++ head/sysutils/evtviewer/Makefile Sat Sep 7 06:13:27 2013 (r326572) @@ -18,7 +18,7 @@ COMMENT= PERL-based Event viewer LICENSE= GPLv2 -USE_PERL5= yes +USES= perl5 NO_BUILD= yes PLIST_FILES= bin/evtViewer Modified: head/sysutils/fpkg/Makefile ============================================================================== --- head/sysutils/fpkg/Makefile Sat Sep 7 06:06:44 2013 (r326571) +++ head/sysutils/fpkg/Makefile Sat Sep 7 06:13:27 2013 (r326572) @@ -17,7 +17,7 @@ EXTRACT_ONLY= MAINTAINER= y.shimazu@nifty.com COMMENT= Package Tool Wrapper for FreeBSD -USE_PERL5= YES +USES= perl5 NO_WRKSUBDIR= YES NO_BUILD= YES PLIST_FILES= bin/fpkg Modified: head/sysutils/gupsc/Makefile ============================================================================== --- head/sysutils/gupsc/Makefile Sat Sep 7 06:06:44 2013 (r326571) +++ head/sysutils/gupsc/Makefile Sat Sep 7 06:13:27 2013 (r326572) @@ -13,7 +13,8 @@ COMMENT= A free Gnome client for the Net USE_BZIP2= yes USE_GMAKE= yes USE_GNOME= gnomelibs gnomehier -USE_PERL5_BUILD=yes +USES= perl5 +USE_PERL5= build GNU_CONFIGURE= yes CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" CPPFLAGS+= -I${LOCALBASE}/include Modified: head/sysutils/jkill/Makefile ============================================================================== --- head/sysutils/jkill/Makefile Sat Sep 7 06:06:44 2013 (r326571) +++ head/sysutils/jkill/Makefile Sat Sep 7 06:13:27 2013 (r326572) @@ -14,7 +14,8 @@ PKGNAMEPREFIX= MAINTAINER= pavel@ext.by COMMENT= Shutdowns a running jail and all its processes -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run MAN1= jkill.1 MANCOMPRESSED= yes Modified: head/sysutils/p5-Dir-Purge/Makefile ============================================================================== --- head/sysutils/p5-Dir-Purge/Makefile Sat Sep 7 06:06:44 2013 (r326571) +++ head/sysutils/p5-Dir-Purge/Makefile Sat Sep 7 06:13:27 2013 (r326572) @@ -10,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= ehaupt@FreeBSD.org COMMENT= Purge directories to a given number of files -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Dir::Purge.3 Modified: head/sysutils/p5-Plugtools-Plugins-HomeOU/Makefile ============================================================================== --- head/sysutils/p5-Plugtools-Plugins-HomeOU/Makefile Sat Sep 7 06:06:44 2013 (r326571) +++ head/sysutils/p5-Plugtools-Plugins-HomeOU/Makefile Sat Sep 7 06:13:27 2013 (r326572) @@ -17,7 +17,8 @@ COMMENT= Automatically handles the home RUN_DEPENDS= p5-Plugtools>=0:${PORTSDIR}/sysutils/p5-Plugtools -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Plugtools::Plugins::HomeOU.3 \ Plugtools::Plugins::HomeOUremove.3 Modified: head/sysutils/p5-Probe-Perl/Makefile ============================================================================== --- head/sysutils/p5-Probe-Perl/Makefile Sat Sep 7 06:06:44 2013 (r326571) +++ head/sysutils/p5-Probe-Perl/Makefile Sat Sep 7 06:13:27 2013 (r326572) @@ -11,7 +11,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= lippe@FreeBSD.org COMMENT= Information about the currently running perl -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Probe::Perl.3 Modified: head/sysutils/p5-Samba-SIDhelper/Makefile ============================================================================== --- head/sysutils/p5-Samba-SIDhelper/Makefile Sat Sep 7 06:06:44 2013 (r326571) +++ head/sysutils/p5-Samba-SIDhelper/Makefile Sat Sep 7 06:13:27 2013 (r326572) @@ -12,7 +12,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= vvelox@vvelox.net COMMENT= Create SIDs based on G/UIDs -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Samba::SIDhelper.3 Modified: head/sysutils/p5-Sys-HostIP/Makefile ============================================================================== --- head/sysutils/p5-Sys-HostIP/Makefile Sat Sep 7 06:06:44 2013 (r326571) +++ head/sysutils/p5-Sys-HostIP/Makefile Sat Sep 7 06:13:27 2013 (r326572) @@ -15,7 +15,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:R}${ MAINTAINER= mopsfelder@gmail.com COMMENT= A Perl module to get IP address related info -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Sys::HostIP.3 Modified: head/sysutils/p5-Sys-Load/Makefile ============================================================================== --- head/sysutils/p5-Sys-Load/Makefile Sat Sep 7 06:06:44 2013 (r326571) +++ head/sysutils/p5-Sys-Load/Makefile Sat Sep 7 06:13:27 2013 (r326572) @@ -15,7 +15,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= kostjnspb@yandex.ru COMMENT= Getting the current system load and uptime -PERL_CONFIGURE= YES +USES= perl5 +USE_PERL5= configure MAN3= Sys::Load.3 Modified: head/sysutils/p5-ZConf-Cron/Makefile ============================================================================== --- head/sysutils/p5-ZConf-Cron/Makefile Sat Sep 7 06:06:44 2013 (r326571) +++ head/sysutils/p5-ZConf-Cron/Makefile Sat Sep 7 06:13:27 2013 (r326572) @@ -26,7 +26,8 @@ RUN_DEPENDS:= p5-DateTime-Event-Cron>=0: p5-ZConf-GUI>=0:${PORTSDIR}/devel/p5-ZConf-GUI \ p5-ZConf>=0:${PORTSDIR}/net/p5-ZConf -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= ZConf::Cron.3 \ ZConf::Cron::GUI.3 Modified: head/sysutils/rsyncbackup/Makefile ============================================================================== --- head/sysutils/rsyncbackup/Makefile Sat Sep 7 06:06:44 2013 (r326571) +++ head/sysutils/rsyncbackup/Makefile Sat Sep 7 06:13:27 2013 (r326572) @@ -21,7 +21,7 @@ CONFIGSRC= ${WRKSRC}/config CONFIGFILES= backupset.conf config.conf destinations.conf sources.conf USE_ZIP= yes -USE_PERL5= yes +USES= perl5 NO_BUILD= yes SUB_FILES= pkg-message Modified: head/sysutils/stow/Makefile ============================================================================== --- head/sysutils/stow/Makefile Sat Sep 7 06:06:44 2013 (r326571) +++ head/sysutils/stow/Makefile Sat Sep 7 06:13:27 2013 (r326572) @@ -20,7 +20,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING TEST_DEPENDS= p5-Test-Output>0:${PORTSDIR}/devel/p5-Test-Output USE_BZIP2= yes -USE_PERL5= yes +USES= perl5 USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_path_PERL=${PERL} Modified: head/sysutils/ucspi-ipc/Makefile ============================================================================== --- head/sysutils/ucspi-ipc/Makefile Sat Sep 7 06:06:44 2013 (r326571) +++ head/sysutils/ucspi-ipc/Makefile Sat Sep 7 06:13:27 2013 (r326572) @@ -13,7 +13,7 @@ MASTER_SITES= http://www.superscript.com MAINTAINER= lx@redundancy.redundancy.org COMMENT= UCSPI tools for building local-domain client-server applications -USE_PERL5= yes +USES= perl5 DISABLE_SIZE= yes Modified: head/sysutils/webmin/Makefile ============================================================================== --- head/sysutils/webmin/Makefile Sat Sep 7 06:06:44 2013 (r326571) +++ head/sysutils/webmin/Makefile Sat Sep 7 06:13:27 2013 (r326572) @@ -18,7 +18,7 @@ RUN_DEPENDS= p5-Net-SSLeay>=0:${PORTSDIR p5-IO-Tty>=0:${PORTSDIR}/devel/p5-IO-Tty \ p5-Authen-PAM>=0:${PORTSDIR}/security/p5-Authen-PAM -USE_PERL5= yes +USES= perl5 USE_PYTHON= yes USE_RC_SUBR= webmin SUB_LIST= PERL5=${PERL} Modified: head/sysutils/whatpix/Makefile ============================================================================== --- head/sysutils/whatpix/Makefile Sat Sep 7 06:06:44 2013 (r326571) +++ head/sysutils/whatpix/Makefile Sat Sep 7 06:13:27 2013 (r326572) @@ -18,7 +18,8 @@ RUN_DEPENDS= p5-Digest-SHA1>=0:${PORTSDI NO_BUILD= yes PLIST_FILES= bin/whatpix -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run do-install: ${INSTALL_SCRIPT} ${WRKSRC}/whatpix ${PREFIX}/bin Modified: head/sysutils/zfs-stats/Makefile ============================================================================== --- head/sysutils/zfs-stats/Makefile Sat Sep 7 06:06:44 2013 (r326571) +++ head/sysutils/zfs-stats/Makefile Sat Sep 7 06:13:27 2013 (r326572) @@ -15,7 +15,7 @@ COMMENT= Display human-readable ZFS stat LICENSE= BSD -USE_PERL5= yes +USES= perl5 NO_BUILD= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309070613.r876DR3c018897>