Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Dec 2012 08:30:52 +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: r309070 - in head: converters/p5-Convert-ASCII-Armour converters/p5-Convert-ASN1 converters/p5-Unicode-String multimedia/p5-Video-Info textproc/p5-Google-Data-JSON textproc/p5-KinoSearc...
Message-ID:  <201212170830.qBH8Uqab049982@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: az
Date: Mon Dec 17 08:30:52 2012
New Revision: 309070
URL: http://svnweb.freebsd.org/changeset/ports/309070

Log:
  Cleanup supporting perl version 5.8 and 5.10,
  lang/perl5.8 and lang/5.10 will be removed from ports tree soon.

Modified:
  head/converters/p5-Convert-ASCII-Armour/Makefile   (contents, props changed)
  head/converters/p5-Convert-ASN1/Makefile   (contents, props changed)
  head/converters/p5-Unicode-String/Makefile   (contents, props changed)
  head/multimedia/p5-Video-Info/Makefile   (contents, props changed)
  head/textproc/p5-Google-Data-JSON/Makefile   (contents, props changed)
  head/textproc/p5-KinoSearch1/Makefile   (contents, props changed)
  head/textproc/p5-Pod-Simple/Makefile   (contents, props changed)
  head/textproc/p5-Pod-Tree/Makefile   (contents, props changed)
  head/textproc/p5-podlators/Makefile   (contents, props changed)

Modified: head/converters/p5-Convert-ASCII-Armour/Makefile
==============================================================================
--- head/converters/p5-Convert-ASCII-Armour/Makefile	Mon Dec 17 08:16:44 2012	(r309069)
+++ head/converters/p5-Convert-ASCII-Armour/Makefile	Mon Dec 17 08:30:52 2012	(r309070)
@@ -19,11 +19,4 @@ PERL_CONFIGURE=	yes
 
 MAN3=		Convert::ASCII::Armour.3 Convert::ASCII::Armor.3
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 500903
-RUN_DEPENDS+=	p5-IO-Compress>=2.017:${PORTSDIR}/archivers/p5-IO-Compress
-BUILD_DEPENDS+=	p5-IO-Compress>=2.017:${PORTSDIR}/archivers/p5-IO-Compress
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/converters/p5-Convert-ASN1/Makefile
==============================================================================
--- head/converters/p5-Convert-ASN1/Makefile	Mon Dec 17 08:16:44 2012	(r309069)
+++ head/converters/p5-Convert-ASN1/Makefile	Mon Dec 17 08:30:52 2012	(r309070)
@@ -24,10 +24,4 @@ PERL_CONFIGURE=	yes
 
 MAN3=		Convert::ASN1.3
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501001
-TEST_DEPENDS+=	p5-Test-Simple>=0.90:${PORTSDIR}/devel/p5-Test-Simple
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/converters/p5-Unicode-String/Makefile
==============================================================================
--- head/converters/p5-Unicode-String/Makefile	Mon Dec 17 08:16:44 2012	(r309069)
+++ head/converters/p5-Unicode-String/Makefile	Mon Dec 17 08:30:52 2012	(r309070)
@@ -16,12 +16,6 @@ COMMENT=	These are experimental Perl5 mo
 
 PERL_CONFIGURE=	yes
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 500804
-BUILD_DEPENDS=	p5-MIME-Base64>=0:${PORTSDIR}/converters/p5-MIME-Base64
-.endif
-
 MAN3=		Unicode::CharName.3 Unicode::String.3
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/multimedia/p5-Video-Info/Makefile
==============================================================================
--- head/multimedia/p5-Video-Info/Makefile	Mon Dec 17 08:16:44 2012	(r309069)
+++ head/multimedia/p5-Video-Info/Makefile	Mon Dec 17 08:30:52 2012	(r309070)
@@ -26,11 +26,4 @@ MANCOMPRESSED=	no
 
 MAN3=		Video::Info.3
 
