aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorculot <culot@FreeBSD.org>2013-02-23 01:50:32 +0800
committerculot <culot@FreeBSD.org>2013-02-23 01:50:32 +0800
commitc196d217224da10c6cae415a3431e0cb05a69272 (patch)
tree0dff7ec0ba4d8cae8352bf547500e3f54bb37ec6 /devel
parentbfec4f3c88d41e6a0f1129360c4dbccbd197d8cd (diff)
downloadfreebsd-ports-gnome-c196d217224da10c6cae415a3431e0cb05a69272.tar.gz
freebsd-ports-gnome-c196d217224da10c6cae415a3431e0cb05a69272.tar.zst
freebsd-ports-gnome-c196d217224da10c6cae415a3431e0cb05a69272.zip
- Update to 2.16
- Add LICENSE (Artistic 1 & GPL 1) Changes: http://search.cpan.org/dist/autodie/Changes
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-autodie/Makefile10
-rw-r--r--devel/p5-autodie/distinfo4
-rw-r--r--devel/p5-autodie/pkg-plist3
3 files changed, 11 insertions, 6 deletions
diff --git a/devel/p5-autodie/Makefile b/devel/p5-autodie/Makefile
index 97dd19caaaf6..d5dadaedacc6 100644
--- a/devel/p5-autodie/Makefile
+++ b/devel/p5-autodie/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= autodie
-PORTVERSION= 2.13
+PORTVERSION= 2.16
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -10,12 +10,16 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Replace functions with ones that succeed or die with lexical scope
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
+
PERL_CONFIGURE= yes
MAN3= Fatal.3 \
+ autodie.3 \
autodie::exception.3 \
- autodie::hints.3 \
autodie::exception::system.3 \
- autodie.3
+ autodie::hints.3 \
+ autodie::skip.3
.include <bsd.port.mk>
diff --git a/devel/p5-autodie/distinfo b/devel/p5-autodie/distinfo
index 9939f80303bc..c109c2470c98 100644
--- a/devel/p5-autodie/distinfo
+++ b/devel/p5-autodie/distinfo
@@ -1,2 +1,2 @@
-SHA256 (autodie-2.13.tar.gz) = b855be4295d01109683bc7069c6ab40844e05efeb5466376e149550e46814be4
-SIZE (autodie-2.13.tar.gz) = 80702
+SHA256 (autodie-2.16.tar.gz) = 0513034c5ffce802de65efbea61baf7e02b0f3b10ad77a9c795be816798e9b66
+SIZE (autodie-2.16.tar.gz) = 77284
diff --git a/devel/p5-autodie/pkg-plist b/devel/p5-autodie/pkg-plist
index b0b006927ac7..656edebffc6a 100644
--- a/devel/p5-autodie/pkg-plist
+++ b/devel/p5-autodie/pkg-plist
@@ -1,8 +1,9 @@
%%SITE_PERL%%/Fatal.pm
%%SITE_PERL%%/autodie.pm
%%SITE_PERL%%/autodie/exception.pm
-%%SITE_PERL%%/autodie/hints.pm
%%SITE_PERL%%/autodie/exception/system.pm
+%%SITE_PERL%%/autodie/hints.pm
+%%SITE_PERL%%/autodie/skip.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/autodie/.packlist
@dirrm %%SITE_PERL%%/autodie/exception
@dirrm %%SITE_PERL%%/autodie