- Update to 0.12
PR: ports/106956 Submitted by: clsung Approved by: maintainer (Jin-Shan Tseng)
This commit is contained in:
parent
9787f2cece
commit
be2b1b2172
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=180265
3 changed files with 4 additions and 7 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= XML-Compile
|
||||
PORTVERSION= 0.11
|
||||
PORTVERSION= 0.12
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= XML
|
||||
|
@ -30,7 +30,6 @@ MAN3= XML::Compile.3 XML::Compile::Schema.3 \
|
|||
XML::Compile::Schema::Template.3 \
|
||||
XML::Compile::Schema::Translate.3 \
|
||||
XML::Compile::Schema::XmlReader.3 \
|
||||
XML::Compile::Schema::XmlTemplate.3 \
|
||||
XML::Compile::Schema::XmlWriter.3
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (XML-Compile-0.11.tar.gz) = f5c0e60b5640b01910058cec67abe174
|
||||
SHA256 (XML-Compile-0.11.tar.gz) = 2eb56ef222e244339c496196c48924521b7f3896ccb919479249f33d95220e5c
|
||||
SIZE (XML-Compile-0.11.tar.gz) = 80563
|
||||
MD5 (XML-Compile-0.12.tar.gz) = a388fb99bcd5c5e51ce5c2249474e002
|
||||
SHA256 (XML-Compile-0.12.tar.gz) = d6ca778b1865a77478506504e165e6e203fa7e2241563a8879c9c8710faf9da9
|
||||
SIZE (XML-Compile-0.12.tar.gz) = 80336
|
||||
|
|
|
@ -20,8 +20,6 @@
|
|||
%%SITE_PERL%%/XML/Compile/Schema/Translate.pod
|
||||
%%SITE_PERL%%/XML/Compile/Schema/XmlReader.pm
|
||||
%%SITE_PERL%%/XML/Compile/Schema/XmlReader.pod
|
||||
%%SITE_PERL%%/XML/Compile/Schema/XmlTemplate.pm
|
||||
%%SITE_PERL%%/XML/Compile/Schema/XmlTemplate.pod
|
||||
%%SITE_PERL%%/XML/Compile/Schema/XmlWriter.pm
|
||||
%%SITE_PERL%%/XML/Compile/Schema/XmlWriter.pod
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Compile
|
||||
|
|
Loading…
Reference in a new issue