-.include <bsd.port.pre.mk>
-
-post-patch:
-.if ${PERL_LEVEL} < 500803
-	${PERL} -pi -e '$$_="" if m{5.008|warnings}' ${WRKSRC}/Makefile.PL ${WRKSRC}/lib/Video/Info.pm
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/textproc/p5-Google-Data-JSON/Makefile
==============================================================================
--- head/textproc/p5-Google-Data-JSON/Makefile	Mon Dec 17 08:16:44 2012	(r309069)
+++ head/textproc/p5-Google-Data-JSON/Makefile	Mon Dec 17 08:30:52 2012	(r309070)
@@ -33,11 +33,4 @@ PERL_CONFIGURE=	yes
 
 MAN3=		Google::Data::JSON.3
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501000
-BUILD_DEPENDS+=	p5-version>=0:${PORTSDIR}/devel/p5-version
-RUN_DEPENDS+=	p5-version>=0:${PORTSDIR}/devel/p5-version
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/textproc/p5-KinoSearch1/Makefile
==============================================================================
--- head/textproc/p5-KinoSearch1/Makefile	Mon Dec 17 08:16:44 2012	(r309069)
+++ head/textproc/p5-KinoSearch1/Makefile	Mon Dec 17 08:30:52 2012	(r309070)
@@ -58,11 +58,4 @@ MAN3=	KinoSearch1.3 \
 	KinoSearch1::Store::InvIndex.3 \
 	KinoSearch1::Store::RAMInvIndex.3 \
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 500903
-RUN_DEPENDS+=	p5-IO-Compress>=2.017:${PORTSDIR}/archivers/p5-IO-Compress
-BUILD_DEPENDS+=	p5-IO-Compress>=2.017:${PORTSDIR}/archivers/p5-IO-Compress
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/textproc/p5-Pod-Simple/Makefile
==============================================================================
--- head/textproc/p5-Pod-Simple/Makefile	Mon Dec 17 08:16:44 2012	(r309069)
+++ head/textproc/p5-Pod-Simple/Makefile	Mon Dec 17 08:30:52 2012	(r309070)
@@ -44,11 +44,4 @@ MAN3=		Pod::Simple.3 \
 		Pod::Simple::XHTML.3 \
 		Pod::Simple::XMLOutStream.3
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501000
-RUN_DEPENDS=	p5-Pod-Escapes>=1.04:${PORTSDIR}/textproc/p5-Pod-Escapes
-BUILD_DEPENDS=	p5-Pod-Escapes>=1.04:${PORTSDIR}/textproc/p5-Pod-Escapes
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/textproc/p5-Pod-Tree/Makefile
==============================================================================
--- head/textproc/p5-Pod-Tree/Makefile	Mon Dec 17 08:16:44 2012	(r309069)
+++ head/textproc/p5-Pod-Tree/Makefile	Mon Dec 17 08:30:52 2012	(r309070)
@@ -41,10 +41,4 @@ post-patch:
 	${REINPLACE_CMD} -e '/pod2html/d' ${WRKSRC}/MANIFEST
 	${RM} ${WRKSRC}/t/pod2html.t
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 500903
-RUN_DEPENDS+=	p5-Pod-Escapes>=1.02:${PORTSDIR}/textproc/p5-Pod-Escapes
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/textproc/p5-podlators/Makefile
==============================================================================
--- head/textproc/p5-podlators/Makefile	Mon Dec 17 08:16:44 2012	(r309069)
+++ head/textproc/p5-podlators/Makefile	Mon Dec 17 08:30:52 2012	(r309070)
@@ -27,10 +27,6 @@ post-patch:
 
 .include <bsd.port.pre.mk>
 
-.if ${PERL_LEVEL} < 501001
-RUN_DEPENDS+=	p5-Pod-Simple>=3.06:${PORTSDIR}/textproc/p5-Pod-Simple
-.endif
-
 .if ${PERL_LEVEL} < 501400
 MAN1=		perlpodstyle.1
 .endif



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212170830.qBH8Uqab049982>