From owner-svn-ports-head@FreeBSD.ORG Sat Feb 1 14:42:21 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 94C4366E; Sat, 1 Feb 2014 14:42:21 +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 7503A1388; Sat, 1 Feb 2014 14:42:21 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s11EgLhG012076; Sat, 1 Feb 2014 14:42:21 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s11EgISi012056; Sat, 1 Feb 2014 14:42:18 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201402011442.s11EgISi012056@svn.freebsd.org> From: Martin Wilke Date: Sat, 1 Feb 2014 14:42:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r342154 - in head: devel/p5-Debug-Client devel/p5-Event-RPC emulators/p5-Acme-6502 finance/p5-Finance-Bitcoin finance/p5-Finance-YahooQuote security/p5-Crypt-T_e_a 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:21 -0000 Author: miwi Date: Sat Feb 1 14:42:18 2014 New Revision: 342154 URL: http://svnweb.freebsd.org/changeset/ports/342154 QAT: https://qat.redports.org/buildarchive/r342154/ Log: - Stage support Modified: head/devel/p5-Debug-Client/Makefile head/devel/p5-Debug-Client/pkg-plist head/devel/p5-Event-RPC/Makefile head/devel/p5-Event-RPC/pkg-plist head/emulators/p5-Acme-6502/Makefile head/emulators/p5-Acme-6502/pkg-plist head/finance/p5-Finance-Bitcoin/Makefile head/finance/p5-Finance-Bitcoin/pkg-plist head/finance/p5-Finance-YahooQuote/Makefile head/finance/p5-Finance-YahooQuote/pkg-plist head/security/p5-Crypt-T_e_a/Makefile head/security/p5-Crypt-T_e_a/pkg-plist Modified: head/devel/p5-Debug-Client/Makefile ============================================================================== --- head/devel/p5-Debug-Client/Makefile Sat Feb 1 14:42:04 2014 (r342153) +++ head/devel/p5-Debug-Client/Makefile Sat Feb 1 14:42:18 2014 (r342154) @@ -23,9 +23,6 @@ TEST_DEPENDS= p5-File-HomeDir>=1.00:${PO USES= perl5 USE_PERL5= configure -MAN3= Debug::Client.3 - -NO_STAGE= yes .include .if ${PERL_LEVEL} < 501400 Modified: head/devel/p5-Debug-Client/pkg-plist ============================================================================== --- head/devel/p5-Debug-Client/pkg-plist Sat Feb 1 14:42:04 2014 (r342153) +++ head/devel/p5-Debug-Client/pkg-plist Sat Feb 1 14:42:18 2014 (r342154) @@ -1,5 +1,6 @@ %%SITE_PERL%%/Debug/Client.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Debug/Client/.packlist +%%PERL5_MAN3%%/Debug::Client.3.gz @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Debug/Client @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Debug @dirrmtry %%SITE_PERL%%/Debug Modified: head/devel/p5-Event-RPC/Makefile ============================================================================== --- head/devel/p5-Event-RPC/Makefile Sat Feb 1 14:42:04 2014 (r342153) +++ head/devel/p5-Event-RPC/Makefile Sat Feb 1 14:42:18 2014 (r342154) @@ -16,18 +16,6 @@ LICENSE_COMB= dual USES= perl5 USE_PERL5= configure -MAN3= Event::RPC.3 \ - Event::RPC::Client.3 \ - Event::RPC::Connection.3 \ - Event::RPC::LogConnection.3 \ - Event::RPC::Logger.3 \ - Event::RPC::Loop.3 \ - Event::RPC::Loop::AnyEvent.3 \ - Event::RPC::Loop::Event.3 \ - Event::RPC::Loop::Glib.3 \ - Event::RPC::Message.3 \ - Event::RPC::Server.3 - OPTIONS_DEFINE= GLIB EVENT ANYEVENT SSL GLIB_DESC= Dependency to Glib event handler EVENT_DESC= Dependency to Event.pm event handler @@ -36,7 +24,6 @@ SSL_DESC= Dependency to SSL lib OPTIONS_DEFAULT= EVENT ANYEVENT SSL -NO_STAGE= yes .include .include Modified: head/devel/p5-Event-RPC/pkg-plist ============================================================================== --- head/devel/p5-Event-RPC/pkg-plist Sat Feb 1 14:42:04 2014 (r342153) +++ head/devel/p5-Event-RPC/pkg-plist Sat Feb 1 14:42:18 2014 (r342154) @@ -11,6 +11,17 @@ %%SITE_PERL%%/Event/RPC/Message.pm %%SITE_PERL%%/Event/RPC/Server.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Event/RPC/.packlist +%%PERL5_MAN3%%/Event::RPC.3.gz +%%PERL5_MAN3%%/Event::RPC::Client.3.gz +%%PERL5_MAN3%%/Event::RPC::Connection.3.gz +%%PERL5_MAN3%%/Event::RPC::LogConnection.3.gz +%%PERL5_MAN3%%/Event::RPC::Logger.3.gz +%%PERL5_MAN3%%/Event::RPC::Loop.3.gz +%%PERL5_MAN3%%/Event::RPC::Loop::AnyEvent.3.gz +%%PERL5_MAN3%%/Event::RPC::Loop::Event.3.gz +%%PERL5_MAN3%%/Event::RPC::Loop::Glib.3.gz +%%PERL5_MAN3%%/Event::RPC::Message.3.gz +%%PERL5_MAN3%%/Event::RPC::Server.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Event/RPC @dirrm %%SITE_PERL%%/Event/RPC/Loop @dirrm %%SITE_PERL%%/Event/RPC Modified: head/emulators/p5-Acme-6502/Makefile ============================================================================== --- head/emulators/p5-Acme-6502/Makefile Sat Feb 1 14:42:04 2014 (r342153) +++ head/emulators/p5-Acme-6502/Makefile Sat Feb 1 14:42:18 2014 (r342154) @@ -17,8 +17,4 @@ BUILD_DEPENDS:= ${RUN_DEPENDS} USES= perl5 USE_PERL5= modbuild -MAN3= Acme::6502.3 \ - Acme::6502::Tube.3 - -NO_STAGE= yes .include Modified: head/emulators/p5-Acme-6502/pkg-plist ============================================================================== --- head/emulators/p5-Acme-6502/pkg-plist Sat Feb 1 14:42:04 2014 (r342153) +++ head/emulators/p5-Acme-6502/pkg-plist Sat Feb 1 14:42:18 2014 (r342154) @@ -1,4 +1,6 @@ %%SITE_PERL%%/Acme/6502.pm %%SITE_PERL%%/Acme/6502/Tube.pm +%%PERL5_MAN3%%/Acme::6502.3.gz +%%PERL5_MAN3%%/Acme::6502::Tube.3.gz @dirrm %%SITE_PERL%%/Acme/6502/ @dirrmtry %%SITE_PERL%%/Acme/ Modified: head/finance/p5-Finance-Bitcoin/Makefile ============================================================================== --- head/finance/p5-Finance-Bitcoin/Makefile Sat Feb 1 14:42:04 2014 (r342153) +++ head/finance/p5-Finance-Bitcoin/Makefile Sat Feb 1 14:42:18 2014 (r342154) @@ -21,15 +21,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= Finance::Bitcoin::API.3 \ - Finance::Bitcoin::Address.3 \ - Finance::Bitcoin::Wallet.3 \ - Finance::Bitcoin.3 - -NO_STAGE= yes -.include - post-patch: -@${RM} ${WRKSRC}/lib/Finance/Bitcoin/API.pm.orig -.include +.include Modified: head/finance/p5-Finance-Bitcoin/pkg-plist ============================================================================== --- head/finance/p5-Finance-Bitcoin/pkg-plist Sat Feb 1 14:42:04 2014 (r342153) +++ head/finance/p5-Finance-Bitcoin/pkg-plist Sat Feb 1 14:42:18 2014 (r342154) @@ -3,6 +3,10 @@ %%SITE_PERL%%/Finance/Bitcoin/Wallet.pm %%SITE_PERL%%/Finance/Bitcoin.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Finance/Bitcoin/.packlist +%%PERL5_MAN3%%/Finance::Bitcoin.3.gz +%%PERL5_MAN3%%/Finance::Bitcoin::API.3.gz +%%PERL5_MAN3%%/Finance::Bitcoin::Address.3.gz +%%PERL5_MAN3%%/Finance::Bitcoin::Wallet.3.gz @dirrm %%SITE_PERL%%/Finance/Bitcoin @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Finance/Bitcoin @dirrmtry %%SITE_PERL%%/Finance Modified: head/finance/p5-Finance-YahooQuote/Makefile ============================================================================== --- head/finance/p5-Finance-YahooQuote/Makefile Sat Feb 1 14:42:04 2014 (r342153) +++ head/finance/p5-Finance-YahooQuote/Makefile Sat Feb 1 14:42:18 2014 (r342154) @@ -17,8 +17,4 @@ BUILD_DEPENDS:= ${RUN_DEPENDS} USES= perl5 USE_PERL5= configure -MAN1= yahooquote.1 -MAN3= Finance::YahooQuote.3 - -NO_STAGE= yes .include Modified: head/finance/p5-Finance-YahooQuote/pkg-plist ============================================================================== --- head/finance/p5-Finance-YahooQuote/pkg-plist Sat Feb 1 14:42:04 2014 (r342153) +++ head/finance/p5-Finance-YahooQuote/pkg-plist Sat Feb 1 14:42:18 2014 (r342154) @@ -1,6 +1,8 @@ bin/yahooquote %%SITE_PERL%%/Finance/YahooQuote.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Finance/YahooQuote/.packlist +%%PERL5_MAN3%%/Finance::YahooQuote.3.gz +man/man1/yahooquote.1.gz @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Finance/YahooQuote @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Finance @dirrmtry %%SITE_PERL%%/Finance Modified: head/security/p5-Crypt-T_e_a/Makefile ============================================================================== --- head/security/p5-Crypt-T_e_a/Makefile Sat Feb 1 14:42:04 2014 (r342153) +++ head/security/p5-Crypt-T_e_a/Makefile Sat Feb 1 14:42:18 2014 (r342154) @@ -15,8 +15,4 @@ COMMENT= The Tiny Encryption Algorithm i USES= perl5 USE_PERL5= configure -MAN3= Crypt::Tea.3 -MAN1= tea.1 - -NO_STAGE= yes .include Modified: head/security/p5-Crypt-T_e_a/pkg-plist ============================================================================== --- head/security/p5-Crypt-T_e_a/pkg-plist Sat Feb 1 14:42:04 2014 (r342153) +++ head/security/p5-Crypt-T_e_a/pkg-plist Sat Feb 1 14:42:18 2014 (r342154) @@ -1,6 +1,8 @@ bin/tea %%SITE_PERL%%/Crypt/Tea.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/Tea/.packlist +%%PERL5_MAN3%%/Crypt::Tea.3.gz +man/man1/tea.1.gz @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/Tea @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt @dirrmtry %%SITE_PERL%%/Crypt