Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Feb 2014 14:42:18 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
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
Message-ID:  <201402011442.s11EgISi012056@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.pre.mk>
 
 .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 <bsd.port.options.mk>
 .include <bsd.port.pre.mk>
 

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 <bsd.port.mk>

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 <bsd.port.pre.mk>
-
 post-patch:
 	-@${RM} ${WRKSRC}/lib/Finance/Bitcoin/API.pm.orig
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

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 <bsd.port.mk>

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 <bsd.port.mk>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402011442.s11EgISi012056>