diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2018-06-25 04:28:09 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2018-06-25 04:28:09 +0800 |
commit | f28d5590228272ed206d74971e7671fe8b045329 (patch) | |
tree | acb7acd156710e940b944122c214ae36865cf05d | |
parent | f3f1e21f358b35ed65a64e1fe0da6a6a9be69b66 (diff) | |
download | freebsd-ports-gnome-f28d5590228272ed206d74971e7671fe8b045329.tar.gz freebsd-ports-gnome-f28d5590228272ed206d74971e7671fe8b045329.tar.zst freebsd-ports-gnome-f28d5590228272ed206d74971e7671fe8b045329.zip |
Update to 0.08
- Add NO_ARCH
Changes: https://metacpan.org/changes/distribution/Data-Throttler
PR: 229229
Submitted by: Tomohiro Hosaka <bokutin@bokut.in>
Approved by: TERAMOTO Masahiro <markun@onohara.to> (maintainer)
-rw-r--r-- | devel/p5-Data-Throttler/Makefile | 4 | ||||
-rw-r--r-- | devel/p5-Data-Throttler/distinfo | 5 |
2 files changed, 5 insertions, 4 deletions
diff --git a/devel/p5-Data-Throttler/Makefile b/devel/p5-Data-Throttler/Makefile index 28bf2a4e860b..11dee753cf6b 100644 --- a/devel/p5-Data-Throttler/Makefile +++ b/devel/p5-Data-Throttler/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Data-Throttler -PORTVERSION= 0.06 -PORTREVISION= 1 +PORTVERSION= 0.08 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -20,6 +19,7 @@ BUILD_DEPENDS= p5-Log-Log4perl>=1:devel/p5-Log-Log4perl \ p5-YAML>=0.62:textproc/p5-YAML RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USES= perl5 USE_PERL5= configure diff --git a/devel/p5-Data-Throttler/distinfo b/devel/p5-Data-Throttler/distinfo index 2835b31cd8dc..6c0ed4567bd7 100644 --- a/devel/p5-Data-Throttler/distinfo +++ b/devel/p5-Data-Throttler/distinfo @@ -1,2 +1,3 @@ -SHA256 (Data-Throttler-0.06.tar.gz) = f85daa5c844a5ef4d72840b2280a370d0d8a84bca7873a0c3cc4d84807edbb6c -SIZE (Data-Throttler-0.06.tar.gz) = 9754 +TIMESTAMP = 1507078036 +SHA256 (Data-Throttler-0.08.tar.gz) = 3e45ca5334a8c5c17475ec5964fafa7435ab0a2a06bc38834edc1d6220e8c96a +SIZE (Data-Throttler-0.08.tar.gz) = 10373 |