From owner-svn-ports-head@FreeBSD.ORG Sat Nov 9 21:46:53 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 53FEBEC6; Sat, 9 Nov 2013 21:46:53 +0000 (UTC) (envelope-from sunpoet@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 2833224BE; Sat, 9 Nov 2013 21:46:53 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rA9LkrEC053932; Sat, 9 Nov 2013 21:46:53 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rA9LkqMv053930; Sat, 9 Nov 2013 21:46:52 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311092146.rA9LkqMv053930@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 9 Nov 2013 21:46:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r333346 - head/www/p5-CGI-Application-Dispatch-Server 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: Sat, 09 Nov 2013 21:46:53 -0000 Author: sunpoet Date: Sat Nov 9 21:46:52 2013 New Revision: 333346 URL: http://svnweb.freebsd.org/changeset/ports/333346 Log: - Add LICENSE - Support STAGEDIR - Pass maintainership to submitter - While I'm here: - Add missing RUN_DEPENDS - Remove leading indefinite article from COMMENT - Use USE_PERL5=configure - Complete and sort PLIST - Bump PORTREVISION for dependency and package change PR: ports/183745 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> Modified: head/www/p5-CGI-Application-Dispatch-Server/Makefile head/www/p5-CGI-Application-Dispatch-Server/pkg-plist Modified: head/www/p5-CGI-Application-Dispatch-Server/Makefile ============================================================================== --- head/www/p5-CGI-Application-Dispatch-Server/Makefile Sat Nov 9 21:46:47 2013 (r333345) +++ head/www/p5-CGI-Application-Dispatch-Server/Makefile Sat Nov 9 21:46:52 2013 (r333346) @@ -7,8 +7,11 @@ CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org -COMMENT= A simple HTTP server for developing with CGI::Application::Dispatch +MAINTAINER= 5u623l20@gmail.com +COMMENT= Simple HTTP server for developing with CGI::Application::Dispatch + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ p5-IO-Capture>=0:${PORTSDIR}/devel/p5-IO-Capture \ @@ -17,11 +20,9 @@ BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/ p5-HTTP-Server-Simple>=0:${PORTSDIR}/www/p5-HTTP-Server-Simple \ p5-HTTP-Server-Simple-Static>=0:${PORTSDIR}/www/p5-HTTP-Server-Simple-Static \ p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate +RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 -USE_PERL5= modbuild - -MAN3= CGI::Application::Dispatch::Server.3 +USE_PERL5= configure -NO_STAGE= yes .include Modified: head/www/p5-CGI-Application-Dispatch-Server/pkg-plist ============================================================================== --- head/www/p5-CGI-Application-Dispatch-Server/pkg-plist Sat Nov 9 21:46:47 2013 (r333345) +++ head/www/p5-CGI-Application-Dispatch-Server/pkg-plist Sat Nov 9 21:46:52 2013 (r333346) @@ -1,6 +1,10 @@ %%SITE_PERL%%/CGI/Application/Dispatch/Server.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/CGI/Application/Dispatch/Server/.packlist +%%PERL5_MAN3%%/CGI::Application::Dispatch::Server.3.gz +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/CGI/Application/Dispatch/Server +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/CGI/Application/Dispatch +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/CGI/Application +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/CGI @dirrmtry %%SITE_PERL%%/CGI/Application/Dispatch @dirrmtry %%SITE_PERL%%/CGI/Application @dirrmtry %%SITE_PERL%%/CGI -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/CGI/Application -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/CGI