Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Dec 2012 14:58:24 +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: r309098 - in head/devel: p5-Contextual-Return p5-Data-Dump-Streamer p5-ExtUtils-CBuilder p5-Getopt-Euclid p5-List-Rotation-Cycle p5-MooseX-MethodAttributes p5-Test-Inline p5-Test-Pod p5...
Message-ID:  <201212171458.qBHEwOgW008726@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: az
Date: Mon Dec 17 14:58:23 2012
New Revision: 309098
URL: http://svnweb.freebsd.org/changeset/ports/309098

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/devel/p5-Contextual-Return/Makefile   (contents, props changed)
  head/devel/p5-Data-Dump-Streamer/Makefile   (contents, props changed)
  head/devel/p5-ExtUtils-CBuilder/Makefile   (contents, props changed)
  head/devel/p5-Getopt-Euclid/Makefile   (contents, props changed)
  head/devel/p5-List-Rotation-Cycle/Makefile   (contents, props changed)
  head/devel/p5-MooseX-MethodAttributes/Makefile   (contents, props changed)
  head/devel/p5-Test-Inline/Makefile   (contents, props changed)
  head/devel/p5-Test-Pod/Makefile   (contents, props changed)
  head/devel/p5-Test-WWW-Mechanize-Catalyst/Makefile   (contents, props changed)

Modified: head/devel/p5-Contextual-Return/Makefile
==============================================================================
--- head/devel/p5-Contextual-Return/Makefile	Mon Dec 17 14:40:41 2012	(r309097)
+++ head/devel/p5-Contextual-Return/Makefile	Mon Dec 17 14:58:23 2012	(r309098)
@@ -23,11 +23,4 @@ PERL_CONFIGURE=	yes
 
 MAN3=		Contextual::Return.3 Contextual::Return::Failure.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/devel/p5-Data-Dump-Streamer/Makefile
==============================================================================
--- head/devel/p5-Data-Dump-Streamer/Makefile	Mon Dec 17 14:40:41 2012	(r309097)
+++ head/devel/p5-Data-Dump-Streamer/Makefile	Mon Dec 17 14:58:23 2012	(r309098)
@@ -25,11 +25,4 @@ PERL_MODBUILD=	yes
 
 MAN3=		DDS.3 Data::Dump::Streamer.3
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501000
-BUILD_DEPENDS+=	p5-IO-Compress>=0:${PORTSDIR}/archivers/p5-IO-Compress
-RUN_DEPENDS+=	p5-IO-Compress>=0:${PORTSDIR}/archivers/p5-IO-Compress
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/devel/p5-ExtUtils-CBuilder/Makefile
==============================================================================
--- head/devel/p5-ExtUtils-CBuilder/Makefile	Mon Dec 17 14:40:41 2012	(r309097)
+++ head/devel/p5-ExtUtils-CBuilder/Makefile	Mon Dec 17 14:58:23 2012	(r309098)
@@ -32,11 +32,6 @@ post-install:
 
 .include <bsd.port.pre.mk>
 
-.if ${PERL_LEVEL} < 501000
-BUILD_DEPENDS+=	p5-IPC-Cmd>=0:${PORTSDIR}/devel/p5-IPC-Cmd
-RUN_DEPENDS+=	p5-IPC-Cmd>=0:${PORTSDIR}/devel/p5-IPC-Cmd
-.endif
-
 .if ${PERL_LEVEL} < 501400
 BUILD_DEPENDS+=	p5-Perl-OSType>=0:${PORTSDIR}/devel/p5-Perl-OSType
 RUN_DEPENDS+=	p5-Perl-OSType>=0:${PORTSDIR}/devel/p5-Perl-OSType

Modified: head/devel/p5-Getopt-Euclid/Makefile
==============================================================================
--- head/devel/p5-Getopt-Euclid/Makefile	Mon Dec 17 14:40:41 2012	(r309097)
+++ head/devel/p5-Getopt-Euclid/Makefile	Mon Dec 17 14:58:23 2012	(r309098)
@@ -17,11 +17,4 @@ PERL_MODBUILD=	yes
 
 MAN3=		Getopt::Euclid.3
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 500900
-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/devel/p5-List-Rotation-Cycle/Makefile
==============================================================================
--- head/devel/p5-List-Rotation-Cycle/Makefile	Mon Dec 17 14:40:41 2012	(r309097)
+++ head/devel/p5-List-Rotation-Cycle/Makefile	Mon Dec 17 14:58:23 2012	(r309098)
@@ -20,11 +20,4 @@ MAN3=		List::Rotation::Cycle.3
 
 PERL_CONFIGURE=	yes
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 500703
-BUILD_DEPENDS+=	p5-Memoize>=0:${PORTSDIR}/devel/p5-Memoize
-RUN_DEPENDS+=	p5-Memoize>=0:${PORTSDIR}/devel/p5-Memoize
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/devel/p5-MooseX-MethodAttributes/Makefile
==============================================================================
--- head/devel/p5-MooseX-MethodAttributes/Makefile	Mon Dec 17 14:40:41 2012	(r309097)
+++ head/devel/p5-MooseX-MethodAttributes/Makefile	Mon Dec 17 14:58:23 2012	(r309098)
@@ -42,10 +42,4 @@ MAN3=		MooseX::MethodAttributes.3 \
 		MooseX::MethodAttributes::Role::Meta::Role::Application.3 \
 		MooseX::MethodAttributes::Role::Meta::Role::Application::Summation.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/devel/p5-Test-Inline/Makefile
==============================================================================
--- head/devel/p5-Test-Inline/Makefile	Mon Dec 17 14:40:41 2012	(r309097)
+++ head/devel/p5-Test-Inline/Makefile	Mon Dec 17 14:58:23 2012	(r309098)
@@ -41,10 +41,4 @@ MAN3=	Test::Inline.3 \
 	Test::Inline::Script.3 \
 	Test::Inline::Section.3
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 500905
-RUN_DEPENDS+=	p5-Scalar-List-Utils>=1.19:${PORTSDIR}/lang/p5-Scalar-List-Utils
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/devel/p5-Test-Pod/Makefile
==============================================================================
--- head/devel/p5-Test-Pod/Makefile	Mon Dec 17 14:40:41 2012	(r309097)
+++ head/devel/p5-Test-Pod/Makefile	Mon Dec 17 14:58:23 2012	(r309098)
@@ -19,10 +19,4 @@ PERL_MODBUILD=	yes
 
 MAN3=		Test::Pod.3
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 500905
-RUN_DEPENDS+=	p5-Pod-Simple>=3.05:${PORTSDIR}/textproc/p5-Pod-Simple
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/devel/p5-Test-WWW-Mechanize-Catalyst/Makefile
==============================================================================
--- head/devel/p5-Test-WWW-Mechanize-Catalyst/Makefile	Mon Dec 17 14:40:41 2012	(r309097)
+++ head/devel/p5-Test-WWW-Mechanize-Catalyst/Makefile	Mon Dec 17 14:58:23 2012	(r309098)
@@ -31,10 +31,5 @@ PERL_CONFIGURE=	yes
 
 MAN3=		Test::WWW::Mechanize::Catalyst.3
 
-.include <bsd.port.pre.mk>
+.include <bsd.port.mk>
 
-.if ${PERL_LEVEL} < 501001
-TEST_DEPENDS+=	p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple
-.endif
-
-.include <bsd.port.post.mk>



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