From owner-svn-ports-all@FreeBSD.ORG Thu Feb 6 16:26:17 2014 Return-Path: Delivered-To: svn-ports-all@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 29B13868; Thu, 6 Feb 2014 16:26:17 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 12828184E; Thu, 6 Feb 2014 16:26:17 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s16GQGrU015703; Thu, 6 Feb 2014 16:26:16 GMT (envelope-from ehaupt@svn.freebsd.org) Received: (from ehaupt@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s16GQGCx015701; Thu, 6 Feb 2014 16:26:16 GMT (envelope-from ehaupt@svn.freebsd.org) Message-Id: <201402061626.s16GQGCx015701@svn.freebsd.org> From: Emanuel Haupt Date: Thu, 6 Feb 2014 16:26:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r343119 - head/textproc/p5-XML-XUpdate-LibXML X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Feb 2014 16:26:17 -0000 Author: ehaupt Date: Thu Feb 6 16:26:16 2014 New Revision: 343119 URL: http://svnweb.freebsd.org/changeset/ports/343119 QAT: https://qat.redports.org/buildarchive/r343119/ Log: Support staging. Modified: head/textproc/p5-XML-XUpdate-LibXML/Makefile head/textproc/p5-XML-XUpdate-LibXML/pkg-plist Modified: head/textproc/p5-XML-XUpdate-LibXML/Makefile ============================================================================== --- head/textproc/p5-XML-XUpdate-LibXML/Makefile Thu Feb 6 16:25:21 2014 (r343118) +++ head/textproc/p5-XML-XUpdate-LibXML/Makefile Thu Feb 6 16:26:16 2014 (r343119) @@ -18,8 +18,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN1= xupdate.1 -MAN3= XML::Normalize::LibXML.3 XML::XUpdate::LibXML.3 - -NO_STAGE= yes .include Modified: head/textproc/p5-XML-XUpdate-LibXML/pkg-plist ============================================================================== --- head/textproc/p5-XML-XUpdate-LibXML/pkg-plist Thu Feb 6 16:25:21 2014 (r343118) +++ head/textproc/p5-XML-XUpdate-LibXML/pkg-plist Thu Feb 6 16:26:16 2014 (r343119) @@ -1,4 +1,7 @@ bin/xupdate +man/man1/xupdate.1.gz +%%PERL5_MAN3%%/XML::Normalize::LibXML.3.gz +%%PERL5_MAN3%%/XML::XUpdate::LibXML.3.gz %%SITE_PERL%%/XML/Normalize/LibXML.pm %%SITE_PERL%%/XML/XUpdate/LibXML.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/XUpdate/LibXML/.packlist