diff options
author | adamw <adamw@FreeBSD.org> | 2016-10-09 07:04:58 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2016-10-09 07:04:58 +0800 |
commit | ff5408ec76e5c5717ae19ecb3a7e27b484daaecd (patch) | |
tree | 9cc829e30366e685a1cff3c3dee709db6b87356b | |
parent | d6f96f1f10ec6a37322360441f41eab3e7f2b1b9 (diff) | |
download | freebsd-ports-gnome-ff5408ec76e5c5717ae19ecb3a7e27b484daaecd.tar.gz freebsd-ports-gnome-ff5408ec76e5c5717ae19ecb3a7e27b484daaecd.tar.zst freebsd-ports-gnome-ff5408ec76e5c5717ae19ecb3a7e27b484daaecd.zip |
Update to 1.04, sort plist, add NO_ARCH, and remove unnecessary
TEST_DEPENDS.
Changes: https://metacpan.org/changes/distribution/Math-Polygon
-rw-r--r-- | math/p5-Math-Polygon/Makefile | 6 | ||||
-rw-r--r-- | math/p5-Math-Polygon/distinfo | 5 | ||||
-rw-r--r-- | math/p5-Math-Polygon/pkg-plist | 12 |
3 files changed, 11 insertions, 12 deletions
diff --git a/math/p5-Math-Polygon/Makefile b/math/p5-Math-Polygon/Makefile index 05bf3a2ec8ac..af25781a27a6 100644 --- a/math/p5-Math-Polygon/Makefile +++ b/math/p5-Math-Polygon/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Math-Polygon -PORTVERSION= 1.03 -PORTREVISION= 2 +PORTVERSION= 1.04 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,9 +13,8 @@ COMMENT= Class for Maintaining Polygon Data LICENSE= ART10 GPLv1 LICENSE_COMB= dual -TEST_DEPENDS= p5-Test-Pod>=0:devel/p5-Test-Pod - USES= perl5 USE_PERL5= configure +NO_ARCH= yes .include <bsd.port.mk> diff --git a/math/p5-Math-Polygon/distinfo b/math/p5-Math-Polygon/distinfo index ad01e570fdce..2efee6eee1ee 100644 --- a/math/p5-Math-Polygon/distinfo +++ b/math/p5-Math-Polygon/distinfo @@ -1,2 +1,3 @@ -SHA256 (Math-Polygon-1.03.tar.gz) = 6b62dd4e19f1be9c7598c99003deb50babbdff11b8b7cebcddbcf447f2ce6bd7 -SIZE (Math-Polygon-1.03.tar.gz) = 22681 +TIMESTAMP = 1475967812 +SHA256 (Math-Polygon-1.04.tar.gz) = c9e458cc2e202a457d7abe119d760f040a769b60fe66d41c3985d5b17de9bd02 +SIZE (Math-Polygon-1.04.tar.gz) = 23230 diff --git a/math/p5-Math-Polygon/pkg-plist b/math/p5-Math-Polygon/pkg-plist index 7a7023114662..62790dca8722 100644 --- a/math/p5-Math-Polygon/pkg-plist +++ b/math/p5-Math-Polygon/pkg-plist @@ -1,9 +1,3 @@ -%%PERL5_MAN3%%/Math::Polygon.3.gz -%%PERL5_MAN3%%/Math::Polygon::Calc.3.gz -%%PERL5_MAN3%%/Math::Polygon::Clip.3.gz -%%PERL5_MAN3%%/Math::Polygon::Convex.3.gz -%%PERL5_MAN3%%/Math::Polygon::Surface.3.gz -%%PERL5_MAN3%%/Math::Polygon::Transform.3.gz %%SITE_PERL%%/Math/Polygon.pm %%SITE_PERL%%/Math/Polygon.pod %%SITE_PERL%%/Math/Polygon/Calc.pm @@ -16,3 +10,9 @@ %%SITE_PERL%%/Math/Polygon/Surface.pod %%SITE_PERL%%/Math/Polygon/Transform.pm %%SITE_PERL%%/Math/Polygon/Transform.pod +%%PERL5_MAN3%%/Math::Polygon.3.gz +%%PERL5_MAN3%%/Math::Polygon::Calc.3.gz +%%PERL5_MAN3%%/Math::Polygon::Clip.3.gz +%%PERL5_MAN3%%/Math::Polygon::Convex.3.gz +%%PERL5_MAN3%%/Math::Polygon::Surface.3.gz +%%PERL5_MAN3%%/Math::Polygon::Transform.3.gz |