From owner-svn-ports-head@FreeBSD.ORG Sat Feb 1 14:42:47 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 4FC54829; Sat, 1 Feb 2014 14:42:47 +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 3B13D138E; Sat, 1 Feb 2014 14:42:47 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s11EglNI012379; Sat, 1 Feb 2014 14:42:47 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s11EgjuV012373; Sat, 1 Feb 2014 14:42:45 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201402011442.s11EgjuV012373@svn.freebsd.org> From: Martin Wilke Date: Sat, 1 Feb 2014 14:42:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r342156 - in head: dns/p5-POE-Component-Resolver lang/p5-Test-XPath security/p5-Safe-Hole 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.17 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: Sat, 01 Feb 2014 14:42:47 -0000 Author: miwi Date: Sat Feb 1 14:42:45 2014 New Revision: 342156 URL: http://svnweb.freebsd.org/changeset/ports/342156 QAT: https://qat.redports.org/buildarchive/r342156/ Log: - Stage support Modified: head/dns/p5-POE-Component-Resolver/Makefile head/dns/p5-POE-Component-Resolver/pkg-plist head/lang/p5-Test-XPath/Makefile head/lang/p5-Test-XPath/pkg-plist head/security/p5-Safe-Hole/Makefile head/security/p5-Safe-Hole/pkg-plist Modified: head/dns/p5-POE-Component-Resolver/Makefile ============================================================================== --- head/dns/p5-POE-Component-Resolver/Makefile Sat Feb 1 14:42:33 2014 (r342155) +++ head/dns/p5-POE-Component-Resolver/Makefile Sat Feb 1 14:42:45 2014 (r342156) @@ -21,10 +21,6 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= POE::Component::Resolver.3 \ - POE::Component::Resolver::Sidecar.3 - -NO_STAGE= yes .include .if ${PERL_LEVEL} < 501400 Modified: head/dns/p5-POE-Component-Resolver/pkg-plist ============================================================================== --- head/dns/p5-POE-Component-Resolver/pkg-plist Sat Feb 1 14:42:33 2014 (r342155) +++ head/dns/p5-POE-Component-Resolver/pkg-plist Sat Feb 1 14:42:45 2014 (r342156) @@ -1,6 +1,8 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/Resolver/.packlist %%SITE_PERL%%/POE/Component/Resolver/Sidecar.pm %%SITE_PERL%%/POE/Component/Resolver.pm +%%PERL5_MAN3%%/POE::Component::Resolver.3.gz +%%PERL5_MAN3%%/POE::Component::Resolver::Sidecar.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/Resolver @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE Modified: head/lang/p5-Test-XPath/Makefile ============================================================================== --- head/lang/p5-Test-XPath/Makefile Sat Feb 1 14:42:33 2014 (r342155) +++ head/lang/p5-Test-XPath/Makefile Sat Feb 1 14:42:45 2014 (r342156) @@ -18,14 +18,11 @@ RUN_DEPENDS= p5-XML-LibXML>=1.70:${PORTS USES= perl5 USE_PERL5= modbuild -MAN3= Test::XPath.3 - OPTIONS_DEFINE= CSS PODT CSS_DESC= Include CSS selectors PODT_DESC= Include Pod package test dependencies -NO_STAGE= yes .include .if ${PORT_OPTIONS:MCSS} Modified: head/lang/p5-Test-XPath/pkg-plist ============================================================================== --- head/lang/p5-Test-XPath/pkg-plist Sat Feb 1 14:42:33 2014 (r342155) +++ head/lang/p5-Test-XPath/pkg-plist Sat Feb 1 14:42:45 2014 (r342156) @@ -1,2 +1,3 @@ %%SITE_PERL%%/Test/XPath.pm +%%PERL5_MAN3%%/Test::XPath.3.gz @dirrmtry %%SITE_PERL%%/Test Modified: head/security/p5-Safe-Hole/Makefile ============================================================================== --- head/security/p5-Safe-Hole/Makefile Sat Feb 1 14:42:33 2014 (r342155) +++ head/security/p5-Safe-Hole/Makefile Sat Feb 1 14:42:45 2014 (r342156) @@ -13,7 +13,4 @@ COMMENT= Make a hole to the original mai USES= perl5 USE_PERL5= modbuild -MAN3= Safe::Hole.3 - -NO_STAGE= yes .include Modified: head/security/p5-Safe-Hole/pkg-plist ============================================================================== --- head/security/p5-Safe-Hole/pkg-plist Sat Feb 1 14:42:33 2014 (r342155) +++ head/security/p5-Safe-Hole/pkg-plist Sat Feb 1 14:42:45 2014 (r342156) @@ -1,6 +1,7 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Safe/Hole/Hole.so %%SITE_PERL%%/%%PERL_ARCH%%/auto/Safe/Hole/Hole.bs %%SITE_PERL%%/%%PERL_ARCH%%/Safe/Hole.pm +%%PERL5_MAN3%%/Safe::Hole.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Safe/Hole/ @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Safe @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Safe