diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-10-11 18:34:27 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-10-11 18:34:27 +0000 |
commit | 13d01dddfb41a258e2fdd4e696327c98fbdf92f9 (patch) | |
tree | 83e0d9f0781bcf428ebf5bb032b507a322c3de5b /textproc | |
parent | eea87bf4ec29397d7973be0ccf37be388fda45a5 (diff) | |
download | ports-13d01dddfb41a258e2fdd4e696327c98fbdf92f9.tar.gz ports-13d01dddfb41a258e2fdd4e696327c98fbdf92f9.zip |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-XML-Compile/Makefile | 20 | ||||
-rw-r--r-- | textproc/p5-XML-Compile/distinfo | 4 | ||||
-rw-r--r-- | textproc/p5-XML-Compile/pkg-plist | 20 |
3 files changed, 21 insertions, 23 deletions
diff --git a/textproc/p5-XML-Compile/Makefile b/textproc/p5-XML-Compile/Makefile index 2cee62db7fa8..56cbcaef116c 100644 --- a/textproc/p5-XML-Compile/Makefile +++ b/textproc/p5-XML-Compile/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= XML-Compile -PORTVERSION= 1.38 +PORTVERSION= 1.39 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -22,24 +22,6 @@ TEST_DEPENDS= p5-Test-Deep>=0.095:${PORTSDIR}/devel/p5-Test-Deep \ USES= perl5 USE_PERL5= configure -MAN1= schema2example.1 \ - xml2yaml.1 -MAN3= XML::Compile.3 \ - XML::Compile::FAQ.3 \ - XML::Compile::Iterator.3 \ - XML::Compile::Schema.3 \ - XML::Compile::Schema::BuiltInFacets.3 \ - XML::Compile::Schema::BuiltInTypes.3 \ - XML::Compile::Schema::Instance.3 \ - XML::Compile::Schema::NameSpaces.3 \ - XML::Compile::Schema::Specs.3 \ - XML::Compile::Translate.3 \ - XML::Compile::Translate::Reader.3 \ - XML::Compile::Translate::Template.3 \ - XML::Compile::Translate::Writer.3 \ - XML::Compile::Util.3 - -NO_STAGE= yes .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 501400 diff --git a/textproc/p5-XML-Compile/distinfo b/textproc/p5-XML-Compile/distinfo index af313ef5104d..a122fba95817 100644 --- a/textproc/p5-XML-Compile/distinfo +++ b/textproc/p5-XML-Compile/distinfo @@ -1,2 +1,2 @@ -SHA256 (XML-Compile-1.38.tar.gz) = bf9652f0a7e4f8a24381c1c566eca299db00ad402a4c6e0eff73276e1071380e -SIZE (XML-Compile-1.38.tar.gz) = 192447 +SHA256 (XML-Compile-1.39.tar.gz) = 2a97588ec7af567d18a4e748d5a60a6e9b738bb1e914b735c29815d24babbe7a +SIZE (XML-Compile-1.39.tar.gz) = 192515 diff --git a/textproc/p5-XML-Compile/pkg-plist b/textproc/p5-XML-Compile/pkg-plist index dc92ea14ac6b..675ebe0a9b66 100644 --- a/textproc/p5-XML-Compile/pkg-plist +++ b/textproc/p5-XML-Compile/pkg-plist @@ -1,6 +1,5 @@ -bin/xml2yaml bin/schema2example -%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Compile/.packlist +bin/xml2yaml %%SITE_PERL%%/XML/Compile.pm %%SITE_PERL%%/XML/Compile.pod %%SITE_PERL%%/XML/Compile/FAQ.pod @@ -36,6 +35,23 @@ bin/schema2example %%SITE_PERL%%/XML/Compile/xsd/2001-XMLSchema.dtd %%SITE_PERL%%/XML/Compile/xsd/2001-XMLSchema.xsd %%SITE_PERL%%/XML/Compile/xsd/2001-datatypes.dtd +%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Compile/.packlist +%%PERL5_MAN3%%/XML::Compile.3.gz +%%PERL5_MAN3%%/XML::Compile::FAQ.3.gz +%%PERL5_MAN3%%/XML::Compile::Iterator.3.gz +%%PERL5_MAN3%%/XML::Compile::Schema.3.gz +%%PERL5_MAN3%%/XML::Compile::Schema::BuiltInFacets.3.gz +%%PERL5_MAN3%%/XML::Compile::Schema::BuiltInTypes.3.gz +%%PERL5_MAN3%%/XML::Compile::Schema::Instance.3.gz +%%PERL5_MAN3%%/XML::Compile::Schema::NameSpaces.3.gz +%%PERL5_MAN3%%/XML::Compile::Schema::Specs.3.gz +%%PERL5_MAN3%%/XML::Compile::Translate.3.gz +%%PERL5_MAN3%%/XML::Compile::Translate::Reader.3.gz +%%PERL5_MAN3%%/XML::Compile::Translate::Template.3.gz +%%PERL5_MAN3%%/XML::Compile::Translate::Writer.3.gz +%%PERL5_MAN3%%/XML::Compile::Util.3.gz +man/man1/schema2example.1.gz +man/man1/xml2yaml.1.gz @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Compile @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML @dirrmtry %%SITE_PERL%%/XML/Compile/xsd |