Date: Mon, 2 Sep 2013 09:36:29 +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: r325959 - in head: finance/cbb finance/p5-Finance-YahooQuote finance/p5-Math-Financial misc/gcstar misc/gnuls misc/kenny misc/p5-Bot-Training-MegaHAL misc/p5-Business-EDI misc/p5-Geogra... Message-ID: <201309020936.r829aTVv029316@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: az Date: Mon Sep 2 09:36:29 2013 New Revision: 325959 URL: http://svnweb.freebsd.org/changeset/ports/325959 Log: - convert to the new perl5 framework Approved by: portmgr (bapt@, blanket) Modified: head/finance/cbb/Makefile head/finance/p5-Finance-YahooQuote/Makefile (contents, props changed) head/finance/p5-Math-Financial/Makefile (contents, props changed) head/misc/gcstar/Makefile (contents, props changed) head/misc/gnuls/Makefile (contents, props changed) head/misc/kenny/Makefile head/misc/p5-Bot-Training-MegaHAL/Makefile (contents, props changed) head/misc/p5-Business-EDI/Makefile head/misc/p5-Geography-Countries/Makefile (contents, props changed) head/misc/p5-I18N-LangTags/Makefile (contents, props changed) head/misc/p5-List-Compare/Makefile (contents, props changed) head/misc/p5-Norge/Makefile (contents, props changed) head/misc/spamcalc/Makefile (contents, props changed) head/x11-toolkits/gnome-desktop-sharp20/Makefile (contents, props changed) head/x11-toolkits/gnome-sharp20/Makefile (contents, props changed) head/x11-toolkits/gtk-sharp10/Makefile head/x11-toolkits/gtk-sharp20/Makefile head/x11-toolkits/p5-Gtk2-Chmod/Makefile (contents, props changed) head/x11-toolkits/p5-Gtk2-Ex-Dialogs/Makefile (contents, props changed) head/x11-toolkits/p5-Gtk2-Ex-Utils/Makefile (contents, props changed) head/x11-toolkits/p5-Gtk2-GladeXML/Makefile (contents, props changed) head/x11-toolkits/p5-Gtk2-PathButtonBar/Makefile (contents, props changed) head/x11-toolkits/p5-Gtk2/Makefile head/x11-toolkits/p5-Pango/Makefile (contents, props changed) head/x11-toolkits/p5-Tk-FileDialog/Makefile head/x11-toolkits/p5-Tk-FontDialog/Makefile (contents, props changed) Modified: head/finance/cbb/Makefile ============================================================================== --- head/finance/cbb/Makefile Mon Sep 2 09:35:45 2013 (r325958) +++ head/finance/cbb/Makefile Mon Sep 2 09:36:29 2013 (r325959) @@ -17,7 +17,7 @@ COMMENT= Checkbook balancing tool USE_TK= yes NO_BUILD= yes -USE_PERL5= yes +USES= perl5 GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-perl=${PERL} \ --with-wish=${WISH} Modified: head/finance/p5-Finance-YahooQuote/Makefile ============================================================================== --- head/finance/p5-Finance-YahooQuote/Makefile Mon Sep 2 09:35:45 2013 (r325958) +++ head/finance/p5-Finance-YahooQuote/Makefile Mon Sep 2 09:36:29 2013 (r325959) @@ -18,7 +18,8 @@ RUN_DEPENDS= p5-HTML-Parser>=2.2:${PORTS p5-libwww>=1.62:${PORTSDIR}/www/p5-libwww BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN1= yahooquote.1 MAN3= Finance::YahooQuote.3 Modified: head/finance/p5-Math-Financial/Makefile ============================================================================== --- head/finance/p5-Math-Financial/Makefile Mon Sep 2 09:35:45 2013 (r325958) +++ head/finance/p5-Math-Financial/Makefile Mon Sep 2 09:36:29 2013 (r325959) @@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= skreuzer@FreeBSD.org COMMENT= Perl module containing common functions for loans and annuities -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Math::Financial.3 Modified: head/misc/gcstar/Makefile ============================================================================== --- head/misc/gcstar/Makefile Mon Sep 2 09:35:45 2013 (r325958) +++ head/misc/gcstar/Makefile Mon Sep 2 09:36:29 2013 (r325959) @@ -35,7 +35,8 @@ MAN1= gcstar.1 MANCOMPRESSED= yes WRKSRC= ${WRKDIR}/${PORTNAME} USE_GNOME= desktopfileutils -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run NO_BUILD= yes Modified: head/misc/gnuls/Makefile ============================================================================== --- head/misc/gnuls/Makefile Mon Sep 2 09:35:45 2013 (r325958) +++ head/misc/gnuls/Makefile Mon Sep 2 09:36:29 2013 (r325959) @@ -18,7 +18,8 @@ CPPFLAGS+= -I${LOCALBASE}/include USE_XZ= yes USE_GMAKE= yes USE_LDCONFIG= yes -USE_PERL5_BUILD=yes # Required for tests and man page generation +USES= perl5 +USE_PERL5= build MAN1= gnuls.1 dircolors.1 dir.1 vdir.1 Modified: head/misc/kenny/Makefile ============================================================================== --- head/misc/kenny/Makefile Mon Sep 2 09:35:45 2013 (r325958) +++ head/misc/kenny/Makefile Mon Sep 2 09:36:29 2013 (r325959) @@ -16,7 +16,7 @@ PROJECTHOST= ak-various-projects CONFLICTS= filters-* -USE_PERL5= yes +USES= perl5 EXTRACT_CMD= ${GZCAT} EXTRACT_BEFORE_ARGS= EXTRACT_AFTER_ARGS= > ${WRKDIR}/${PORTNAME} Modified: head/misc/p5-Bot-Training-MegaHAL/Makefile ============================================================================== --- head/misc/p5-Bot-Training-MegaHAL/Makefile Mon Sep 2 09:35:45 2013 (r325958) +++ head/misc/p5-Bot-Training-MegaHAL/Makefile Mon Sep 2 09:36:29 2013 (r325959) @@ -22,7 +22,8 @@ BUILD_DEPENDS= p5-File-ShareDir-Install> RUN_DEPENDS= p5-Any-Moose>=0:${PORTSDIR}/devel/p5-Any-Moose \ p5-Bot-Training>=0:${PORTSDIR}/misc/p5-Bot-Training -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Bot::Training::MegaHAL.3 Modified: head/misc/p5-Business-EDI/Makefile ============================================================================== --- head/misc/p5-Business-EDI/Makefile Mon Sep 2 09:35:45 2013 (r325958) +++ head/misc/p5-Business-EDI/Makefile Mon Sep 2 09:36:29 2013 (r325959) @@ -24,7 +24,8 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} WRKSRC= ${WRKDIR}/atz-${PORTNAME}-327e01f -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Business::EDI.3 \ Business::EDI::CodeList.3 \ Modified: head/misc/p5-Geography-Countries/Makefile ============================================================================== --- head/misc/p5-Geography-Countries/Makefile Mon Sep 2 09:35:45 2013 (r325958) +++ head/misc/p5-Geography-Countries/Makefile Mon Sep 2 09:36:29 2013 (r325959) @@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= dikshie@lapi.itb.ac.id COMMENT= Handle ISO-3166 country codes -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure CONFIGURE_ARGS+= INSTALLDIRS='site' MAN3= Geography::Countries.3 Modified: head/misc/p5-I18N-LangTags/Makefile ============================================================================== --- head/misc/p5-I18N-LangTags/Makefile Mon Sep 2 09:35:45 2013 (r325958) +++ head/misc/p5-I18N-LangTags/Makefile Mon Sep 2 09:36:29 2013 (r325959) @@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= demon@FreeBSD.org COMMENT= Functions for dealing with RFC-1766-style language tags -PERL_CONFIGURE= YES +USES= perl5 +USE_PERL5= configure MAN3= I18N::LangTags.3 I18N::LangTags::Detect.3 I18N::LangTags::List.3 Modified: head/misc/p5-List-Compare/Makefile ============================================================================== --- head/misc/p5-List-Compare/Makefile Mon Sep 2 09:35:45 2013 (r325958) +++ head/misc/p5-List-Compare/Makefile Mon Sep 2 09:36:29 2013 (r325959) @@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= marck@FreeBSD.org COMMENT= Perl extension for comparing lists -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure PLIST_FILES= \ ${SITE_PERL_REL}/List/Compare.pm \ Modified: head/misc/p5-Norge/Makefile ============================================================================== --- head/misc/p5-Norge/Makefile Mon Sep 2 09:35:45 2013 (r325958) +++ head/misc/p5-Norge/Makefile Mon Sep 2 09:36:29 2013 (r325959) @@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= anders@FreeBSD.org COMMENT= Misc. Norwegian methods for Perl, conversion/dates/numbers etc. -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= No::Sort.3 No::KontoNr.3 No::PersonNr.3 No::Dato.3 Modified: head/misc/spamcalc/Makefile ============================================================================== --- head/misc/spamcalc/Makefile Mon Sep 2 09:35:45 2013 (r325958) +++ head/misc/spamcalc/Makefile Mon Sep 2 09:36:29 2013 (r325959) @@ -14,7 +14,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= logix@foobar.franken.de COMMENT= Calculates "DNS-spam"-values for hostnames -USE_PERL5= YES +USES= perl5 do-build: ${REINPLACE_CMD} -e "s,sc.conf,${PREFIX}/etc/spamcalc.conf," \ Modified: head/x11-toolkits/gnome-desktop-sharp20/Makefile ============================================================================== --- head/x11-toolkits/gnome-desktop-sharp20/Makefile Mon Sep 2 09:35:45 2013 (r325958) +++ head/x11-toolkits/gnome-desktop-sharp20/Makefile Mon Sep 2 09:36:29 2013 (r325959) @@ -18,7 +18,8 @@ USE_BZIP2= yes GNU_CONFIGURE= yes USE_LDCONFIG= yes USE_GMAKE= yes -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run USE_GNOME= gnomehack gnomepanel gtkhtml3 gtksharp20 gnomesharp20 librsvg2 vte \ libgnomeprintui gtksourceview2 gnomepanel libwnck nautiluscdburner Modified: head/x11-toolkits/gnome-sharp20/Makefile ============================================================================== --- head/x11-toolkits/gnome-sharp20/Makefile Mon Sep 2 09:35:45 2013 (r325958) +++ head/x11-toolkits/gnome-sharp20/Makefile Mon Sep 2 09:36:29 2013 (r325959) @@ -19,7 +19,8 @@ USE_BZIP2= yes GNU_CONFIGURE= yes USE_LDCONFIG= yes USE_GMAKE= yes -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run USE_GNOME= gnomehack gnomepanel gtksharp20 librsvg2 vte libgnomeprintui \ libgnomeui MAKE_JOBS_UNSAFE= yes Modified: head/x11-toolkits/gtk-sharp10/Makefile ============================================================================== --- head/x11-toolkits/gtk-sharp10/Makefile Mon Sep 2 09:35:45 2013 (r325958) +++ head/x11-toolkits/gtk-sharp10/Makefile Mon Sep 2 09:36:29 2013 (r325959) @@ -22,7 +22,8 @@ LATEST_LINK= gtk-sharp10 GNU_CONFIGURE= yes USE_LDCONFIG= yes USE_GMAKE= yes -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run USE_GNOME= gnomehack gtkhtml3 vte librsvg2 libgnomecanvas \ libgnomeprintui libglade2 libgnomeui Modified: head/x11-toolkits/gtk-sharp20/Makefile ============================================================================== --- head/x11-toolkits/gtk-sharp20/Makefile Mon Sep 2 09:35:45 2013 (r325958) +++ head/x11-toolkits/gtk-sharp20/Makefile Mon Sep 2 09:36:29 2013 (r325959) @@ -24,7 +24,8 @@ USE_BZIP2= yes GNU_CONFIGURE= yes USE_LDCONFIG= yes USE_GMAKE= yes -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run USE_GNOME= gnomehack gtk20 libglade2 post-patch: Modified: head/x11-toolkits/p5-Gtk2-Chmod/Makefile ============================================================================== --- head/x11-toolkits/p5-Gtk2-Chmod/Makefile Mon Sep 2 09:35:45 2013 (r325958) +++ head/x11-toolkits/p5-Gtk2-Chmod/Makefile Mon Sep 2 09:36:29 2013 (r325959) @@ -20,7 +20,8 @@ BUILD_DEPENDS= p5-File-Stat-Bits>=0:${PO p5-Gtk2>=1.060:${PORTSDIR}/x11-toolkits/p5-Gtk2 RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Gtk2::Chmod.3 Modified: head/x11-toolkits/p5-Gtk2-Ex-Dialogs/Makefile ============================================================================== --- head/x11-toolkits/p5-Gtk2-Ex-Dialogs/Makefile Mon Sep 2 09:35:45 2013 (r325958) +++ head/x11-toolkits/p5-Gtk2-Ex-Dialogs/Makefile Mon Sep 2 09:36:29 2013 (r325959) @@ -19,7 +19,8 @@ BUILD_DEPENDS= p5-File-Type>=0:${PORTSDI p5-Gtk2-Ex-Utils>=0:${PORTSDIR}/x11-toolkits/p5-Gtk2-Ex-Utils RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Gtk2::Ex::Dialogs::Question.3 \ Gtk2::Ex::Dialogs::ChooseDirectory.3 \ Gtk2::Ex::Dialogs::Message.3 \ Modified: head/x11-toolkits/p5-Gtk2-Ex-Utils/Makefile ============================================================================== --- head/x11-toolkits/p5-Gtk2-Ex-Utils/Makefile Mon Sep 2 09:35:45 2013 (r325958) +++ head/x11-toolkits/p5-Gtk2-Ex-Utils/Makefile Mon Sep 2 09:36:29 2013 (r325959) @@ -23,7 +23,8 @@ BUILD_DEPENDS= p5-Glib2>=1.00:${PORTSDIR RUN_DEPENDS= p5-Glib2>=1.00:${PORTSDIR}/devel/p5-Glib2 \ p5-Gtk2>=1.060:${PORTSDIR}/x11-toolkits/p5-Gtk2 -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Gtk2::Ex::Constants.3 \ Gtk2::Ex::Utils.3 Modified: head/x11-toolkits/p5-Gtk2-GladeXML/Makefile ============================================================================== --- head/x11-toolkits/p5-Gtk2-GladeXML/Makefile Mon Sep 2 09:35:45 2013 (r325958) +++ head/x11-toolkits/p5-Gtk2-GladeXML/Makefile Mon Sep 2 09:36:29 2013 (r325959) @@ -25,7 +25,8 @@ RUN_DEPENDS= p5-Glib2>=1.00:${PORTSDIR}/ USE_GNOME= libglade2 -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= ${PORTNAME:S/-/::/g}.3 .include <bsd.port.mk> Modified: head/x11-toolkits/p5-Gtk2-PathButtonBar/Makefile ============================================================================== --- head/x11-toolkits/p5-Gtk2-PathButtonBar/Makefile Mon Sep 2 09:35:45 2013 (r325958) +++ head/x11-toolkits/p5-Gtk2-PathButtonBar/Makefile Mon Sep 2 09:36:29 2013 (r325959) @@ -18,7 +18,8 @@ COMMENT= Creates a bar for path manipula RUN_DEPENDS= p5-Gtk2>=1.060:${PORTSDIR}/x11-toolkits/p5-Gtk2 -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Gtk2::PathButtonBar.3 Modified: head/x11-toolkits/p5-Gtk2/Makefile ============================================================================== --- head/x11-toolkits/p5-Gtk2/Makefile Mon Sep 2 09:35:45 2013 (r325958) +++ head/x11-toolkits/p5-Gtk2/Makefile Mon Sep 2 09:36:29 2013 (r325959) @@ -24,7 +24,8 @@ RUN_DEPENDS= p5-Pango>=0:${PORTSDIR}/x11 p5-Glib2>=0:${PORTSDIR}/devel/p5-Glib2 USE_GNOME= gtk20 pango -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure USE_GMAKE= yes CONFIGURE_ENV+= FORCE_GMAKE=yes MAKE_ENV+= LANG=C Modified: head/x11-toolkits/p5-Pango/Makefile ============================================================================== --- head/x11-toolkits/p5-Pango/Makefile Mon Sep 2 09:35:45 2013 (r325958) +++ head/x11-toolkits/p5-Pango/Makefile Mon Sep 2 09:36:29 2013 (r325959) @@ -23,7 +23,8 @@ BUILD_DEPENDS= p5-ExtUtils-Depends>=0.30 RUN_DEPENDS= p5-Glib2>=1.220:${PORTSDIR}/devel/p5-Glib2 USE_GNOME= pango -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAKE_JOBS_UNSAFE=yes post-install: Modified: head/x11-toolkits/p5-Tk-FileDialog/Makefile ============================================================================== --- head/x11-toolkits/p5-Tk-FileDialog/Makefile Mon Sep 2 09:35:45 2013 (r325958) +++ head/x11-toolkits/p5-Tk-FileDialog/Makefile Mon Sep 2 09:36:29 2013 (r325959) @@ -16,7 +16,8 @@ COMMENT= Tk::FileDialog - A file selecto BUILD_DEPENDS= p5-Tk>=0:${PORTSDIR}/x11-toolkits/p5-Tk -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Tk::FileDialog.3 PLIST_SUB= PERL_VERSION=${PERL_VERSION} Modified: head/x11-toolkits/p5-Tk-FontDialog/Makefile ============================================================================== --- head/x11-toolkits/p5-Tk-FontDialog/Makefile Mon Sep 2 09:35:45 2013 (r325958) +++ head/x11-toolkits/p5-Tk-FontDialog/Makefile Mon Sep 2 09:36:29 2013 (r325959) @@ -18,7 +18,8 @@ COMMENT= Font dialog widget BUILD_DEPENDS= p5-Tk>=804:${PORTSDIR}/x11-toolkits/p5-Tk RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= ${PORTNAME:S/-/::/g}.3 .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309020936.r829aTVv029316>