Date: Mon, 17 Dec 2012 05:44:44 +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: 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 Message-ID: <201212170544.qBH5iilY026754@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.pre.mk> - -.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 <bsd.port.post.mk> +.include <bsd.port.mk> 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 <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/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 <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500903 -RUN_DEPENDS+= p5-Digest-SHA>=5.23:${PORTSDIR}/security/p5-Digest-SHA -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> 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 <bsd.port.pre.mk> -.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 <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500905 -RUN_DEPENDS+= p5-Time-Piece>=0:${PORTSDIR}/devel/p5-Time-Piece -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> 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 <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500903 -RUN_DEPENDS+= p5-IO-Compress>=2.017:${PORTSDIR}/archivers/p5-IO-Compress -.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?201212170544.qBH5iilY026754>