Bug 183745 - [PATCH] www/p5-CGI-Application-Dispatch-Server: Add STAGE support, take maintainership
Summary: [PATCH] www/p5-CGI-Application-Dispatch-Server: Add STAGE support, take maint...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-07 11:10 UTC by Muhammad Moinur Rahman
Modified: 2013-11-09 22:21 UTC (History)
0 users

See Also:


Attachments
p5-CGI-Application-Dispatch-Server-0.53_1.patch (1.58 KB, patch)
2013-11-07 11:10 UTC, Muhammad Moinur Rahman
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-11-07 11:10:38 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sunpoet

sunpoet@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-11-09 21:47:04 UTC
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 <bsd.port.mk>

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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Po-Chuan Hsieh freebsd_committer freebsd_triage 2013-11-09 22:21:22 UTC
State Changed
From-To: open->closed

Committed. Thanks!