From owner-svn-ports-all@FreeBSD.ORG Fri Sep 6 17:55:25 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B3AF63CC; Fri, 6 Sep 2013 17:55:25 +0000 (UTC) (envelope-from az@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 913472288; Fri, 6 Sep 2013 17:55:25 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r86HtPLk068039; Fri, 6 Sep 2013 17:55:25 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r86HtLB1068009; Fri, 6 Sep 2013 17:55:21 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309061755.r86HtLB1068009@svn.freebsd.org> From: Andrej Zverev Date: Fri, 6 Sep 2013 17:55:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: 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... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Sep 2013 17:55:25 -0000 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 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@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@FreeBSD.org COMMENT= IO:: style interface to Compress::Zlib -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= IO::Zlib.3 .include 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 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@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@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@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@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@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 \