Date: Mon, 2 Sep 2013 19:32:09 +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: r326068 - in head: devel/p5-Data-UUID devel/p5-Log-Handler net/p5-AnyEvent-Twitter net/p5-AnyEvent-Twitter-Stream security/p5-Filter-Crypto textproc/p5-XML-RSS-JavaScript www/p5-WWW-Ope... Message-ID: <201309021932.r82JW9Et086554@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: az Date: Mon Sep 2 19:32:09 2013 New Revision: 326068 URL: http://svnweb.freebsd.org/changeset/ports/326068 Log: - Convert to the new perl5 framework - Trim Makefile header Modified: head/devel/p5-Data-UUID/Makefile head/devel/p5-Log-Handler/Makefile head/net/p5-AnyEvent-Twitter-Stream/Makefile head/net/p5-AnyEvent-Twitter/Makefile head/security/p5-Filter-Crypto/Makefile head/textproc/p5-XML-RSS-JavaScript/Makefile head/www/p5-WWW-OpenSearch/Makefile Modified: head/devel/p5-Data-UUID/Makefile ============================================================================== --- head/devel/p5-Data-UUID/Makefile Mon Sep 2 19:16:13 2013 (r326067) +++ head/devel/p5-Data-UUID/Makefile Mon Sep 2 19:32:09 2013 (r326068) @@ -1,9 +1,5 @@ -# New ports collection makefile for: Data::UUID -# Date created: 28 Jan 2002 -# Whom: Sergey Skvortsov <skv@FreeBSD.org> -# +# Created by: Sergey Skvortsov <skv@FreeBSD.org> # $FreeBSD$ -# PORTNAME= Data-UUID PORTVERSION= 1.219 @@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Generate Globally/Universally Unique Identifiers (GUIDs/UUIDs) -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure CONFIGURE_ARGS= </dev/null MAN3= Data::UUID.3 Modified: head/devel/p5-Log-Handler/Makefile ============================================================================== --- head/devel/p5-Log-Handler/Makefile Mon Sep 2 19:16:13 2013 (r326067) +++ head/devel/p5-Log-Handler/Makefile Mon Sep 2 19:32:09 2013 (r326068) @@ -1,9 +1,5 @@ -# New ports collection makefile for: Log::Handler -# Date created: 7 Nov 2009 -# Whom: Sahil Tandon <sahil@tandon.net> -# +# Created by: Sahil Tandon <sahil@tandon.net> # $FreeBSD$ -# PORTNAME= Log-Handler PORTVERSION= 0.78 @@ -17,7 +13,8 @@ COMMENT= An object-oriented handler for BUILD_DEPENDS= p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Log::Handler.3 \ Log::Handler::Config.3 \ Modified: head/net/p5-AnyEvent-Twitter-Stream/Makefile ============================================================================== --- head/net/p5-AnyEvent-Twitter-Stream/Makefile Mon Sep 2 19:16:13 2013 (r326067) +++ head/net/p5-AnyEvent-Twitter-Stream/Makefile Mon Sep 2 19:32:09 2013 (r326068) @@ -1,9 +1,5 @@ -# New ports collection makefile for: AnyEvent::Twitter::Stream -# Date created: 2010-04-18 -# Whom: Sahil Tandon <sahil@FreeBSD.org> -# +# Created by: Sahil Tandon <sahil@FreeBSD.org> # $FreeBSD$ -# PORTNAME= AnyEvent-Twitter-Stream PORTVERSION= 0.26 @@ -19,7 +15,8 @@ RUN_DEPENDS= p5-AnyEvent>=0:${PORTSDIR}/ p5-JSON>=2.0:${PORTSDIR}/converters/p5-JSON \ p5-URI>=0:${PORTSDIR}/net/p5-URI -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= AnyEvent::Twitter::Stream.3 Modified: head/net/p5-AnyEvent-Twitter/Makefile ============================================================================== --- head/net/p5-AnyEvent-Twitter/Makefile Mon Sep 2 19:16:13 2013 (r326067) +++ head/net/p5-AnyEvent-Twitter/Makefile Mon Sep 2 19:32:09 2013 (r326068) @@ -1,9 +1,5 @@ -# New ports collection makefile for: AnyEvent::Twitter -# Date created: 07 Nov 2009 -# Whom: Sahil Tandon <sahil@tandon.net> -# +# Created by: Sahil Tandon <sahil@tandon.net> # $FreeBSD$ -# PORTNAME= AnyEvent-Twitter PORTVERSION= 0.64 @@ -22,7 +18,8 @@ BUILD_DEPENDS= p5-AnyEvent>=5.34:${PORTS RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= AnyEvent::Twitter.3 Modified: head/security/p5-Filter-Crypto/Makefile ============================================================================== --- head/security/p5-Filter-Crypto/Makefile Mon Sep 2 19:16:13 2013 (r326067) +++ head/security/p5-Filter-Crypto/Makefile Mon Sep 2 19:32:09 2013 (r326068) @@ -1,9 +1,5 @@ -# New ports collection makefile for: Filter-Crypto -# Date created: 04 November 2004 -# Whom: Sergey Skvortsov <skv@protey.ru> -# +# Created by: Sergey Skvortsov <skv@protey.ru> # $FreeBSD$ -# PORTNAME= Filter-Crypto PORTVERSION= 2.03 @@ -17,7 +13,8 @@ COMMENT= Create runnable Perl files encr BUILD_DEPENDS= p5-PAR-Packer>=0:${PORTSDIR}/devel/p5-PAR-Packer RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure USE_OPENSSL= yes CONFIGURE_ARGS= --prefix-dir=${OPENSSLBASE} --defaults Modified: head/textproc/p5-XML-RSS-JavaScript/Makefile ============================================================================== --- head/textproc/p5-XML-RSS-JavaScript/Makefile Mon Sep 2 19:16:13 2013 (r326067) +++ head/textproc/p5-XML-RSS-JavaScript/Makefile Mon Sep 2 19:32:09 2013 (r326068) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-XML-RSS-JavaScript -# Date created: 31 Oct 2003 -# Whom: Foxfair Hu <foxfair@FreeBSD.org> -# +# Created by: Foxfair Hu <foxfair@FreeBSD.org> # $FreeBSD$ -# PORTNAME= XML-RSS-JavaScript PORTVERSION= 0.64 @@ -17,7 +13,8 @@ COMMENT= Perl extension to serialize you RUN_DEPENDS= p5-XML-RSS>=1.31:${PORTSDIR}/textproc/p5-XML-RSS BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= XML::RSS::JavaScript.3 Modified: head/www/p5-WWW-OpenSearch/Makefile ============================================================================== --- head/www/p5-WWW-OpenSearch/Makefile Mon Sep 2 19:16:13 2013 (r326067) +++ head/www/p5-WWW-OpenSearch/Makefile Mon Sep 2 19:32:09 2013 (r326068) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-WWW-OpenSearch -# Date created: 2006-07-10 -# Whom: Gea-Suan Lin <gslin@gslin.org> -# +# Created by: Gea-Suan Lin <gslin@gslin.org> # $FreeBSD$ -# PORTNAME= WWW-OpenSearch PORTVERSION= 0.17 @@ -22,7 +18,8 @@ RUN_DEPENDS= p5-URI-Template>=0:${PORTSD p5-XML-LibXML>=1.58:${PORTSDIR}/textproc/p5-XML-LibXML BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= WWW::OpenSearch.3 \ WWW::OpenSearch::Agent.3 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309021932.r82JW9Et086554>