Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Oct 2013 13:34:43 +0000 (UTC)
From:      Danilo Egea Gondolfo <danilo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r329187 - in head: games/p5-Games-Dice math/p5-Set-IntSpan net/p5-Daemon-Generic www/p5-CGI-Application-Server www/p5-Catalyst-Plugin-Session-Store-DBIC www/p5-HTML-FromText
Message-ID:  <201310031334.r93DYhpq085742@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danilo
Date: Thu Oct  3 13:34:43 2013
New Revision: 329187
URL: http://svnweb.freebsd.org/changeset/ports/329187

Log:
  - Change maintainer email to @FreeBSD.org
  - Add stage support
  
  Approved by:	culot (mentor)

Modified:
  head/games/p5-Games-Dice/Makefile
  head/games/p5-Games-Dice/pkg-plist
  head/math/p5-Set-IntSpan/Makefile
  head/math/p5-Set-IntSpan/pkg-plist
  head/net/p5-Daemon-Generic/Makefile
  head/net/p5-Daemon-Generic/pkg-plist
  head/www/p5-CGI-Application-Server/Makefile
  head/www/p5-CGI-Application-Server/pkg-plist
  head/www/p5-Catalyst-Plugin-Session-Store-DBIC/Makefile
  head/www/p5-Catalyst-Plugin-Session-Store-DBIC/pkg-plist
  head/www/p5-HTML-FromText/Makefile
  head/www/p5-HTML-FromText/pkg-plist   (contents, props changed)

Modified: head/games/p5-Games-Dice/Makefile
==============================================================================
--- head/games/p5-Games-Dice/Makefile	Thu Oct  3 13:32:36 2013	(r329186)
+++ head/games/p5-Games-Dice/Makefile	Thu Oct  3 13:34:43 2013	(r329187)
@@ -7,7 +7,7 @@ CATEGORIES=	games perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	danilogondolfo@gmail.com
+MAINTAINER=	danilo@FreeBSD.org
 COMMENT=	Perl module to simulate die rolls
 
 LICENSE=	MIT
