- Update to 0.76
- Make portlint happy
This commit is contained in:
parent
ce5e56bc7e
commit
5a759fabdd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=140322
2 changed files with 4 additions and 4 deletions
|
@ -6,7 +6,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= XML-Dumper
|
PORTNAME= XML-Dumper
|
||||||
PORTVERSION= 0.71
|
PORTVERSION= 0.76
|
||||||
CATEGORIES= textproc perl5
|
CATEGORIES= textproc perl5
|
||||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||||
MASTER_SITE_SUBDIR= XML
|
MASTER_SITE_SUBDIR= XML
|
||||||
|
@ -25,7 +25,7 @@ MAN3= XML::Dumper.3
|
||||||
.include <bsd.port.pre.mk>
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
.if ${PERL_LEVEL} < 500600
|
.if ${PERL_LEVEL} < 500600
|
||||||
IGNORE= "requires perl 5.6.x or later. Install lang/perl5 and try again"
|
IGNORE= requires perl 5.6.x or later. Install lang/perl5 and try again
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.include <bsd.port.post.mk>
|
.include <bsd.port.post.mk>
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
MD5 (XML-Dumper-0.71.tar.gz) = be0ea42c72bb9152fc33005faa492392
|
MD5 (XML-Dumper-0.76.tar.gz) = 230d5a6149cda1eedcfea3c6761af7d0
|
||||||
SIZE (XML-Dumper-0.71.tar.gz) = 14829
|
SIZE (XML-Dumper-0.76.tar.gz) = 16932
|
||||||
|
|
Loading…
Reference in a new issue