Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Dec 2012 09:54:03 +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: r309075 - in head: audio/p5-Audio-MPD security/p5-Authen-Bitcard security/p5-Crypt-OpenSSL-CA security/p5-Crypt-SSLeay security/p5-Data-Entropy security/p5-Digest-SHA security/p5-Digest...
Message-ID:  <201212170954.qBH9s3di061810@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: az
Date: Mon Dec 17 09:54:03 2012
New Revision: 309075
URL: http://svnweb.freebsd.org/changeset/ports/309075

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/audio/p5-Audio-MPD/Makefile   (contents, props changed)
  head/security/p5-Authen-Bitcard/Makefile   (contents, props changed)
  head/security/p5-Crypt-OpenSSL-CA/Makefile
  head/security/p5-Crypt-SSLeay/Makefile
  head/security/p5-Data-Entropy/Makefile   (contents, props changed)
  head/security/p5-Digest-SHA/Makefile   (contents, props changed)
  head/security/p5-Digest-SHA1/Makefile   (contents, props changed)
  head/security/p5-Module-Signature/Makefile
  head/security/p5-POE-Component-SSLify/Makefile   (contents, props changed)

Modified: head/audio/p5-Audio-MPD/Makefile
==============================================================================
--- head/audio/p5-Audio-MPD/Makefile	Mon Dec 17 09:38:59 2012	(r309074)
+++ head/audio/p5-Audio-MPD/Makefile	Mon Dec 17 09:54:03 2012	(r309075)
@@ -38,10 +38,4 @@ MAN3=		Audio::MPD.3 \
 		Audio::MPD::Playlist.3 \
 		Audio::MPD::Types.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/security/p5-Authen-Bitcard/Makefile
==============================================================================
--- head/security/p5-Authen-Bitcard/Makefile	Mon Dec 17 09:38:59 2012	(r309074)
+++ head/security/p5-Authen-Bitcard/Makefile	Mon Dec 17 09:54:03 2012	(r309075)
@@ -23,10 +23,4 @@ PERL_CONFIGURE=	yes
 
 MAN3=		Authen::Bitcard.3
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501000
-RUN_DEPENDS+=	p5-Digest-SHA>=0:${PORTSDIR}/security/p5-Digest-SHA
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/security/p5-Crypt-OpenSSL-CA/Makefile
==============================================================================
--- head/security/p5-Crypt-OpenSSL-CA/Makefile	Mon Dec 17 09:38:59 2012	(r309074)
+++ head/security/p5-Crypt-OpenSSL-CA/Makefile	Mon Dec 17 09:54:03 2012	(r309075)
@@ -34,10 +34,4 @@ MAN3=		Crypt::OpenSSL::CA.3 \
 		Crypt::OpenSSL::CA::Inline::C.3 \
 		Crypt::OpenSSL::CA::Resources.3
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501001
-BUILD_DEPENDS+=	p5-Module-Build>=0.2900:${PORTSDIR}/devel/p5-Module-Build
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/security/p5-Crypt-SSLeay/Makefile
==============================================================================
--- head/security/p5-Crypt-SSLeay/Makefile	Mon Dec 17 09:38:59 2012	(r309074)
+++ head/security/p5-Crypt-SSLeay/Makefile	Mon Dec 17 09:54:03 2012	(r309075)
@@ -27,14 +27,8 @@ USE_OPENSSL=	yes
 
 MAN3=		Crypt::SSLeay.3 Net::SSL.3
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501001
-TEST_DEPENDS+=	p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple
-.endif
-
 post-patch:
 	@${REINPLACE_CMD} -e '/LIBS/ s|-lssl32 -lssleay32 -leay32|-L${OPENSSLLIB}|' \
 		-e '/is_live_test_wanted()/d' ${WRKSRC}/Makefile.PL
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/security/p5-Data-Entropy/Makefile
==============================================================================
--- head/security/p5-Data-Entropy/Makefile	Mon Dec 17 09:38:59 2012	(r309074)
+++ head/security/p5-Data-Entropy/Makefile	Mon Dec 17 09:54:03 2012	(r309075)
@@ -29,10 +29,4 @@ MAN3=		Data::Entropy.3 \
 		Data::Entropy::RawSource::RandomnumbersInfo.3 \
 		Data::Entropy::Source.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/security/p5-Digest-SHA/Makefile
