diff options
author | miwi <miwi@FreeBSD.org> | 2009-06-03 05:40:11 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-06-03 05:40:11 +0800 |
commit | e902eb34c55e0c67677debfcb1b369e9ee6fa0f3 (patch) | |
tree | 17957c7531808673be0783096394b68f64f5ced7 /math | |
parent | 904134e93ed5a15d8db65f9fd437f2b823292b0b (diff) | |
download | freebsd-ports-gnome-e902eb34c55e0c67677debfcb1b369e9ee6fa0f3.tar.gz freebsd-ports-gnome-e902eb34c55e0c67677debfcb1b369e9ee6fa0f3.tar.zst freebsd-ports-gnome-e902eb34c55e0c67677debfcb1b369e9ee6fa0f3.zip |
- Update to 1.01
PR: 135147
Submitted by: Wen Heping <wenheping@gmail.com> (maintainer)
Diffstat (limited to 'math')
-rw-r--r-- | math/p5-Math-Polygon/Makefile | 5 | ||||
-rw-r--r-- | math/p5-Math-Polygon/distinfo | 6 | ||||
-rw-r--r-- | math/p5-Math-Polygon/pkg-plist | 2 |
3 files changed, 8 insertions, 5 deletions
diff --git a/math/p5-Math-Polygon/Makefile b/math/p5-Math-Polygon/Makefile index 2ac2ff8dfc6c..ed9f6c685559 100644 --- a/math/p5-Math-Polygon/Makefile +++ b/math/p5-Math-Polygon/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Math-Polygon -PORTVERSION= 1.00 +PORTVERSION= 1.01 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -26,6 +26,7 @@ MAN3= Math::Polygon.3 \ Math::Polygon::Calc.3 \ Math::Polygon::Clip.3 \ Math::Polygon::Surface.3 \ - Math::Polygon::Transform.3 + Math::Polygon::Transform.3 \ + Math::Polygon::Convex.3 .include <bsd.port.mk> diff --git a/math/p5-Math-Polygon/distinfo b/math/p5-Math-Polygon/distinfo index 499b9fac1b85..18323081f504 100644 --- a/math/p5-Math-Polygon/distinfo +++ b/math/p5-Math-Polygon/distinfo @@ -1,3 +1,3 @@ -MD5 (Math-Polygon-1.00.tar.gz) = 52b17688acb351a38842c6ee9cea8a6a -SHA256 (Math-Polygon-1.00.tar.gz) = c4f95b573d07d4057dd58247a01dfdcde15c95fcb021e02f703110d68ffd2f35 -SIZE (Math-Polygon-1.00.tar.gz) = 19528 +MD5 (Math-Polygon-1.01.tar.gz) = 7ef05962734682651451e2abad8fe4c8 +SHA256 (Math-Polygon-1.01.tar.gz) = 44b27f445564c400e2cc5d872074e3295ca6ed892c6d60800bf282732c03c63a +SIZE (Math-Polygon-1.01.tar.gz) = 22173 diff --git a/math/p5-Math-Polygon/pkg-plist b/math/p5-Math-Polygon/pkg-plist index a4073adb26b7..a6a841b0c6eb 100644 --- a/math/p5-Math-Polygon/pkg-plist +++ b/math/p5-Math-Polygon/pkg-plist @@ -7,6 +7,8 @@ %%SITE_PERL%%/Math/Polygon/Surface.pod %%SITE_PERL%%/Math/Polygon/Calc.pod %%SITE_PERL%%/Math/Polygon/Clip.pod +%%SITE_PERL%%/Math/Polygon/Convex.pm +%%SITE_PERL%%/Math/Polygon/Convex.pod %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Polygon/.packlist %%SITE_PERL%%/Math/Polygon.pm @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math |