recent update of devel/p5-Const-Fast requires a more recent version of devel/p5-Sub-Exporter-Progressive to run. Fix: Patch is attached Patch attached with submission follows: How-To-Repeat: Try to run anything with the latest version of Const::Fast and watch it die.
Responsible Changed From-To: freebsd-ports-bugs->sunpoet Over to maintainer (via the GNATS Auto Assign Tool)
Author: sunpoet Date: Thu Jun 13 11:52:48 2013 New Revision: 320782 URL: http://svnweb.freebsd.org/changeset/ports/320782 Log: - Update to 0.001010 - While I'm here, remove outdated PERL_LEVEL check Changes: http://search.cpan.org/dist/Sub-Exporter-Progressive/Changes PR: ports/179468 Submitted by: Geraud CONTINSOUZAS <geraud@gcu.info> Modified: head/devel/p5-Sub-Exporter-Progressive/Makefile head/devel/p5-Sub-Exporter-Progressive/distinfo Modified: head/devel/p5-Sub-Exporter-Progressive/Makefile ============================================================================== --- head/devel/p5-Sub-Exporter-Progressive/Makefile Thu Jun 13 11:52:44 2013 (r320781) +++ head/devel/p5-Sub-Exporter-Progressive/Makefile Thu Jun 13 11:52:48 2013 (r320782) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Sub-Exporter-Progressive -PORTVERSION= 0.001.006 +PORTVERSION= 0.001.010 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -21,13 +21,4 @@ PERL_CONFIGURE= yes MAN3= Sub::Exporter::Progressive.3 -post-patch: - @${REINPLACE_CMD} -e '/NAME/ s|Sub-Exporter-Progressive|Sub::Exporter::Progressive|' ${WRKSRC}/Makefile.PL - -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 501001 -TEST_DEPENDS+= p5-Test-Simple>=0.89:${PORTSDIR}/devel/p5-Test-Simple -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> Modified: head/devel/p5-Sub-Exporter-Progressive/distinfo ============================================================================== --- head/devel/p5-Sub-Exporter-Progressive/distinfo Thu Jun 13 11:52:44 2013 (r320781) +++ head/devel/p5-Sub-Exporter-Progressive/distinfo Thu Jun 13 11:52:48 2013 (r320782) @@ -1,2 +1,2 @@ -SHA256 (Sub-Exporter-Progressive-0.001006.tar.gz) = 22e7b4c70be8f1758fc7786e3ba8ed4d4e2d2ef71a04abd683542366d0772368 -SIZE (Sub-Exporter-Progressive-0.001006.tar.gz) = 4230 +SHA256 (Sub-Exporter-Progressive-0.001010.tar.gz) = edbdd1467149131fb16931d7bbad1a284a47e3aebfa5efcac5a0ff70a2b22827 +SIZE (Sub-Exporter-Progressive-0.001010.tar.gz) = 5762 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!