From owner-svn-ports-head@FreeBSD.ORG Wed Nov 6 18:58:38 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 84FA6A17; Wed, 6 Nov 2013 18:58:38 +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 58D7F24F6; Wed, 6 Nov 2013 18:58:38 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rA6IwcrN000743; Wed, 6 Nov 2013 18:58:38 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rA6IwbN0000740; Wed, 6 Nov 2013 18:58:37 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311061858.rA6IwbN0000740@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Wed, 6 Nov 2013 18:58:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r333030 - head/textproc/p5-XML-LibXSLT 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: Wed, 06 Nov 2013 18:58:38 -0000 Author: sunpoet Date: Wed Nov 6 18:58:37 2013 New Revision: 333030 URL: http://svnweb.freebsd.org/changeset/ports/333030 Log: - Update to 1.82 - Use USE_GNOME - Support STAGEDIR Changes: http://search.cpan.org/dist/XML-LibXSLT/Changes Modified: head/textproc/p5-XML-LibXSLT/Makefile head/textproc/p5-XML-LibXSLT/distinfo head/textproc/p5-XML-LibXSLT/pkg-plist (contents, props changed) Modified: head/textproc/p5-XML-LibXSLT/Makefile ============================================================================== --- head/textproc/p5-XML-LibXSLT/Makefile Wed Nov 6 18:58:30 2013 (r333029) +++ head/textproc/p5-XML-LibXSLT/Makefile Wed Nov 6 18:58:37 2013 (r333030) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= XML-LibXSLT -PORTVERSION= 1.81 +PORTVERSION= 1.82 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,16 +14,12 @@ LICENSE= ART10 GPLv1 LICENSE_COMB= dual BUILD_DEPENDS= p5-XML-LibXML>=1.70:${PORTSDIR}/textproc/p5-XML-LibXML -LIB_DEPENDS= libxml2.so:${PORTSDIR}/textproc/libxml2 \ - libxslt.so:${PORTSDIR}/textproc/libxslt RUN_DEPENDS:= ${BUILD_DEPENDS} CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/libxml2 LDFLAGS+= -L${LOCALBASE}/lib USES= perl5 +USE_GNOME= libxml2 libxslt USE_PERL5= configure -MAN3= XML::LibXSLT.3 - -NO_STAGE= yes .include Modified: head/textproc/p5-XML-LibXSLT/distinfo ============================================================================== --- head/textproc/p5-XML-LibXSLT/distinfo Wed Nov 6 18:58:30 2013 (r333029) +++ head/textproc/p5-XML-LibXSLT/distinfo Wed Nov 6 18:58:37 2013 (r333030) @@ -1,2 +1,2 @@ -SHA256 (XML-LibXSLT-1.81.tar.gz) = 2859425bb9a81ef4e958352655d0a5d5abb26a30d88b3cf23ae93d7e14775c96 -SIZE (XML-LibXSLT-1.81.tar.gz) = 86611 +SHA256 (XML-LibXSLT-1.82.tar.gz) = 0b5e7bd8491ce961965e776468e9c13e5b23802f8f2dc273dc98af7325598d4f +SIZE (XML-LibXSLT-1.82.tar.gz) = 86709 Modified: head/textproc/p5-XML-LibXSLT/pkg-plist ============================================================================== --- head/textproc/p5-XML-LibXSLT/pkg-plist Wed Nov 6 18:58:30 2013 (r333029) +++ head/textproc/p5-XML-LibXSLT/pkg-plist Wed Nov 6 18:58:37 2013 (r333030) @@ -2,6 +2,7 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/LibXSLT/.packlist %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/LibXSLT/LibXSLT.bs %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/LibXSLT/LibXSLT.so +%%PERL5_MAN3%%/XML::LibXSLT.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/LibXSLT @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/XML @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML