From owner-svn-ports-head@FreeBSD.ORG Fri Oct 11 18:34:29 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id EA9E89B; Fri, 11 Oct 2013 18:34:28 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D74732A2E; Fri, 11 Oct 2013 18:34:28 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9BIYSEa035894; Fri, 11 Oct 2013 18:34:28 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9BIYSp3035891; Fri, 11 Oct 2013 18:34:28 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201310111834.r9BIYSp3035891@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Fri, 11 Oct 2013 18:34:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r330095 - head/textproc/p5-XML-Compile X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Oct 2013 18:34:29 -0000 Author: sunpoet Date: Fri Oct 11 18:34:27 2013 New Revision: 330095 URL: http://svnweb.freebsd.org/changeset/ports/330095 Log: - Update to 1.39 - Support STAGEDIR Changes: http://search.cpan.org/dist/XML-Compile/ChangeLog Modified: head/textproc/p5-XML-Compile/Makefile head/textproc/p5-XML-Compile/distinfo head/textproc/p5-XML-Compile/pkg-plist (contents, props changed) Modified: head/textproc/p5-XML-Compile/Makefile ============================================================================== --- head/textproc/p5-XML-Compile/Makefile Fri Oct 11 18:32:54 2013 (r330094) +++ head/textproc/p5-XML-Compile/Makefile Fri Oct 11 18:34:27 2013 (r330095) @@ -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:${PORT 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 .if ${PERL_LEVEL} < 501400 Modified: head/textproc/p5-XML-Compile/distinfo ============================================================================== --- head/textproc/p5-XML-Compile/distinfo Fri Oct 11 18:32:54 2013 (r330094) +++ head/textproc/p5-XML-Compile/distinfo Fri Oct 11 18:34:27 2013 (r330095) @@ -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 Modified: head/textproc/p5-XML-Compile/pkg-plist ============================================================================== --- head/textproc/p5-XML-Compile/pkg-plist Fri Oct 11 18:32:54 2013 (r330094) +++ head/textproc/p5-XML-Compile/pkg-plist Fri Oct 11 18:34:27 2013 (r330095) @@ -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