From owner-svn-ports-head@FreeBSD.ORG Mon Dec 17 05:44:45 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 5F8D0570; Mon, 17 Dec 2012 05:44:45 +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 3ACFB8FC12; Mon, 17 Dec 2012 05:44:45 +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 qBH5ijX2026760; Mon, 17 Dec 2012 05:44:45 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBH5iilY026754; Mon, 17 Dec 2012 05:44:44 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201212170544.qBH5iilY026754@svn.freebsd.org> From: Andrej Zverev Date: Mon, 17 Dec 2012 05:44:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r309062 - in head: astro/p5-Astro-Catalog dns/p5-Net-DNS dns/p5-Net-DNS-Lite dns/p5-Net-DNS-SEC dns/p5-Net-Domain-ExpireDate mail/p5-Mail-Graph 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 05:44:45 -0000 Author: az Date: Mon Dec 17 05:44:43 2012 New Revision: 309062 URL: http://svnweb.freebsd.org/changeset/ports/309062 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/astro/p5-Astro-Catalog/Makefile (contents, props changed) head/dns/p5-Net-DNS-Lite/Makefile (contents, props changed) head/dns/p5-Net-DNS-SEC/Makefile (contents, props changed) head/dns/p5-Net-DNS/Makefile head/dns/p5-Net-Domain-ExpireDate/Makefile (contents, props changed) head/mail/p5-Mail-Graph/Makefile (contents, props changed) Modified: head/astro/p5-Astro-Catalog/Makefile ============================================================================== --- head/astro/p5-Astro-Catalog/Makefile Mon Dec 17 05:30:22 2012 (r309061) +++ head/astro/p5-Astro-Catalog/Makefile Mon Dec 17 05:44:43 2012 (r309062) @@ -74,14 +74,7 @@ MAN3= Astro::Catalog.3 \ Astro::Catalog::Transport::WebService.3 \ Tk::AstroCatalog.3 -.include - -.if ${PERL_LEVEL} < 501000 -BUILD_DEPENDS+= p5-Time-Piece>=1.08:${PORTSDIR}/devel/p5-Time-Piece -RUN_DEPENDS+= p5-Time-Piece>=1.08:${PORTSDIR}/devel/p5-Time-Piece -.endif - post-patch: @${REINPLACE_CMD} -e '/\.cfg/ s|\.cfg|&.sample|2' ${WRKSRC}/Build.PL -.include +.include Modified: head/dns/p5-Net-DNS-Lite/Makefile ============================================================================== --- head/dns/p5-Net-DNS-Lite/Makefile Mon Dec 17 05:30:22 2012 (r309061) +++ head/dns/p5-Net-DNS-Lite/Makefile Mon Dec 17 05:44:43 2012 (r309062) @@ -26,10 +26,4 @@ PERL_CONFIGURE= yes MAN3= Net::DNS::Lite.3 -.include - -.if ${PERL_LEVEL} < 501001 -TEST_DEPENDS+= p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple -.endif - -.include +.include Modified: head/dns/p5-Net-DNS-SEC/Makefile ============================================================================== --- head/dns/p5-Net-DNS-SEC/Makefile Mon Dec 17 05:30:22 2012 (r309061) +++ head/dns/p5-Net-DNS-SEC/Makefile Mon Dec 17 05:44:43 2012 (r309062) @@ -33,10 +33,4 @@ MAN3= Net::DNS::Keyset.3 Net::DNS::RR:: Net::DNS::RR::NSEC.3 Net::DNS::RR::DNSKEY.3 \ Net::DNS::RR::NSEC3.3 Net::DNS::RR::NSEC3PARAM.3 -.include - -.if ${PERL_LEVEL} < 500903 -RUN_DEPENDS+= p5-Digest-SHA>=5.23:${PORTSDIR}/security/p5-Digest-SHA -.endif - -.include +.include Modified: head/dns/p5-Net-DNS/Makefile ============================================================================== --- head/dns/p5-Net-DNS/Makefile Mon Dec 17 05:30:22 2012 (r309061) +++ head/dns/p5-Net-DNS/Makefile Mon Dec 17 05:44:43 2012 (r309062) @@ -56,10 +56,6 @@ PORTDOCS= Changes README TODO .include -.if ${PERL_LEVEL} < 501000 -RUN_DEPENDS+= p5-Digest-SHA>=5.47:${PORTSDIR}/security/p5-Digest-SHA -.endif - .if ${PORT_OPTIONS:MIPV6} RUN_DEPENDS+= p5-IO-Socket-INET6>0:${PORTSDIR}/net/p5-IO-Socket-INET6 .endif Modified: head/dns/p5-Net-Domain-ExpireDate/Makefile ============================================================================== --- head/dns/p5-Net-Domain-ExpireDate/Makefile Mon Dec 17 05:30:22 2012 (r309061) +++ head/dns/p5-Net-Domain-ExpireDate/Makefile Mon Dec 17 05:44:43 2012 (r309062) @@ -24,10 +24,4 @@ MAN3= Net::Domain::ExpireDate.3 post-patch: @${FIND} ${WRKSRC} -name "*.orig" -delete -.include - -.if ${PERL_LEVEL} < 500905 -RUN_DEPENDS+= p5-Time-Piece>=0:${PORTSDIR}/devel/p5-Time-Piece -.endif - -.include +.include Modified: head/mail/p5-Mail-Graph/Makefile ============================================================================== --- head/mail/p5-Mail-Graph/Makefile Mon Dec 17 05:30:22 2012 (r309061) +++ head/mail/p5-Mail-Graph/Makefile Mon Dec 17 05:44:43 2012 (r309062) @@ -40,10 +40,4 @@ post-install: ${INSTALL_SCRIPT} ${EXAMPLEOUTPUT} ${EXAMPLESDIR}/output && \ ${INSTALL_SCRIPT} ${EXAMPLEARCHIVE} ${EXAMPLESDIR}/archive -.include - -.if ${PERL_LEVEL} < 500903 -RUN_DEPENDS+= p5-IO-Compress>=2.017:${PORTSDIR}/archivers/p5-IO-Compress -.endif - -.include +.include