Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Nov 2013 17:02:55 +0600 (BDT)
From:      Muhammad Moinur Rahman <5u623l20@gmail.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/183745: [PATCH] www/p5-CGI-Application-Dispatch-Server: Add STAGE support, take maintainership
Message-ID:  <201311071102.rA7B2tVT060572@bofh.1asiacom.net>
Resent-Message-ID: <201311071110.rA7BA0Dx084928@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         183745
>Category:       ports
>Synopsis:       [PATCH] www/p5-CGI-Application-Dispatch-Server: Add STAGE support, take maintainership
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Nov 07 11:10:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Muhammad Moinur Rahman
>Release:        FreeBSD 11.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD bofh.1asiacom.net 11.0-CURRENT FreeBSD 11.0-CURRENT #3 r257540: Tue Nov  5 18:47:37
>Description:
[DESCRIBE CHANGES]
- Add STAGE support
- Take maintainership

For Committer's reference:
http://pdr.s.ubze.ro/latest-per-pkg/p5-CGI-Application-Dispatch-Server/0.53_1/84i386-default.log
http://pdr.s.ubze.ro/latest-per-pkg/p5-CGI-Application-Dispatch-Server/0.53_1/84amd64-default.log
http://pdr.s.ubze.ro/latest-per-pkg/p5-CGI-Application-Dispatch-Server/0.53_1/92i386-default.log
http://pdr.s.ubze.ro/latest-per-pkg/p5-CGI-Application-Dispatch-Server/0.53_1/92amd64-default.log
http://pdr.s.ubze.ro/latest-per-pkg/p5-CGI-Application-Dispatch-Server/0.53_1/10b3i386-default.log
http://pdr.s.ubze.ro/latest-per-pkg/p5-CGI-Application-Dispatch-Server/0.53_1/10b3amd64-default.log
http://pdr.s.ubze.ro/latest-per-pkg/p5-CGI-Application-Dispatch-Server/0.53_1/11i386-default.log
http://pdr.s.ubze.ro/latest-per-pkg/p5-CGI-Application-Dispatch-Server/0.53_1/11amd64-default.log

Generated with FreeBSD Port Tools 0.99_8 (mode: change, diff: ports)
>How-To-Repeat:
>Fix:

--- p5-CGI-Application-Dispatch-Server-0.53_1.patch begins here ---
diff -ruN /usr/ports//www/p5-CGI-Application-Dispatch-Server/Makefile ./Makefile
--- /usr/ports//www/p5-CGI-Application-Dispatch-Server/Makefile	2013-09-21 05:36:50.000000000 +0600
+++ ./Makefile	2013-11-07 16:58:19.000000000 +0600
@@ -1,15 +1,19 @@
 # Created by: George Hartzell <hartzell@alerce.com>
-# $FreeBSD: www/p5-CGI-Application-Dispatch-Server/Makefile 327776 2013-09-20 23:36:50Z bapt $
+# $FreeBSD: head/www/p5-CGI-Application-Dispatch-Server/Makefile 327776 2013-09-20 23:36:50Z bapt $
 
 PORTNAME=	CGI-Application-Dispatch-Server
 PORTVERSION=	0.53
+PORTREVISION=	1
 CATEGORIES=	www perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	5u623l20@gmail.com
 COMMENT=	A 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 \
 		p5-CGI-Application>=0:${PORTSDIR}/www/p5-CGI-Application \
@@ -21,7 +25,4 @@
 USES=		perl5
 USE_PERL5=	modbuild
 
-MAN3=	CGI::Application::Dispatch::Server.3
-
-NO_STAGE=	yes
 .include <bsd.port.mk>
diff -ruN /usr/ports//www/p5-CGI-Application-Dispatch-Server/pkg-plist ./pkg-plist
--- /usr/ports//www/p5-CGI-Application-Dispatch-Server/pkg-plist	2013-05-31 21:15:50.000000000 +0600
+++ ./pkg-plist	2013-11-07 14:46:50.000000000 +0600
@@ -1,4 +1,5 @@
 %%SITE_PERL%%/CGI/Application/Dispatch/Server.pm
+%%PERL5_MAN3%%/CGI::Application::Dispatch::Server.3.gz
 @dirrmtry %%SITE_PERL%%/CGI/Application/Dispatch
 @dirrmtry %%SITE_PERL%%/CGI/Application
 @dirrmtry %%SITE_PERL%%/CGI
--- p5-CGI-Application-Dispatch-Server-0.53_1.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



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