Index: head/devel/p5-Canary-Stability/Makefile =================================================================== --- head/devel/p5-Canary-Stability/Makefile (revision 423090) +++ head/devel/p5-Canary-Stability/Makefile (revision 423091) @@ -1,27 +1,27 @@ # $FreeBSD$ PORTNAME= Canary-Stability -PORTVERSION= 2011 +PORTVERSION= 2012 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:MLEHMANN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org -COMMENT= Checks what version of perl you're running +COMMENT= Checks what version of perl you're running and then complains about it LICENSE= ART10 GPLv1 LICENSE_COMB= dual USES= perl5 USE_PERL5= configure OPTIONS_DEFINE= ACTIVATE ACTIVATE_DESC= Enable Canary::Stability functionality # Just skip everything in this module unless activated post-patch-ACTIVATE-off: @${REINPLACE_CMD} -e '/^sub import {/s/$$/ return 1; /' \ ${WRKSRC}/Stability.pm .include Index: head/devel/p5-Canary-Stability/distinfo =================================================================== --- head/devel/p5-Canary-Stability/distinfo (revision 423090) +++ head/devel/p5-Canary-Stability/distinfo (revision 423091) @@ -1,2 +1,3 @@ -SHA256 (Canary-Stability-2011.tar.gz) = 63f852d196b4e32ac28998ea7987bd5960b919110ed441512c6191bcc352c1fc -SIZE (Canary-Stability-2011.tar.gz) = 4265 +TIMESTAMP = 1475353314 +SHA256 (Canary-Stability-2012.tar.gz) = fd240b111d834dbae9630c59b42fae2145ca35addc1965ea311edf0d07817107 +SIZE (Canary-Stability-2012.tar.gz) = 4334 Index: head/devel/p5-Canary-Stability/pkg-descr =================================================================== --- head/devel/p5-Canary-Stability/pkg-descr (revision 423090) +++ head/devel/p5-Canary-Stability/pkg-descr (revision 423091) @@ -1,8 +1,8 @@ -This module is used by Schmorp's modules during configuration stage -to test the installed perl for compatibility with his modules. +This module is used by a guy who calls himself "schmorp" to produce +warnings if you're using any supported version of Perl. -It's not, at this stage, meant as a tool for other module authors, -although in principle nothing prevents them from subscribing to the -same ideas. +This port is designed to prevent these warnings, but you can set +the "ACTIVATE" option to turn them back on. All of the instructions +in the warnings are considered harmful and should not be followed. WWW: https://metacpan.org/release/Canary-Stability