Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Jan 2014 07:58:07 +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: r341688 - in head/www: p5-Catalyst-Plugin-Session-State-Cookie p5-POE-Component-Server-SimpleHTTP p5-Task-Plack
Message-ID:  <201401290758.s0T7w7aD025400@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Wed Jan 29 07:58:06 2014
New Revision: 341688
URL: http://svnweb.freebsd.org/changeset/ports/341688
QAT: https://qat.redports.org/buildarchive/r341688/

Log:
  - Stage support

Modified:
  head/www/p5-Catalyst-Plugin-Session-State-Cookie/Makefile
  head/www/p5-Catalyst-Plugin-Session-State-Cookie/pkg-plist
  head/www/p5-POE-Component-Server-SimpleHTTP/Makefile
  head/www/p5-POE-Component-Server-SimpleHTTP/pkg-plist
  head/www/p5-Task-Plack/Makefile
  head/www/p5-Task-Plack/pkg-plist

Modified: head/www/p5-Catalyst-Plugin-Session-State-Cookie/Makefile
==============================================================================
--- head/www/p5-Catalyst-Plugin-Session-State-Cookie/Makefile	Wed Jan 29 07:57:45 2014	(r341687)
+++ head/www/p5-Catalyst-Plugin-Session-State-Cookie/Makefile	Wed Jan 29 07:58:06 2014	(r341688)
@@ -21,9 +21,6 @@ BUILD_DEPENDS:=	${RUN_DEPENDS}
 USES=		perl5
 USE_PERL5=	configure extract
 
-MAN3=	Catalyst::Plugin::Session::State::Cookie.3
-
-NO_STAGE=	yes
 post-extract:
 	@${PERL} -i.bak -ne 'print unless m,Test::,' ${WRKSRC}/Makefile.PL
 

Modified: head/www/p5-Catalyst-Plugin-Session-State-Cookie/pkg-plist
==============================================================================
--- head/www/p5-Catalyst-Plugin-Session-State-Cookie/pkg-plist	Wed Jan 29 07:57:45 2014	(r341687)
+++ head/www/p5-Catalyst-Plugin-Session-State-Cookie/pkg-plist	Wed Jan 29 07:58:06 2014	(r341688)
@@ -1,5 +1,6 @@
 %%SITE_PERL%%/Catalyst/Plugin/Session/State/Cookie.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/Plugin/Session/State/Cookie/.packlist
+%%PERL5_MAN3%%/Catalyst::Plugin::Session::State::Cookie.3.gz
 @dirrmtry %%SITE_PERL%%/Catalyst/Plugin/Session/State
 @dirrmtry %%SITE_PERL%%/Catalyst/Plugin/Session
 @dirrmtry %%SITE_PERL%%/Catalyst/Plugin

Modified: head/www/p5-POE-Component-Server-SimpleHTTP/Makefile
==============================================================================
--- head/www/p5-POE-Component-Server-SimpleHTTP/Makefile	Wed Jan 29 07:57:45 2014	(r341687)
+++ head/www/p5-POE-Component-Server-SimpleHTTP/Makefile	Wed Jan 29 07:58:06 2014	(r341688)
@@ -21,15 +21,10 @@ TEST_DEPENDS=	p5-POE-Filter-HTTP-Parser>
 USES=		perl5
 USE_PERL5=	configure
 
-MAN3=		POE::Component::Server::SimpleHTTP.3 \
-		POE::Component::Server::SimpleHTTP::Connection.3 \
-		POE::Component::Server::SimpleHTTP::Response.3
-
 OPTIONS_DEFINE=	SSL
 SSL_DESC=	SSL support (POE::Component::SSLify)
 OPTIONS_DEFAULT=	SSL
 
-NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MSSL}

Modified: head/www/p5-POE-Component-Server-SimpleHTTP/pkg-plist
==============================================================================
--- head/www/p5-POE-Component-Server-SimpleHTTP/pkg-plist	Wed Jan 29 07:57:45 2014	(r341687)
+++ head/www/p5-POE-Component-Server-SimpleHTTP/pkg-plist	Wed Jan 29 07:58:06 2014	(r341688)
@@ -1,3 +1,6 @@
+%%PERL5_MAN3%%/POE::Component::Server::SimpleHTTP.3.gz
+%%PERL5_MAN3%%/POE::Component::Server::SimpleHTTP::Connection.3.gz
+%%PERL5_MAN3%%/POE::Component::Server::SimpleHTTP::Response.3.gz
 %%SITE_PERL%%/POE/Component/Server/SimpleHTTP.pm
 %%SITE_PERL%%/POE/Component/Server/SimpleHTTP/Connection.pm
 %%SITE_PERL%%/POE/Component/Server/SimpleHTTP/Response.pm

Modified: head/www/p5-Task-Plack/Makefile
==============================================================================
--- head/www/p5-Task-Plack/Makefile	Wed Jan 29 07:57:45 2014	(r341687)
+++ head/www/p5-Task-Plack/Makefile	Wed Jan 29 07:58:06 2014	(r341688)
@@ -13,8 +13,6 @@ COMMENT=	Perl module bundle for Plack
 USES=		perl5
 USE_PERL5=	configure
 
-MAN3=	Task::Plack.3
-
 OPTIONS_DEFINE=	FASTCGI STACKTRACE HANDLEIO CORE SERVER EXTRASRV MIDDLE \
 		EXTRAMID TOOLS CATALYST SQUATTING CGIAPP
 OPTIONS_DEFAULT=	CORE
@@ -33,7 +31,6 @@ SQUATTING_DESC=		Squatting::On
 CGIAPP_DESC=		CGI::Application::PSGI
 #OPTIONS:=${OPTIONS:C/off/on/g}
 
-NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MFASTCGI}

Modified: head/www/p5-Task-Plack/pkg-plist
==============================================================================
--- head/www/p5-Task-Plack/pkg-plist	Wed Jan 29 07:57:45 2014	(r341687)
+++ head/www/p5-Task-Plack/pkg-plist	Wed Jan 29 07:58:06 2014	(r341688)
@@ -1,3 +1,4 @@
+%%PERL5_MAN3%%/Task::Plack.3.gz
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Task/Plack/.packlist
 %%SITE_PERL%%/Task/Plack.pm
 %%SITE_PERL%%/Task/versions.pl



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