diff options
author | adamw <adamw@FreeBSD.org> | 2015-02-17 05:11:11 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2015-02-17 05:11:11 +0800 |
commit | a794ae6e1fa9278f04eadb7835fb7abeab873b23 (patch) | |
tree | f44b2939d86c185a254ff068337afa549a4c3ba9 | |
parent | 4e526afeeff1a451675efc9d688f154a501440e3 (diff) | |
download | freebsd-ports-gnome-a794ae6e1fa9278f04eadb7835fb7abeab873b23.tar.gz freebsd-ports-gnome-a794ae6e1fa9278f04eadb7835fb7abeab873b23.tar.zst freebsd-ports-gnome-a794ae6e1fa9278f04eadb7835fb7abeab873b23.zip |
- Update to 0.22
- Add LICENSE
- Add TEST_DEPENDS
Changes: http://search.cpan.org/dist/Try-Tiny/Changes
PR: 196880
Submitted by: sunpoet
Approved by: maintainer (implicit)
-rw-r--r-- | lang/p5-Try-Tiny/Makefile | 8 | ||||
-rw-r--r-- | lang/p5-Try-Tiny/distinfo | 4 |
2 files changed, 8 insertions, 4 deletions
diff --git a/lang/p5-Try-Tiny/Makefile b/lang/p5-Try-Tiny/Makefile index a68b894851b9..6750d2903cc2 100644 --- a/lang/p5-Try-Tiny/Makefile +++ b/lang/p5-Try-Tiny/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Try-Tiny -PORTVERSION= 0.18 -PORTREVISION= 1 +PORTVERSION= 0.22 CATEGORIES= lang perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:DOY @@ -12,6 +11,11 @@ PKGNAMEPREFIX= p5- MAINTAINER= tobez@FreeBSD.org COMMENT= Minimal try/catch with proper localization of $$@ +LICENSE= MIT + +TEST_DEPENDS= p5-Capture-Tiny>=0.12:${PORTSDIR}/devel/p5-Capture-Tiny \ + p5-Sub-Name>=0:${PORTSDIR}/devel/p5-Sub-Name + USES= perl5 USE_PERL5= configure diff --git a/lang/p5-Try-Tiny/distinfo b/lang/p5-Try-Tiny/distinfo index a2fe65434d2e..a76c7e8f9b1e 100644 --- a/lang/p5-Try-Tiny/distinfo +++ b/lang/p5-Try-Tiny/distinfo @@ -1,2 +1,2 @@ -SHA256 (Try-Tiny-0.18.tar.gz) = 4ec6fa76eda43ceb10598ea9950c815b332bb4e927b11a62d247c447faca4a1a -SIZE (Try-Tiny-0.18.tar.gz) = 16499 +SHA256 (Try-Tiny-0.22.tar.gz) = 60fba46f4693d33d54539104f9001df008dabb400b6837e9605c39a6ee6a1b19 +SIZE (Try-Tiny-0.22.tar.gz) = 18311 |