mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- Update to 1.01
PR: 135147 Submitted by: Wen Heping <wenheping@gmail.com> (maintainer)
This commit is contained in:
parent
c091aea41f
commit
e442d29331
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=235065
@ -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>
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user