diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-06-02 21:40:11 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-06-02 21:40:11 +0000 |
commit | e442d29331001bd889622d1b1008bc38f5a17c05 (patch) | |
tree | bdabdccd1bfa19ee5aced3ac56b689a01faec5dd /math/p5-Math-Polygon | |
parent | c091aea41f30d97a7bc912c9f2739c5d5adcb437 (diff) | |
download | ports-e442d29331001bd889622d1b1008bc38f5a17c05.tar.gz ports-e442d29331001bd889622d1b1008bc38f5a17c05.zip |
Notes
Diffstat (limited to 'math/p5-Math-Polygon')
-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 |