diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2018-01-16 23:42:23 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2018-01-16 23:42:23 +0800 |
commit | 9515afe20eb48d2a294240398a32b3d36ec9daa3 (patch) | |
tree | 43df7f279ece41b958a7eb6f0ea9f4cfce7902cf | |
parent | 9df63743b32e22e0e8883d963b1878fdcf67b7bc (diff) | |
download | freebsd-ports-gnome-9515afe20eb48d2a294240398a32b3d36ec9daa3.tar.gz freebsd-ports-gnome-9515afe20eb48d2a294240398a32b3d36ec9daa3.tar.zst freebsd-ports-gnome-9515afe20eb48d2a294240398a32b3d36ec9daa3.zip |
Update to 0.3.0
- Add LICENSE_FILE
Changes: http://search.cpan.org/dist/Const-Exporter/Changes
-rw-r--r-- | devel/p5-Const-Exporter/Makefile | 9 | ||||
-rw-r--r-- | devel/p5-Const-Exporter/distinfo | 6 |
2 files changed, 9 insertions, 6 deletions
diff --git a/devel/p5-Const-Exporter/Makefile b/devel/p5-Const-Exporter/Makefile index 8fe8cdc25be4..2251d96999e7 100644 --- a/devel/p5-Const-Exporter/Makefile +++ b/devel/p5-Const-Exporter/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Const-Exporter -PORTVERSION= 0.2.4 +PORTVERSION= 0.3.0 DISTVERSIONPREFIX= v CATEGORIES= devel perl5 MASTER_SITES= CPAN @@ -13,11 +13,14 @@ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Declare constants for export LICENSE= ART20 +LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= p5-Const-Fast>=0.014:devel/p5-Const-Fast \ - p5-Package-Stash>=0:devel/p5-Package-Stash +BUILD_DEPENDS= p5-Const-Fast>=0:devel/p5-Const-Fast \ + p5-Package-Stash>=0:devel/p5-Package-Stash \ + p5-Ref-Util>=0:devel/p5-Ref-Util RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Hash-Objectify>=0:devel/p5-Hash-Objectify \ + p5-Path-Tiny>=0.004:devel/p5-Path-Tiny \ p5-Test-Most>=0:devel/p5-Test-Most NO_ARCH= yes diff --git a/devel/p5-Const-Exporter/distinfo b/devel/p5-Const-Exporter/distinfo index a579a78fc6ba..af6f6ea14945 100644 --- a/devel/p5-Const-Exporter/distinfo +++ b/devel/p5-Const-Exporter/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1478374421 -SHA256 (Const-Exporter-v0.2.4.tar.gz) = f46d28224d59eb3fa56a2048bfe3d03b291248e392d97c22ff6ca25807d342cd -SIZE (Const-Exporter-v0.2.4.tar.gz) = 32683 +TIMESTAMP = 1516114864 +SHA256 (Const-Exporter-v0.3.0.tar.gz) = 8766d26e9f73c3791a68951dd900df73f6c78f8d101cf42ca6c6ffaf3e096205 +SIZE (Const-Exporter-v0.3.0.tar.gz) = 18566 |