Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Feb 2008 19:42:37 GMT
From:      Felippe de Meirelles Motta <lippemail@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/121004: [UPDATE] www/p5-CGI-Application-Plugin-DevPopup
Message-ID:  <200802231942.m1NJgb1A002744@www.freebsd.org>
Resent-Message-ID: <200802231950.m1NJo22C032106@freefall.freebsd.org>

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

>Number:         121004
>Category:       ports
>Synopsis:       [UPDATE] www/p5-CGI-Application-Plugin-DevPopup
>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:02 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 1.00
- Use CPAN macro
- Better adjustment of dependences
- Update pkg-plist
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/www/p5-CGI-Application-Plugin-DevPopup/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- Makefile	8 Sep 2007 01:10:29 -0000	1.3
+++ Makefile	21 Feb 2008 16:29:09 -0000
@@ -6,22 +6,22 @@
 #
 
 PORTNAME=	CGI-Application-Plugin-DevPopup
-PORTVERSION=	0.951
+PORTVERSION=	1.00
 CATEGORIES=	www perl5
-MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
-MASTER_SITE_SUBDIR=	CGI
+MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
 MAINTAINER=	hartzell@alerce.com
 COMMENT=	Runtime cgiapp info in a popup window
 
-BUILD_DEPENDS=	${SITE_PERL}/CGI/Application.pm:${PORTSDIR}/www/p5-CGI-Application
+BUILD_DEPENDS=	p5-CGI-Application>=4.01:${PORTSDIR}/www/p5-CGI-Application
 RUN_DEPENDS=	${BUILD_DEPENDS}
 
 PERL_CONFIGURE=	5.8.0+
 
 MAN3=	CGI::Application::Plugin::DevPopup.3 \
 	CGI::Application::Plugin::DevPopup::HTTPHeaders.3 \
-	CGI::Application::Plugin::DevPopup::Timing.3
+	CGI::Application::Plugin::DevPopup::Timing.3 \
+	CGI::Application::Plugin::DevPopup::Log.3
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/www/p5-CGI-Application-Plugin-DevPopup/distinfo,v
retrieving revision 1.2
diff -u -r1.2 distinfo
--- distinfo	13 Jan 2007 23:00:52 -0000	1.2
+++ distinfo	21 Feb 2008 16:29:09 -0000
@@ -1,3 +1,3 @@
-MD5 (CGI-Application-Plugin-DevPopup-0.951.tar.gz) = 52414796f5fdd775f482bbf2a6938599
-SHA256 (CGI-Application-Plugin-DevPopup-0.951.tar.gz) = a6607098700fc53fe9441baabc272bd5edee8e075805579890f66c2a5b535e34
-SIZE (CGI-Application-Plugin-DevPopup-0.951.tar.gz) = 8733
+MD5 (CGI-Application-Plugin-DevPopup-1.00.tar.gz) = 19179c3f272013f4f2ab9f638b654d27
+SHA256 (CGI-Application-Plugin-DevPopup-1.00.tar.gz) = 7e826cd6b7c06319e61eefdb0d63b6cef91b5211b085cf648cd1c4fec613f417
+SIZE (CGI-Application-Plugin-DevPopup-1.00.tar.gz) = 9424
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/www/p5-CGI-Application-Plugin-DevPopup/pkg-plist,v
retrieving revision 1.1
diff -u -r1.1 pkg-plist
--- pkg-plist	7 Dec 2006 05:12:16 -0000	1.1
+++ pkg-plist	21 Feb 2008 16:29:09 -0000
@@ -1,8 +1,11 @@
+%%SITE_PERL%%/CGI/Application/Plugin/DevPopup/Log.pm
 %%SITE_PERL%%/CGI/Application/Plugin/DevPopup/HTTPHeaders.pm
 %%SITE_PERL%%/CGI/Application/Plugin/DevPopup/Timing.pm
 %%SITE_PERL%%/CGI/Application/Plugin/DevPopup.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/CGI/Application/Plugin/DevPopup/.packlist
 @dirrmtry %%SITE_PERL%%/CGI/Application/Plugin/DevPopup
 @dirrmtry %%SITE_PERL%%/CGI/Application/Plugin
+@dirrmtry %%SITE_PERL%%/CGI/Application
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/CGI/Application/Plugin/DevPopup
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/CGI/Application/Plugin/
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/CGI/Application


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



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