Date: Sat, 5 Oct 2013 06:05:43 +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: r329414 - head/devel/p5-File-Map Message-ID: <201310050605.r9565h88069482@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Oct 5 06:05:43 2013 New Revision: 329414 URL: http://svnweb.freebsd.org/changeset/ports/329414 Log: - Update to 0.61 - Fix TEST_DEPENDS - Support STAGEDIR Changes: http://search.cpan.org/dist/File-Map/Changes Modified: head/devel/p5-File-Map/Makefile head/devel/p5-File-Map/distinfo Modified: head/devel/p5-File-Map/Makefile ============================================================================== --- head/devel/p5-File-Map/Makefile Sat Oct 5 06:05:37 2013 (r329413) +++ head/devel/p5-File-Map/Makefile Sat Oct 5 06:05:43 2013 (r329414) @@ -2,9 +2,10 @@ # $FreeBSD$ PORTNAME= File-Map -PORTVERSION= 0.60 +PORTVERSION= 0.61 CATEGORIES= devel perl5 MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:LEONT PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org @@ -17,8 +18,8 @@ BUILD_DEPENDS= p5-PerlIO-Layers>=0:${POR p5-Sub-Exporter-Progressive>=0.001.005:${PORTSDIR}/devel/p5-Sub-Exporter-Progressive RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \ - p5-Test-NoWarnings>=0:${PORTSDIR}/devel/p5-Test-NoWarnings \ - p5-Test-Warn>=0:${PORTSDIR}/devel/p5-Test-Warn + p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal \ + p5-Test-Warnings>=0:${PORTSDIR}/devel/p5-Test-Warnings USES= perl5 USE_PERL5= modbuild Modified: head/devel/p5-File-Map/distinfo ============================================================================== --- head/devel/p5-File-Map/distinfo Sat Oct 5 06:05:37 2013 (r329413) +++ head/devel/p5-File-Map/distinfo Sat Oct 5 06:05:43 2013 (r329414) @@ -1,2 +1,2 @@ -SHA256 (File-Map-0.60.tar.gz) = b7ad32facff4f60bd12e25121c614cea7a5f926bf57fdab4d07d63041952682e -SIZE (File-Map-0.60.tar.gz) = 74425 +SHA256 (File-Map-0.61.tar.gz) = b3bf7d3de1a4bafe1b67928986e00351d3b1b15f8417086d71048e4a7d8815b2 +SIZE (File-Map-0.61.tar.gz) = 74315
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310050605.r9565h88069482>