- update to 0.14
- add SHA256 checksum
This commit is contained in:
parent
243d4a9937
commit
e5d6a9e0d1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=149712
2 changed files with 5 additions and 4 deletions
|
@ -7,7 +7,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= GraphViz-Data-Structure
|
||||
PORTVERSION= 0.12
|
||||
PORTVERSION= 0.14
|
||||
CATEGORIES= graphics perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= GraphViz
|
||||
|
@ -27,7 +27,7 @@ MAN3= GraphViz::Data::Structure.3
|
|||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 500601
|
||||
IGNORE= This port requires perl 5.6.x or later. Install lang/perl5 then try again
|
||||
IGNORE= requires perl 5.6.x or later. Install lang/perl5 then try again
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
MD5 (GraphViz-Data-Structure-0.12.tar.gz) = 79dcdadded7f193f907e362efab61f55
|
||||
SIZE (GraphViz-Data-Structure-0.12.tar.gz) = 41267
|
||||
MD5 (GraphViz-Data-Structure-0.14.tar.gz) = 7a226b518661e2d714a7cb678b2f947e
|
||||
SHA256 (GraphViz-Data-Structure-0.14.tar.gz) = 6b5049ccfffae9e5d858ffa33a6f3458809ac4283c5d8732fe50c496dc9d85b9
|
||||
SIZE (GraphViz-Data-Structure-0.14.tar.gz) = 41068
|
||||
|
|
Loading…
Reference in a new issue