Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Feb 2008 19:44:40 GMT
From:      Felippe de Meirelles Motta <lippemail@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/121006: [UPDATE] www/p5-CGI-Application-Server
Message-ID:  <200802231944.m1NJieFf003389@www.freebsd.org>
Resent-Message-ID: <200802231950.m1NJo3Uk032158@freefall.freebsd.org>

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

>Number:         121006
>Category:       ports
>Synopsis:       [UPDATE] www/p5-CGI-Application-Server
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Feb 23 19:50:03 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Felippe de Meirelles Motta
>Release:        FreeBSD 7.0-PRERELEASE amd64
>Organization:
>Environment:
System: FreeBSD 7.0-PRERELEASE #0: Thu Jan 10 01:55:37 BRST 2008
    lippe@shire.freebsd.org:/usr/obj/usr/src/sys/GENERIC

>Description:
- Updated to 0.050
- Use CPAN macro
- Better adjustment of dependences
- Now using PERL_CONFIGURE instead of PERL_MODBUILD
- Update pkg-plist
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/www/p5-CGI-Application-Server/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- Makefile	8 Sep 2007 01:10:31 -0000	1.3
+++ Makefile	21 Feb 2008 16:51:45 -0000
@@ -6,25 +6,24 @@
 #
 
 PORTNAME=	CGI-Application-Server
-PORTVERSION=	0.03
+PORTVERSION=	0.050
 CATEGORIES=	www perl5
-MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
-MASTER_SITE_SUBDIR=	CGI
+MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
 MAINTAINER=	hartzell@alerce.com
 COMMENT=	A simple HTTP server for developing with CGI::Application
 
-RUN_DEPENDS=	${SITE_PERL}/HTTP/Request.pm:${PORTSDIR}/www/p5-libwww \
-		${SITE_PERL}/IO/Capture/Stdout.pm:${PORTSDIR}/devel/p5-IO-Capture \
-		${SITE_PERL}/CGI/Application.pm:${PORTSDIR}/www/p5-CGI-Application \
-		${SITE_PERL}/HTTP/Server/Simple/Static.pm:${PORTSDIR}/www/p5-HTTP-Server-Simple-Static
-BUILD_DEPENDS=	${SITE_PERL}/Test/Exception.pm:${PORTSDIR}/devel/p5-Test-Exception \
+RUN_DEPENDS=	p5-CGI-Application>=0:${PORTSDIR}/www/p5-CGI-Application \
+		p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
+		p5-IO-Capture>=0:${PORTSDIR}/devel/p5-IO-Capture \
+		p5-HTTP-Server-Simple-Static>=0.02:${PORTSDIR}/www/p5-HTTP-Server-Simple-Static
+BUILD_DEPENDS=	p5-Test-Exception>=0.21:${PORTSDIR}/devel/p5-Test-Exception \
 		${SITE_PERL}/Test/HTTP/Server/Simple.pm:${PORTSDIR}/www/p5-Test-HTTP-Server-Simple \
-		${SITE_PERL}/Test/WWW/Mechanize.pm:${PORTSDIR}/devel/p5-Test-WWW-Mechanize \
-		${SITE_PERL}/CGI/Application/Plugin/Redirect.pm:${PORTSDIR}/www/p5-CGI-Application-Plugin-Redirect
+		p5-Test-WWW-Mechanize>=1.08:${PORTSDIR}/devel/p5-Test-WWW-Mechanize \
+		p5-CGI-Application-Plugin-Redirect>=0:${PORTSDIR}/www/p5-CGI-Application-Plugin-Redirect
 
-PERL_MODBUILD=	5.8.0+
+PERL_CONFIGURE=	5.8.0+
 
 MAN3=	CGI::Application::Server.3
 
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/www/p5-CGI-Application-Server/distinfo,v
retrieving revision 1.2
diff -u -r1.2 distinfo
--- distinfo	21 Mar 2007 13:41:29 -0000	1.2
+++ distinfo	21 Feb 2008 16:51:45 -0000
@@ -1,3 +1,3 @@
-MD5 (CGI-Application-Server-0.03.tar.gz) = 29e9548216a788fa424401fbfa398e59
-SHA256 (CGI-Application-Server-0.03.tar.gz) = ee0b91940951dda94fc14391f2583a4f6306ddca9d02ac03570187a4ada8fd4c
-SIZE (CGI-Application-Server-0.03.tar.gz) = 6182
+MD5 (CGI-Application-Server-0.050.tar.gz) = 41023ca2efef808fb760909004fd74ef
+SHA256 (CGI-Application-Server-0.050.tar.gz) = 729c8723f5e9587a8fe613e8e36c47b4e15fa87e4b7a86a87313c79ba1cfdcae
+SIZE (CGI-Application-Server-0.050.tar.gz) = 7281
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/www/p5-CGI-Application-Server/pkg-plist,v
retrieving revision 1.1
diff -u -r1.1 pkg-plist
--- pkg-plist	6 Dec 2006 14:45:55 -0000	1.1
+++ pkg-plist	21 Feb 2008 16:51:45 -0000
@@ -1,3 +1,7 @@
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/CGI/Application/Server/.packlist
 %%SITE_PERL%%/CGI/Application/Server.pm
 @dirrmtry %%SITE_PERL%%/CGI/Application
 @dirrmtry %%SITE_PERL%%/CGI
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/CGI/Application/Server
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/CGI/Application
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/CGI


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



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