==============================================================================
--- head/security/p5-Digest-SHA/Makefile	Mon Dec 17 09:38:59 2012	(r309074)
+++ head/security/p5-Digest-SHA/Makefile	Mon Dec 17 09:54:03 2012	(r309075)
@@ -20,18 +20,11 @@ PERL_CONFIGURE=	yes
 
 MAN3=		Digest::SHA.3
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} >= 501000
-PLIST_SUB+=	EXE_FILES="@comment "
-.else
+# XXX:az - pkg-plist
 PLIST_SUB+=	EXE_FILES=""
 MAN1=		shasum.1
-.endif
 
 post-patch:
-.if ${PERL_LEVEL} >= 501000
 	@${REINPLACE_CMD} -e '/EXE_FILES/d' ${WRKSRC}/Makefile.PL
-.endif
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/security/p5-Digest-SHA1/Makefile
==============================================================================
--- head/security/p5-Digest-SHA1/Makefile	Mon Dec 17 09:38:59 2012	(r309074)
+++ head/security/p5-Digest-SHA1/Makefile	Mon Dec 17 09:54:03 2012	(r309075)
@@ -18,11 +18,4 @@ PERL_CONFIGURE=	yes
 
 MAN3=		Digest::SHA1.3
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 500803
-BUILD_DEPENDS+=	p5-Digest>=1.00:${PORTSDIR}/security/p5-Digest
-RUN_DEPENDS+=	p5-Digest>=1.00:${PORTSDIR}/security/p5-Digest
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/security/p5-Module-Signature/Makefile
==============================================================================
--- head/security/p5-Module-Signature/Makefile	Mon Dec 17 09:38:59 2012	(r309074)
+++ head/security/p5-Module-Signature/Makefile	Mon Dec 17 09:54:03 2012	(r309075)
@@ -39,9 +39,4 @@ BUILD_DEPENDS+=	${LOCALBASE}/bin/gpgv2:$
 RUN_DEPENDS+=	${LOCALBASE}/bin/gpgv2:${PORTSDIR}/security/gnupg
 .endif
 
-.if ${PERL_LEVEL} < 501000
-BUILD_DEPENDS+=	p5-Digest-SHA>=0:${PORTSDIR}/security/p5-Digest-SHA
-RUN_DEPENDS+=	p5-Digest-SHA>=0:${PORTSDIR}/security/p5-Digest-SHA
-.endif
-
 .include <bsd.port.post.mk>

Modified: head/security/p5-POE-Component-SSLify/Makefile
==============================================================================
--- head/security/p5-POE-Component-SSLify/Makefile	Mon Dec 17 09:38:59 2012	(r309074)
+++ head/security/p5-POE-Component-SSLify/Makefile	Mon Dec 17 09:54:03 2012	(r309075)
@@ -28,16 +28,4 @@ MAN3=		POE::Component::SSLify.3 \
 		POE::Component::SSLify::ClientHandle.3 \
 		POE::Component::SSLify::ServerHandle.3
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 500809
-BUILD_DEPENDS+=	p5-ExtUtils-MakeMaker>=6.31:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker
-RUN_DEPENDS+=	p5-ExtUtils-MakeMaker>=6.31:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker
-.endif
-
-.if ${PERL_LEVEL} < 501001
-BUILD_DEPENDS+=	p5-IO>=1.28:${PORTSDIR}/devel/p5-IO
-RUN_DEPENDS+=	p5-IO>=1.28:${PORTSDIR}/devel/p5-IO
-.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?201212170954.qBH9s3di061810>