From owner-svn-ports-head@FreeBSD.ORG Mon Dec 17 09:54:05 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 97B27C6B; Mon, 17 Dec 2012 09:54:05 +0000 (UTC) (envelope-from az@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 77E608FC0C; Mon, 17 Dec 2012 09:54:05 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBH9s5Fd061823; Mon, 17 Dec 2012 09:54:05 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBH9s3di061810; Mon, 17 Dec 2012 09:54:03 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201212170954.qBH9s3di061810@svn.freebsd.org> From: Andrej Zverev Date: Mon, 17 Dec 2012 09:54:03 +0000 (UTC) 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... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Dec 2012 09:54:05 -0000 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 - -.if ${PERL_LEVEL} < 501001 -TEST_DEPENDS+= p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple -.endif - -.include +.include 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 - -.if ${PERL_LEVEL} < 501000 -RUN_DEPENDS+= p5-Digest-SHA>=0:${PORTSDIR}/security/p5-Digest-SHA -.endif - -.include +.include 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 - -.if ${PERL_LEVEL} < 501001 -BUILD_DEPENDS+= p5-Module-Build>=0.2900:${PORTSDIR}/devel/p5-Module-Build -.endif - -.include +.include 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 - -.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 +.include 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 - -.if ${PERL_LEVEL} < 501001 -RUN_DEPENDS+= p5-parent>=0:${PORTSDIR}/devel/p5-parent -.endif - -.include +.include 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 - -.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 +.include 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 - -.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 +.include 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 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 - -.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 +.include