Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Dec 2012 06:32:13 +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: r309066 - in head/textproc: p5-PDF-API2 p5-Perl-Critic p5-Pod-Markdown p5-Pod-ProjectDocs p5-Pod-Strip p5-SVG p5-Text-Quote p5-URI-Find p5-XML-Stream
Message-ID:  <201212170632.qBH6WDuS033512@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: az
Date: Mon Dec 17 06:32:13 2012
New Revision: 309066
URL: http://svnweb.freebsd.org/changeset/ports/309066

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/textproc/p5-PDF-API2/Makefile   (contents, props changed)
  head/textproc/p5-Perl-Critic/Makefile   (contents, props changed)
  head/textproc/p5-Pod-Markdown/Makefile   (contents, props changed)
  head/textproc/p5-Pod-ProjectDocs/Makefile   (contents, props changed)
  head/textproc/p5-Pod-Strip/Makefile   (contents, props changed)
  head/textproc/p5-SVG/Makefile
  head/textproc/p5-Text-Quote/Makefile   (contents, props changed)
  head/textproc/p5-URI-Find/Makefile   (contents, props changed)
  head/textproc/p5-XML-Stream/Makefile   (contents, props changed)

Modified: head/textproc/p5-PDF-API2/Makefile
==============================================================================
--- head/textproc/p5-PDF-API2/Makefile	Mon Dec 17 06:23:44 2012	(r309065)
+++ head/textproc/p5-PDF-API2/Makefile	Mon Dec 17 06:32:13 2012	(r309066)
@@ -62,11 +62,4 @@ MAN3=	PDF::API2.3 \
 	PDF::API2::Resource::XObject::Image::TIFF.3 \
 	PDF::API2::Util.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-Perl-Critic/Makefile
==============================================================================
--- head/textproc/p5-Perl-Critic/Makefile	Mon Dec 17 06:23:44 2012	(r309065)
+++ head/textproc/p5-Perl-Critic/Makefile	Mon Dec 17 06:32:13 2012	(r309066)
@@ -238,11 +238,4 @@ MAN3=	Perl::Critic.3 \
 	Perl::Critic::Violation.3 \
 	Test::Perl::Critic::Policy.3
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501001
-BUILD_DEPENDS+=	p5-version>=0.77:${PORTSDIR}/devel/p5-version
-RUN_DEPENDS+=	p5-version>=0.77:${PORTSDIR}/devel/p5-version
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/textproc/p5-Pod-Markdown/Makefile
==============================================================================
--- head/textproc/p5-Pod-Markdown/Makefile	Mon Dec 17 06:23:44 2012	(r309065)
+++ head/textproc/p5-Pod-Markdown/Makefile	Mon Dec 17 06:32:13 2012	(r309066)
@@ -28,12 +28,4 @@ PERL_CONFIGURE=	yes
 MAN1=		pod2markdown.1
 MAN3=		Pod::Markdown.3
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501001
-BUILD_DEPENDS+=	p5-parent>=0:${PORTSDIR}/devel/p5-parent
-RUN_DEPENDS+=	p5-parent>=0:${PORTSDIR}/devel/p5-parent
-TEST_DEPENDS+=	p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/textproc/p5-Pod-ProjectDocs/Makefile
==============================================================================
--- head/textproc/p5-Pod-ProjectDocs/Makefile	Mon Dec 17 06:23:44 2012	(r309065)
+++ head/textproc/p5-Pod-ProjectDocs/Makefile	Mon Dec 17 06:32:13 2012	(r309066)
@@ -32,11 +32,4 @@ PERL_CONFIGURE=	yes
 MAN1=		pod2projdocs.1
 MAN3=		Pod::ProjectDocs.3
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 500808
-BUILD_DEPENDS+=	p5-Pod-Parser>=1.32:${PORTSDIR}/textproc/p5-Pod-Parser
-RUN_DEPENDS+=	p5-Pod-Parser>=1.32:${PORTSDIR}/textproc/p5-Pod-Parser
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/textproc/p5-Pod-Strip/Makefile
==============================================================================
--- head/textproc/p5-Pod-Strip/Makefile	Mon Dec 17 06:23:44 2012	(r309065)
+++ head/textproc/p5-Pod-Strip/Makefile	Mon Dec 17 06:32:13 2012	(r309066)
@@ -20,11 +20,4 @@ PERL_MODBUILD=	yes
 
 MAN3=		Pod::Strip.3
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 500903
-RUN_DEPENDS+=	p5-Pod-Simple>=3.00:${PORTSDIR}/textproc/p5-Pod-Simple
-BUILD_DEPENDS+=	${RUN_DEPENDS}
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/textproc/p5-SVG/Makefile
==============================================================================
--- head/textproc/p5-SVG/Makefile	Mon Dec 17 06:23:44 2012	(r309065)
+++ head/textproc/p5-SVG/Makefile	Mon Dec 17 06:32:13 2012	(r309066)
@@ -34,11 +34,4 @@ post-install:
 	${INSTALL_SCRIPT} ${WRKSRC}/examples/* ${EXAMPLESDIR}/
 .endif
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501001
-BUILD_DEPENDS+=	p5-parent>=0:${PORTSDIR}/devel/p5-parent
-RUN_DEPENDS+=	p5-parent>=0:${PORTSDIR}/devel/p5-parent
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/textproc/p5-Text-Quote/Makefile
==============================================================================
--- head/textproc/p5-Text-Quote/Makefile	Mon Dec 17 06:23:44 2012	(r309065)
+++ head/textproc/p5-Text-Quote/Makefile	Mon Dec 17 06:32:13 2012	(r309066)
@@ -23,10 +23,4 @@ PERL_CONFIGURE=	yes
 
 MAN3=		Text::Quote.3
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 500903
-RUN_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-URI-Find/Makefile
==============================================================================
--- head/textproc/p5-URI-Find/Makefile	Mon Dec 17 06:23:44 2012	(r309065)
+++ head/textproc/p5-URI-Find/Makefile	Mon Dec 17 06:32:13 2012	(r309066)
@@ -23,10 +23,4 @@ MAN1=		urifind.1
 MAN3=		URI::Find.3 \
 		URI::Find::Schemeless.3
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501001
-TEST_DEPENDS+=	p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/textproc/p5-XML-Stream/Makefile
==============================================================================
--- head/textproc/p5-XML-Stream/Makefile	Mon Dec 17 06:23:44 2012	(r309065)
+++ head/textproc/p5-XML-Stream/Makefile	Mon Dec 17 06:32:13 2012	(r309066)
@@ -28,14 +28,4 @@ MAN3=		XML::Stream.3 \
 		XML::Stream::Parser::DTD.3 \
 		XML::Stream::Tree.3
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501001
-TEST_DEPENDS+=	p5-Test-Simple>=0.92:${PORTSDIR}/devel/p5-Test-Simple
-.endif
-
-.if ${PERL_LEVEL} < 501200
-BUILD_DEPENDS+=	p5-Module-Build>=0.3603:${PORTSDIR}/devel/p5-Module-Build
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>



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