Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Dec 2012 12:15:18 +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: r309085 - in head/www: p5-Catalyst-View-Email p5-Catalyst-View-Mason p5-HTTP-Body p5-HTTP-Message p5-HTTP-Response-Encoding p5-Mojolicious-Plugin-Mongodb p5-Tatsumaki p5-WWW-AtMovies-TV...
Message-ID:  <201212171215.qBHCFItF084383@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: az
Date: Mon Dec 17 12:15:18 2012
New Revision: 309085
URL: http://svnweb.freebsd.org/changeset/ports/309085

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/www/p5-Catalyst-View-Email/Makefile   (contents, props changed)
  head/www/p5-Catalyst-View-Mason/Makefile   (contents, props changed)
  head/www/p5-HTTP-Body/Makefile   (contents, props changed)
  head/www/p5-HTTP-Message/Makefile   (contents, props changed)
  head/www/p5-HTTP-Response-Encoding/Makefile   (contents, props changed)
  head/www/p5-Mojolicious-Plugin-Mongodb/Makefile   (contents, props changed)
  head/www/p5-Tatsumaki/Makefile   (contents, props changed)
  head/www/p5-WWW-AtMovies-TV/Makefile   (contents, props changed)
  head/www/p5-WWW-Facebook-API/Makefile   (contents, props changed)

Modified: head/www/p5-Catalyst-View-Email/Makefile
==============================================================================
--- head/www/p5-Catalyst-View-Email/Makefile	Mon Dec 17 11:45:31 2012	(r309084)
+++ head/www/p5-Catalyst-View-Email/Makefile	Mon Dec 17 12:15:18 2012	(r309085)
@@ -36,11 +36,4 @@ MAN3=		Catalyst::Helper::View::Email.3 \
 		Catalyst::View::Email.3 \
 		Catalyst::View::Email::Template.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
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/www/p5-Catalyst-View-Mason/Makefile
==============================================================================
--- head/www/p5-Catalyst-View-Mason/Makefile	Mon Dec 17 11:45:31 2012	(r309084)
+++ head/www/p5-Catalyst-View-Mason/Makefile	Mon Dec 17 12:15:18 2012	(r309085)
@@ -26,11 +26,4 @@ PERL_CONFIGURE=	yes
 MAN3=		Catalyst::Helper::View::Mason.3 \
 		Catalyst::View::Mason.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
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/www/p5-HTTP-Body/Makefile
==============================================================================
--- head/www/p5-HTTP-Body/Makefile	Mon Dec 17 11:45:31 2012	(r309084)
+++ head/www/p5-HTTP-Body/Makefile	Mon Dec 17 12:15:18 2012	(r309085)
@@ -30,10 +30,4 @@ MAN3=		HTTP::Body.3 \
 		HTTP::Body::XForms.3 \
 		HTTP::Body::XFormsMultipart.3
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501001
-TEST_DEPENDS+=	p5-Test-Simple>=0.86:${PORTSDIR}/devel/p5-Test-Simple
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/www/p5-HTTP-Message/Makefile
==============================================================================
--- head/www/p5-HTTP-Message/Makefile	Mon Dec 17 11:45:31 2012	(r309084)
+++ head/www/p5-HTTP-Message/Makefile	Mon Dec 17 12:15:18 2012	(r309085)
@@ -32,16 +32,4 @@ MAN3=		HTTP::Config.3 \
 		HTTP::Response.3 \
 		HTTP::Status.3
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501000
-BUILD_DEPENDS+=	p5-Compress-Raw-Zlib>=0:${PORTSDIR}/archivers/p5-Compress-Raw-Zlib
-RUN_DEPENDS+=	p5-Compress-Raw-Zlib>=0:${PORTSDIR}/archivers/p5-Compress-Raw-Zlib
-.endif
-
-.if ${PERL_LEVEL} < 501200
-BUILD_DEPENDS+=	p5-IO-Compress>=2.021:${PORTSDIR}/archivers/p5-IO-Compress
-RUN_DEPENDS+=	p5-IO-Compress>=2.021:${PORTSDIR}/archivers/p5-IO-Compress
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/www/p5-HTTP-Response-Encoding/Makefile
==============================================================================
--- head/www/p5-HTTP-Response-Encoding/Makefile	Mon Dec 17 11:45:31 2012	(r309084)
+++ head/www/p5-HTTP-Response-Encoding/Makefile	Mon Dec 17 12:15:18 2012	(r309085)
@@ -26,10 +26,4 @@ PERL_CONFIGURE=	yes
 
 MAN3=		HTTP::Response::Encoding.3
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 500805
-RUN_DEPENDS+=	p5-Encode>=2:${PORTSDIR}/converters/p5-Encode
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/www/p5-Mojolicious-Plugin-Mongodb/Makefile
==============================================================================
--- head/www/p5-Mojolicious-Plugin-Mongodb/Makefile	Mon Dec 17 11:45:31 2012	(r309084)
+++ head/www/p5-Mojolicious-Plugin-Mongodb/Makefile	Mon Dec 17 12:15:18 2012	(r309085)
@@ -27,11 +27,4 @@ PERL_CONFIGURE=	yes
 
 MAN3=		Mojolicious::Plugin::Mongodb.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/www/p5-Tatsumaki/Makefile
==============================================================================
--- head/www/p5-Tatsumaki/Makefile	Mon Dec 17 11:45:31 2012	(r309084)
+++ head/www/p5-Tatsumaki/Makefile	Mon Dec 17 12:15:18 2012	(r309085)
@@ -35,10 +35,4 @@ PERL_CONFIGURE=	yes
 MAN3=		Tatsumaki.3 \
 		Tatsumaki::MessageQueue.3
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501001
-RUN_DEPENDS+=	p5-parent>=0:${PORTSDIR}/devel/p5-parent
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/www/p5-WWW-AtMovies-TV/Makefile
==============================================================================
--- head/www/p5-WWW-AtMovies-TV/Makefile	Mon Dec 17 11:45:31 2012	(r309084)
+++ head/www/p5-WWW-AtMovies-TV/Makefile	Mon Dec 17 12:15:18 2012	(r309085)
@@ -25,10 +25,4 @@ PERL_CONFIGURE=	yes
 
 MAN3=		WWW::AtMovies::TV.3
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501001
-RUN_DEPENDS+=	p5-version>=0.76:${PORTSDIR}/devel/p5-version
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/www/p5-WWW-Facebook-API/Makefile
==============================================================================
--- head/www/p5-WWW-Facebook-API/Makefile	Mon Dec 17 11:45:31 2012	(r309084)
+++ head/www/p5-WWW-Facebook-API/Makefile	Mon Dec 17 12:15:18 2012	(r309085)
@@ -53,10 +53,4 @@ MAN3=		WWW::Facebook::API.3 \
 		WWW::Facebook::API::Users.3 \
 		WWW::Facebook::API::Video.3
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501000
-RUN_DEPENDS+=	p5-version>=0:${PORTSDIR}/devel/p5-version
-.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?201212171215.qBHCFItF084383>