diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2018-05-27 01:49:01 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2018-05-27 01:49:01 +0800 |
commit | bc8d7d75c4ac72e3255a8eeb354dbb23a1cd1424 (patch) | |
tree | 6afbac7972b55052b5317832d3557c99427d85a6 | |
parent | b4106c9ab444002be1cf21a87c9f81e2929afe81 (diff) | |
download | freebsd-ports-graphics-bc8d7d75c4ac72e3255a8eeb354dbb23a1cd1424.tar.gz freebsd-ports-graphics-bc8d7d75c4ac72e3255a8eeb354dbb23a1cd1424.tar.zst freebsd-ports-graphics-bc8d7d75c4ac72e3255a8eeb354dbb23a1cd1424.zip |
Update to 1.17
- Add NO_ARCH
Changes: https://metacpan.org/changes/distribution/Class-Generate
-rw-r--r-- | devel/p5-Class-Generate/Makefile | 3 | ||||
-rw-r--r-- | devel/p5-Class-Generate/distinfo | 5 | ||||
-rw-r--r-- | devel/p5-Class-Generate/pkg-plist | 1 |
3 files changed, 5 insertions, 4 deletions
diff --git a/devel/p5-Class-Generate/Makefile b/devel/p5-Class-Generate/Makefile index e92e679dcc9..d60b2ae0ab2 100644 --- a/devel/p5-Class-Generate/Makefile +++ b/devel/p5-Class-Generate/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Class-Generate -PORTVERSION= 1.15 +PORTVERSION= 1.17 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,6 +15,7 @@ LICENSE_COMB= dual TEST_DEPENDS= p5-Text-Soundex>=0:textproc/p5-Text-Soundex +NO_ARCH= yes USES= perl5 USE_PERL5= modbuild diff --git a/devel/p5-Class-Generate/distinfo b/devel/p5-Class-Generate/distinfo index 1cb7ab63b27..dc63ced8037 100644 --- a/devel/p5-Class-Generate/distinfo +++ b/devel/p5-Class-Generate/distinfo @@ -1,2 +1,3 @@ -SHA256 (Class-Generate-1.15.tar.gz) = d8d47cfdae7e797f2c81262b5da8a8b01b4af5bc0d5a1ef8c6e65b5d1b9ecb02 -SIZE (Class-Generate-1.15.tar.gz) = 76362 +TIMESTAMP = 1527234526 +SHA256 (Class-Generate-1.17.tar.gz) = 49ca50dc4ff26678c62e92cc261c1a5cbba6cb43a8789fd8910345fdccd82a3b +SIZE (Class-Generate-1.17.tar.gz) = 67069 diff --git a/devel/p5-Class-Generate/pkg-plist b/devel/p5-Class-Generate/pkg-plist index 80486e2e16e..2c7f0065467 100644 --- a/devel/p5-Class-Generate/pkg-plist +++ b/devel/p5-Class-Generate/pkg-plist @@ -1,3 +1,2 @@ %%SITE_PERL%%/Class/Generate.pm -%%SITE_PERL%%/Class/Generate.pod %%PERL5_MAN3%%/Class::Generate.3.gz |