Date: Thu, 2 Apr 2015 19:14:00 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r383049 - head/devel/p5-POE-Test-Loops Message-ID: <201504021914.t32JE01m038995@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Thu Apr 2 19:13:59 2015 New Revision: 383049 URL: https://svnweb.freebsd.org/changeset/ports/383049 Log: - Fix *_DEPENDS: Test::Simple 1.001002+ is already in Perl 5.20 and above - Sort PLIST - Bump PORTREVISION for dependency change Modified: head/devel/p5-POE-Test-Loops/Makefile head/devel/p5-POE-Test-Loops/pkg-plist Modified: head/devel/p5-POE-Test-Loops/Makefile ============================================================================== --- head/devel/p5-POE-Test-Loops/Makefile Thu Apr 2 19:13:52 2015 (r383048) +++ head/devel/p5-POE-Test-Loops/Makefile Thu Apr 2 19:13:59 2015 (r383049) @@ -3,6 +3,7 @@ PORTNAME= POE-Test-Loops PORTVERSION= 1.360 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:RCAPUTO @@ -14,10 +15,14 @@ COMMENT= Reusable tests for POE Loop aut LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Test-Simple>=1.001.002:${PORTSDIR}/devel/p5-Test-Simple -RUN_DEPENDS= p5-Test-Simple>=1.001.002:${PORTSDIR}/devel/p5-Test-Simple - USES= perl5 USE_PERL5= configure -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 502000 +BUILD_DEPENDS+= p5-Test-Simple>=1.001.002:${PORTSDIR}/devel/p5-Test-Simple +RUN_DEPENDS+= p5-Test-Simple>=1.001.002:${PORTSDIR}/devel/p5-Test-Simple +.endif + +.include <bsd.port.post.mk> Modified: head/devel/p5-POE-Test-Loops/pkg-plist ============================================================================== --- head/devel/p5-POE-Test-Loops/pkg-plist Thu Apr 2 19:13:52 2015 (r383048) +++ head/devel/p5-POE-Test-Loops/pkg-plist Thu Apr 2 19:13:59 2015 (r383049) @@ -1,6 +1,4 @@ bin/poe-gen-tests -man/man1/poe-gen-tests.1.gz -%%PERL5_MAN3%%/POE::Test::Loops.3.gz %%SITE_PERL%%/POE/Test/DondeEstan.pm %%SITE_PERL%%/POE/Test/Loops.pm %%SITE_PERL%%/POE/Test/Loops/00_info.pm @@ -38,3 +36,5 @@ man/man1/poe-gen-tests.1.gz %%SITE_PERL%%/POE/Test/Loops/z_rt53302_fh_watchers.pm %%SITE_PERL%%/POE/Test/Loops/z_rt54319_bazerka_followtail.pm %%SITE_PERL%%/POE/Test/Loops/z_steinert_signal_integrity.pm +%%PERL5_MAN3%%/POE::Test::Loops.3.gz +man/man1/poe-gen-tests.1.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504021914.t32JE01m038995>