svn commit: r380187 - head/devel/p5-Test-Exception
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Mar 1 14:32:40 UTC 2015
Author: sunpoet
Date: Sun Mar 1 14:32:38 2015
New Revision: 380187
URL: https://svnweb.freebsd.org/changeset/ports/380187
QAT: https://qat.redports.org/buildarchive/r380187/
Log:
- Update to 0.38
- Sort PLIST
Changes: http://search.cpan.org/dist/Test-Exception/Changes
Modified:
head/devel/p5-Test-Exception/Makefile
head/devel/p5-Test-Exception/distinfo
head/devel/p5-Test-Exception/pkg-plist
Modified: head/devel/p5-Test-Exception/Makefile
==============================================================================
--- head/devel/p5-Test-Exception/Makefile Sun Mar 1 14:32:30 2015 (r380186)
+++ head/devel/p5-Test-Exception/Makefile Sun Mar 1 14:32:38 2015 (r380187)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= Test-Exception
-PORTVERSION= 0.36
+PORTVERSION= 0.38
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -13,8 +13,8 @@ COMMENT= Test functions for exception ba
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
-RUN_DEPENDS= p5-Sub-Uplevel>=0.18:${PORTSDIR}/devel/p5-Sub-Uplevel
-BUILD_DEPENDS:= ${RUN_DEPENDS}
+BUILD_DEPENDS= p5-Sub-Uplevel>=0.18:${PORTSDIR}/devel/p5-Sub-Uplevel
+RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
Modified: head/devel/p5-Test-Exception/distinfo
==============================================================================
--- head/devel/p5-Test-Exception/distinfo Sun Mar 1 14:32:30 2015 (r380186)
+++ head/devel/p5-Test-Exception/distinfo Sun Mar 1 14:32:38 2015 (r380187)
@@ -1,2 +1,2 @@
-SHA256 (Test-Exception-0.36.tar.gz) = b30bf587fdb6904e9dcfd6b21296ea7f2975c2c4019148b3e421e075758dfcfe
-SIZE (Test-Exception-0.36.tar.gz) = 18694
+SHA256 (Test-Exception-0.38.tar.gz) = 7c6aa4c208c043c38631e2af8d28abf76d32a3dcd2ff4a94591f009a6ed3eab5
+SIZE (Test-Exception-0.38.tar.gz) = 15349
Modified: head/devel/p5-Test-Exception/pkg-plist
==============================================================================
--- head/devel/p5-Test-Exception/pkg-plist Sun Mar 1 14:32:30 2015 (r380186)
+++ head/devel/p5-Test-Exception/pkg-plist Sun Mar 1 14:32:38 2015 (r380187)
@@ -1,2 +1,2 @@
-%%PERL5_MAN3%%/Test::Exception.3.gz
%%SITE_PERL%%/Test/Exception.pm
+%%PERL5_MAN3%%/Test::Exception.3.gz
More information about the svn-ports-all
mailing list