From owner-svn-ports-head@FreeBSD.ORG Thu Sep 11 15:52:06 2014 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 ESMTPS id AE34ADCD; Thu, 11 Sep 2014 15:52:06 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8E347EC3; Thu, 11 Sep 2014 15:52:06 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8BFq69V005565; Thu, 11 Sep 2014 15:52:06 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8BFq6rJ005559; Thu, 11 Sep 2014 15:52:06 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201409111552.s8BFq6rJ005559@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 11 Sep 2014 15:52:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r367952 - head/textproc/p5-XML-LibXML-PrettyPrint 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.18-1 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: Thu, 11 Sep 2014 15:52:06 -0000 Author: sunpoet Date: Thu Sep 11 15:52:05 2014 New Revision: 367952 URL: http://svnweb.freebsd.org/changeset/ports/367952 QAT: https://qat.redports.org/buildarchive/r367952/ Log: - Update to 0.006 Changes: http://search.cpan.org/dist/XML-LibXML-PrettyPrint/Changes Modified: head/textproc/p5-XML-LibXML-PrettyPrint/Makefile head/textproc/p5-XML-LibXML-PrettyPrint/distinfo head/textproc/p5-XML-LibXML-PrettyPrint/pkg-plist Modified: head/textproc/p5-XML-LibXML-PrettyPrint/Makefile ============================================================================== --- head/textproc/p5-XML-LibXML-PrettyPrint/Makefile Thu Sep 11 15:52:00 2014 (r367951) +++ head/textproc/p5-XML-LibXML-PrettyPrint/Makefile Thu Sep 11 15:52:05 2014 (r367952) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= XML-LibXML-PrettyPrint -PORTVERSION= 0.004 +PORTVERSION= 0.006 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,11 +13,10 @@ COMMENT= Add pleasant whitespace to a DO LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Pragmatic>=0:${PORTSDIR}/devel/p5-Pragmatic \ - p5-XML-LibXML>=1.62:${PORTSDIR}/textproc/p5-XML-LibXML \ - p5-common-sense>=0:${PORTSDIR}/devel/p5-common-sense +BUILD_DEPENDS= p5-Exporter-Tiny>=0:${PORTSDIR}/devel/p5-Exporter-Tiny \ + p5-XML-LibXML>=1.62:${PORTSDIR}/textproc/p5-XML-LibXML RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-Test-Warn>=0.20:${PORTSDIR}/devel/p5-Test-Warn +TEST_DEPENDS= p5-Test-Warnings>=0:${PORTSDIR}/devel/p5-Test-Warnings USE_PERL5= configure USES= perl5 Modified: head/textproc/p5-XML-LibXML-PrettyPrint/distinfo ============================================================================== --- head/textproc/p5-XML-LibXML-PrettyPrint/distinfo Thu Sep 11 15:52:00 2014 (r367951) +++ head/textproc/p5-XML-LibXML-PrettyPrint/distinfo Thu Sep 11 15:52:05 2014 (r367952) @@ -1,2 +1,2 @@ -SHA256 (XML-LibXML-PrettyPrint-0.004.tar.gz) = 268fa860dd5cab1ce11daec975778e08ad28651611590b8a36065818eedac8b3 -SIZE (XML-LibXML-PrettyPrint-0.004.tar.gz) = 54646 +SHA256 (XML-LibXML-PrettyPrint-0.006.tar.gz) = 89fb31725e90ecde0fc3623cb1e22decbaa4dbe30d6af56d38a0a8b45c4789f0 +SIZE (XML-LibXML-PrettyPrint-0.006.tar.gz) = 25709 Modified: head/textproc/p5-XML-LibXML-PrettyPrint/pkg-plist ============================================================================== --- head/textproc/p5-XML-LibXML-PrettyPrint/pkg-plist Thu Sep 11 15:52:00 2014 (r367951) +++ head/textproc/p5-XML-LibXML-PrettyPrint/pkg-plist Thu Sep 11 15:52:05 2014 (r367952) @@ -1,6 +1,8 @@ +bin/xml-pretty %%SITE_PERL%%/XML/LibXML/PrettyPrint.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/LibXML/PrettyPrint/.packlist %%PERL5_MAN3%%/XML::LibXML::PrettyPrint.3.gz +man/man1/xml-pretty.1.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/LibXML/PrettyPrint @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/LibXML @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML