From owner-svn-ports-head@FreeBSD.ORG Thu Oct 3 13:34:46 2013 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 ESMTP id 29031D79; Thu, 3 Oct 2013 13:34:46 +0000 (UTC) (envelope-from danilo@FreeBSD.org) 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 142C5254B; Thu, 3 Oct 2013 13:34:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r93DYjjV085757; Thu, 3 Oct 2013 13:34:45 GMT (envelope-from danilo@svn.freebsd.org) Received: (from danilo@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r93DYhpq085742; Thu, 3 Oct 2013 13:34:43 GMT (envelope-from danilo@svn.freebsd.org) Message-Id: <201310031334.r93DYhpq085742@svn.freebsd.org> From: Danilo Egea Gondolfo Date: Thu, 3 Oct 2013 13:34:43 +0000 (UTC) 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 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.14 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: Thu, 03 Oct 2013 13:34:46 -0000 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 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 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 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 .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 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 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