@@ -16,11 +16,7 @@ TEST_DEPENDS=	p5-Capture-Tiny>=0:${PORTS
 		p5-Test-Script>=1.06:${PORTSDIR}/devel/p5-Test-Script \
 		p5-Test-Simple>=0.96:${PORTSDIR}/devel/p5-Test-Simple
 
-MAN1=	roll.1
-MAN3=	Games::Dice.3
-
 USES=		perl5
 USE_PERL5=	configure
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/games/p5-Games-Dice/pkg-plist
==============================================================================
--- head/games/p5-Games-Dice/pkg-plist	Thu Oct  3 13:32:36 2013	(r329186)
+++ head/games/p5-Games-Dice/pkg-plist	Thu Oct  3 13:34:43 2013	(r329187)
@@ -1,6 +1,8 @@
 bin/roll
 %%SITE_PERL%%/Games/Dice.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Games/Dice/.packlist
+man/man1/roll.1.gz
+%%PERL5_MAN3%%/Games::Dice.3.gz
 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Games/Dice
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Games
 @dirrmtry %%SITE_PERL%%/Games

Modified: head/math/p5-Set-IntSpan/Makefile
==============================================================================
--- head/math/p5-Set-IntSpan/Makefile	Thu Oct  3 13:32:36 2013	(r329186)
+++ head/math/p5-Set-IntSpan/Makefile	Thu Oct  3 13:34:43 2013	(r329187)
@@ -7,13 +7,10 @@ CATEGORIES=	math perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	danilogondolfo@gmail.com
+MAINTAINER=	danilo@FreeBSD.org
 COMMENT=	Manages sets of integers
 
 USES=		perl5
 USE_PERL5=	configure
 
-MAN3=		Set::IntSpan.3
-
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/math/p5-Set-IntSpan/pkg-plist
==============================================================================
--- head/math/p5-Set-IntSpan/pkg-plist	Thu Oct  3 13:32:36 2013	(r329186)
+++ head/math/p5-Set-IntSpan/pkg-plist	Thu Oct  3 13:34:43 2013	(r329187)
@@ -1,5 +1,6 @@
 %%SITE_PERL%%/Set/IntSpan.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Set/IntSpan/.packlist
+%%PERL5_MAN3%%/Set::IntSpan.3.gz
 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Set/IntSpan
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Set
 @dirrmtry %%SITE_PERL%%/Set

Modified: head/net/p5-Daemon-Generic/Makefile
==============================================================================
--- head/net/p5-Daemon-Generic/Makefile	Thu Oct  3 13:32:36 2013	(r329186)
+++ head/net/p5-Daemon-Generic/Makefile	Thu Oct  3 13:34:43 2013	(r329187)
@@ -7,7 +7,7 @@ CATEGORIES=	net perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	danilogondolfo@gmail.com
+MAINTAINER=	danilo@FreeBSD.org
 COMMENT=	Framework to provide start/stop/reload for a daemon
 
 BUILD_DEPENDS=	p5-File-Flock>=0:${PORTSDIR}/devel/p5-File-Flock \
@@ -20,10 +20,4 @@ RUN_DEPENDS:=	${BUILD_DEPENDS}
 USES=		perl5
 USE_PERL5=	configure
 
-MAN3=	Daemon::Generic.3 \
-	Daemon::Generic::Event.3 \
-	Daemon::Generic::While1.3 \
-	Daemon::Generic::AnyEvent.3
-
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/net/p5-Daemon-Generic/pkg-plist
==============================================================================
--- head/net/p5-Daemon-Generic/pkg-plist	Thu Oct  3 13:32:36 2013	(r329186)
+++ head/net/p5-Daemon-Generic/pkg-plist	Thu Oct  3 13:34:43 2013	(r329187)
@@ -4,6 +4,10 @@
 %%SITE_PERL%%/Daemon/Generic/Event.pm
 %%SITE_PERL%%/Daemon/Generic/While1.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Daemon/Generic/.packlist
+%%PERL5_MAN3%%/Daemon::Generic.3.gz
+%%PERL5_MAN3%%/Daemon::Generic::Event.3.gz
+%%PERL5_MAN3%%/Daemon::Generic::While1.3.gz
+%%PERL5_MAN3%%/Daemon::Generic::AnyEvent.3.gz
 @dirrm %%SITE_PERL%%/Daemon/Generic
 @dirrmtry %%SITE_PERL%%/Daemon
 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Daemon/Generic

Modified: head/www/p5-CGI-Application-Server/Makefile
==============================================================================
--- head/www/p5-CGI-Application-Server/Makefile	Thu Oct  3 13:32:36 2013	(r329186)
+++ head/www/p5-CGI-Application-Server/Makefile	Thu Oct  3 13:34:43 2013	(r329187)
@@ -7,7 +7,7 @@ CATEGORIES=	www perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	danilogondolfo@gmail.com
+MAINTAINER=	danilo@FreeBSD.org
 COMMENT=	Simple HTTP server for developing with CGI::Application
 
 LICENSE=	ART10 GPLv1
@@ -29,9 +29,6 @@ TEST_DEPENDS=	p5-CGI-Application>0:${POR
 USES=		perl5
 USE_PERL5=	configure
 
-MAN3=	CGI::Application::Server.3
-
-NO_STAGE=	yes
 .include <bsd.port.pre.mk>
 
 .if ${PERL_LEVEL} < 501400

Modified: head/www/p5-CGI-Application-Server/pkg-plist
==============================================================================
--- head/www/p5-CGI-Application-Server/pkg-plist	Thu Oct  3 13:32:36 2013	(r329186)
+++ head/www/p5-CGI-Application-Server/pkg-plist	Thu Oct  3 13:34:43 2013	(r329187)
@@ -1,5 +1,6 @@
 %%SITE_PERL%%/CGI/Application/Server.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/CGI/Application/Server/.packlist
+%%PERL5_MAN3%%/CGI::Application::Server.3.gz
 @dirrmtry %%SITE_PERL%%/CGI/Application
 @dirrmtry %%SITE_PERL%%/CGI
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/CGI/Application/Server

Modified: head/www/p5-Catalyst-Plugin-Session-Store-DBIC/Makefile
==============================================================================
--- head/www/p5-Catalyst-Plugin-Session-Store-DBIC/Makefile	Thu Oct  3 13:32:36 2013	(r329186)
+++ head/www/p5-Catalyst-Plugin-Session-Store-DBIC/Makefile	Thu Oct  3 13:34:43 2013	(r329187)
@@ -7,7 +7,7 @@ CATEGORIES=	www perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	danilogondolfo@gmail.com
+MAINTAINER=	danilo@FreeBSD.org
 COMMENT=	Store your sessions via DBIx::Class
 
 LICENSE=	ART10 GPLv1
@@ -24,8 +24,4 @@ TEST_DEPENDS=	p5-Test-Warn>=0:${PORTSDIR
 USES=		perl5
 USE_PERL5=	configure
 
-MAN3=	Catalyst::Plugin::Session::Store::DBIC.3 \
-	Catalyst::Plugin::Session::Store::DBIC::Delegate.3
-
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/www/p5-Catalyst-Plugin-Session-Store-DBIC/pkg-plist
==============================================================================
--- head/www/p5-Catalyst-Plugin-Session-Store-DBIC/pkg-plist	Thu Oct  3 13:32:36 2013	(r329186)
+++ head/www/p5-Catalyst-Plugin-Session-Store-DBIC/pkg-plist	Thu Oct  3 13:34:43 2013	(r329187)
@@ -1,6 +1,8 @@
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/Plugin/Session/Store/DBIC/.packlist
 %%SITE_PERL%%/Catalyst/Plugin/Session/Store/DBIC.pm
 %%SITE_PERL%%/Catalyst/Plugin/Session/Store/DBIC/Delegate.pm
+%%PERL5_MAN3%%/Catalyst::Plugin::Session::Store::DBIC.3.gz
+%%PERL5_MAN3%%/Catalyst::Plugin::Session::Store::DBIC::Delegate.3.gz
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/Plugin/Session/Store/DBIC
 @dirrmtry %%SITE_PERL%%/Catalyst/Plugin/Session/Store/DBIC
 @dirrmtry %%SITE_PERL%%/Catalyst/Plugin/Session/Store

Modified: head/www/p5-HTML-FromText/Makefile
==============================================================================
--- head/www/p5-HTML-FromText/Makefile	Thu Oct  3 13:32:36 2013	(r329186)
+++ head/www/p5-HTML-FromText/Makefile	Thu Oct  3 13:34:43 2013	(r329187)
@@ -7,7 +7,7 @@ CATEGORIES=		www perl5
 MASTER_SITES=		CPAN
 PKGNAMEPREFIX=		p5-
 
-MAINTAINER=		danilogondolfo@gmail.com
+MAINTAINER=		danilo@FreeBSD.org
 COMMENT=	Mark up text as HTML
 
 LICENSE=	ART10 GPLv1
@@ -20,8 +20,4 @@ RUN_DEPENDS:=	${BUILD_DEPENDS}
 USES=		perl5
 USE_PERL5=	configure
 
-MAN1=			text2html.1
-MAN3=			HTML::FromText.3
-
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/www/p5-HTML-FromText/pkg-plist
==============================================================================
--- head/www/p5-HTML-FromText/pkg-plist	Thu Oct  3 13:32:36 2013	(r329186)
+++ head/www/p5-HTML-FromText/pkg-plist	Thu Oct  3 13:34:43 2013	(r329187)
@@ -1,6 +1,8 @@
 bin/text2html
 %%SITE_PERL%%/HTML/FromText.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/FromText/.packlist
+man/man1/text2html.1.gz
+%%PERL5_MAN3%%/HTML::FromText.3.gz
 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/FromText
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML
 @dirrmtry %%SITE_PERL%%/HTML



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