diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-03-25 12:41:51 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-03-25 12:41:51 +0800 |
commit | dfb030bd7d6ccb286ee348334b978c64d80f1651 (patch) | |
tree | fcdf4335a78f15892b99e213471c201c98bedd82 /devel | |
parent | 3a876e62ad917dde49c98153faf55175216419f3 (diff) | |
download | freebsd-ports-gnome-dfb030bd7d6ccb286ee348334b978c64d80f1651.tar.gz freebsd-ports-gnome-dfb030bd7d6ccb286ee348334b978c64d80f1651.tar.zst freebsd-ports-gnome-dfb030bd7d6ccb286ee348334b978c64d80f1651.zip |
Update to 0.009
Changes: http://search.cpan.org/dist/TAP-SimpleOutput/Changes
PR: 217263
Submitted by: wen
Approved by: maintainer (timeout, 25 days)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-TAP-SimpleOutput/Makefile | 6 | ||||
-rw-r--r-- | devel/p5-TAP-SimpleOutput/distinfo | 5 |
2 files changed, 7 insertions, 4 deletions
diff --git a/devel/p5-TAP-SimpleOutput/Makefile b/devel/p5-TAP-SimpleOutput/Makefile index 95317054ebf5..47fd3b0df0a8 100644 --- a/devel/p5-TAP-SimpleOutput/Makefile +++ b/devel/p5-TAP-SimpleOutput/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= TAP-SimpleOutput -PORTVERSION= 0.003 +PORTVERSION= 0.009 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -12,7 +12,9 @@ COMMENT= Simple closure-driven TAP generator LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= p5-Sub-Exporter-Progressive>=0:devel/p5-Sub-Exporter-Progressive +BUILD_DEPENDS= p5-Class-Load>=0:devel/p5-Class-Load \ + p5-Perl-Version>=0:devel/p5-Perl-Version \ + p5-Sub-Exporter-Progressive>=0:devel/p5-Sub-Exporter-Progressive RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/devel/p5-TAP-SimpleOutput/distinfo b/devel/p5-TAP-SimpleOutput/distinfo index 8b2014d31c46..baad83ba82df 100644 --- a/devel/p5-TAP-SimpleOutput/distinfo +++ b/devel/p5-TAP-SimpleOutput/distinfo @@ -1,2 +1,3 @@ -SHA256 (TAP-SimpleOutput-0.003.tar.gz) = 58b08d34007482a4f30e47620ef08b1110d7313f8fd998ef65036d22c0a39e22 -SIZE (TAP-SimpleOutput-0.003.tar.gz) = 27615 +TIMESTAMP = 1488011538 +SHA256 (TAP-SimpleOutput-0.009.tar.gz) = 7899b42253e6be0ec70a633af05d5b1e387d30979cf1358bb405fe665f02cf89 +SIZE (TAP-SimpleOutput-0.009.tar.gz) = 31783 |