From lars@balker.dk  Wed Jan 11 14:52:33 2006
Return-Path: <lars@balker.dk>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 0E61516A41F
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 11 Jan 2006 14:52:33 +0000 (GMT)
	(envelope-from lars@balker.dk)
Received: from tux.nerdheaven.dk (tux.nerdheaven.dk [193.88.12.43])
	by mx1.FreeBSD.org (Postfix) with ESMTP id A10D343D66
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 11 Jan 2006 14:52:28 +0000 (GMT)
	(envelope-from lars@balker.dk)
Received: from localhost (localhost [127.0.0.1])
	by tux.nerdheaven.dk (Postfix) with ESMTP id E98673FF38
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 11 Jan 2006 15:52:24 +0100 (CET)
Received: from tux.nerdheaven.dk ([127.0.0.1])
 by localhost (tux.nerdheaven.dk [127.0.0.1]) (amavisd-new, port 10024)
 with ESMTP id 95176-07; Wed, 11 Jan 2006 15:52:24 +0100 (CET)
Received: from localhost.localdomain (tux.nerdheaven.dk [193.88.12.43])
	by tux.nerdheaven.dk (Postfix) with ESMTP
	id DE23A3FF35; Wed, 11 Jan 2006 15:52:23 +0100 (CET)
Message-Id: <20060111145223.DE23A3FF35@tux.nerdheaven.dk>
Date: Wed, 11 Jan 2006 15:52:23 +0100 (CET)
From: Lars Balker Rasmussen <lars@balker.dk>
To: FreeBSD-gnats-submit@freebsd.org
Subject: [MAINTAINER] www/p5-Task-Catalyst: up to 1.50

>Number:         91674
>Category:       ports
>Synopsis:       [MAINTAINER] www/p5-Task-Catalyst: up to 1.50
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    erwin
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jan 11 15:00:10 GMT 2006
>Closed-Date:    Sun Jan 15 17:29:21 GMT 2006
>Last-Modified:  Sun Jan 15 17:29:21 GMT 2006
>Originator:     Lars Balker Rasmussen
>Release:        FreeBSD 6.0-BETA1 i386
>Organization:
>Environment:
System: FreeBSD lagavulin.balker.org 6.0-BETA1 FreeBSD 6.0-BETA1 #2: Tue Jul 19 19:30:51 CEST 2005     root@lagavulin.balker.org:/usr/obj/usr/src/sys/LAGAVULIN  i386

>Description:
up to 1.50
>How-To-Repeat:
>Fix:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/www/p5-Task-Catalyst/Makefile,v
retrieving revision 1.4
diff -u -a -r1.4 Makefile
--- Makefile	2 Dec 2005 22:53:02 -0000	1.4
+++ Makefile	11 Jan 2006 14:52:13 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	Task-Catalyst
-PORTVERSION=	1.30
+PORTVERSION=	1.50
 CATEGORIES=	www perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	../by-authors/id/S/SR/SRI
@@ -15,18 +15,23 @@
 MAINTAINER=	lars@balker.dk
 COMMENT=	All you need to start with Catalyst
 
-BUILD_DEPENDS=	p5-Catalyst>=5.58:${PORTSDIR}/www/p5-Catalyst \
-		p5-Catalyst-Plugin-FormValidator>=0:${PORTSDIR}/www/p5-Catalyst-Plugin-FormValidator \
-		p5-Catalyst-Plugin-FormValidator-Simple>=0:${PORTSDIR}/www/p5-Catalyst-Plugin-FormValidator-Simple \
-		p5-Catalyst-Plugin-FillInForm>=0:${PORTSDIR}/www/p5-Catalyst-Plugin-FillInForm \
+BUILD_DEPENDS=	p5-Catalyst>=5.61:${PORTSDIR}/www/p5-Catalyst \
+		p5-Catalyst-Log-Log4perl>=0:${PORTSDIR}/www/p5-Catalyst-Log-Log4perl \
+		p5-Catalyst-Plugin-HTML-Widget>=0:${PORTSDIR}/www/p5-Catalyst-Plugin-HTML-Widget \
+		p5-Catalyst-Plugin-StackTrace>=0:${PORTSDIR}/www/p5-Catalyst-Plugin-StackTrace \
 		p5-Catalyst-Plugin-Prototype>=0:${PORTSDIR}/www/p5-Catalyst-Plugin-Prototype \
 		p5-Catalyst-Plugin-Singleton>=0:${PORTSDIR}/www/p5-Catalyst-Plugin-Singleton \
 		p5-Catalyst-Plugin-DefaultEnd>=0:${PORTSDIR}/www/p5-Catalyst-Plugin-DefaultEnd \
 		p5-Catalyst-Plugin-SubRequest>=0:${PORTSDIR}/www/p5-Catalyst-Plugin-SubRequest \
 		p5-Catalyst-Plugin-Session>=0:${PORTSDIR}/www/p5-Catalyst-Plugin-Session \
+		p5-Catalyst-Plugin-Session-Store-File>=0:${PORTSDIR}/www/p5-Catalyst-Plugin-Session-Store-File \
 		p5-Catalyst-Plugin-Session-State-Cookie>=0:${PORTSDIR}/www/p5-Catalyst-Plugin-Session-State-Cookie \
 		p5-Catalyst-Plugin-Session-State-URI>=0:${PORTSDIR}/www/p5-Catalyst-Plugin-Session-State-URI \
-		p5-Catalyst-Plugin-Session-Store-File>=0:${PORTSDIR}/www/p5-Catalyst-Plugin-Session-Store-File \
+		p5-Catalyst-Plugin-Authentication>=0:${PORTSDIR}/www/p5-Catalyst-Plugin-Authentication \
+		p5-Catalyst-Plugin-Authentication-Store-DBIC>=0:${PORTSDIR}/www/p5-Catalyst-Plugin-Authentication-Store-DBIC \
+		p5-Catalyst-Plugin-Authentication-Store-Htpasswd>=0:${PORTSDIR}/www/p5-Catalyst-Plugin-Authentication-Store-Htpasswd \
+		p5-Catalyst-Plugin-Authorization-ACL>=0:${PORTSDIR}/www/p5-Catalyst-Plugin-Authorization-ACL \
+		p5-Catalyst-Plugin-Authorization-Roles>=0:${PORTSDIR}/www/p5-Catalyst-Plugin-Authorization-Roles \
 		p5-Catalyst-Plugin-I18N>=0:${PORTSDIR}/www/p5-Catalyst-Plugin-I18N \
 		p5-Catalyst-Plugin-XMLRPC>=0:${PORTSDIR}/www/p5-Catalyst-Plugin-XMLRPC \
 		p5-Catalyst-Plugin-Pluggable>=0:${PORTSDIR}/www/p5-Catalyst-Plugin-Pluggable \
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/www/p5-Task-Catalyst/distinfo,v
retrieving revision 1.4
diff -u -a -r1.4 distinfo
--- distinfo	2 Dec 2005 22:53:02 -0000	1.4
+++ distinfo	11 Jan 2006 14:52:13 -0000
@@ -1,3 +1,3 @@
-MD5 (Task-Catalyst-1.30.tar.gz) = 4f49c28975e617cf5f6eac1a46f64453
-SHA256 (Task-Catalyst-1.30.tar.gz) = f5e7438f8195fe8f446a044bda93bd41c0ff0d846b1ca0cd2de7f4530aaa7c32
-SIZE (Task-Catalyst-1.30.tar.gz) = 13898
+MD5 (Task-Catalyst-1.50.tar.gz) = 01aa7984c9455d096ff55bfdb01a2305
+SHA256 (Task-Catalyst-1.50.tar.gz) = bbc26a6ba52e42e61b3040ab709c86e8ac815bc12954a89969548ad9aa0b7aac
+SIZE (Task-Catalyst-1.50.tar.gz) = 18618
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->erwin 
Responsible-Changed-By: erwin 
Responsible-Changed-When: Wed Jan 11 15:35:02 UTC 2006 
Responsible-Changed-Why:  
I'll hanlde this. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=91674 
State-Changed-From-To: open->feedback 
State-Changed-By: erwin 
State-Changed-When: Sun Jan 15 13:44:28 UTC 2006 
State-Changed-Why:  
Module::Auntoinstall doesn't detect Catalyst::Log::Log4perl even though 
it is installed from the port and asks the user to install it from CPAN. 
Can you have a look? 

===>   p5-Task-Catalyst-1.50 depends on package: p5-Catalyst-Log-Log4perl>=0 - found 

lemur# pkg_info |grep Log 
p5-Catalyst-Log-Log4perl-0.1 Log::Log4perl logging for Catalyst 

===>  Configuring for p5-Task-Catalyst-1.50 
*** Module::AutoInstall version 1.00 
*** Checking for dependencies... 
[Core Features] 
- Catalyst                                          ...loaded. (5.61 >= 5.61) 
[Log4perl Support] 
- Catalyst::Log::Log4perl                           ...missing. 
==> Auto-install the 1 optional module(s) from CPAN? [y] 

http://www.freebsd.org/cgi/query-pr.cgi?pr=91674 

From: Lars Balker Rasmussen <lars@balker.dk>
To: Erwin Lansing <erwin@FreeBSD.org>, bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/91674: [MAINTAINER] www/p5-Task-Catalyst: up to 1.50
Date: Sun, 15 Jan 2006 17:15:33 +0100

 This is a multi-part message in MIME format.
 --------------030009060703060308020808
 Content-Type: text/plain; charset=ISO-8859-1; format=flowed
 Content-Transfer-Encoding: 7bit
 
 Erwin Lansing wrote:
 > Module::Auntoinstall doesn't detect Catalyst::Log::Log4perl even though
 > it is installed from the port and asks the user to install it from CPAN.
 > Can you have a look?
 
 This new patch literally removes the problem.
 -- 
 Lars Balker Rasmussen                             Consult::Perl
                                                    http://consult-perl.dk
 
 --------------030009060703060308020808
 Content-Type: text/plain;
  name="www_p5-Task-Catalyst.diff"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: inline;
  filename="www_p5-Task-Catalyst.diff"
 
 Index: Makefile
 ===================================================================
 RCS file: /home/ncvs/ports/www/p5-Task-Catalyst/Makefile,v
 retrieving revision 1.4
 diff -u -a -r1.4 Makefile
 --- Makefile	2 Dec 2005 22:53:02 -0000	1.4
 +++ Makefile	15 Jan 2006 16:12:45 -0000
 @@ -6,7 +6,7 @@
  #
  
  PORTNAME=	Task-Catalyst
 -PORTVERSION=	1.30
 +PORTVERSION=	1.50
  CATEGORIES=	www perl5
  MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
  MASTER_SITE_SUBDIR=	../by-authors/id/S/SR/SRI
 @@ -15,18 +15,23 @@
  MAINTAINER=	lars@balker.dk
  COMMENT=	All you need to start with Catalyst
  
 -BUILD_DEPENDS=	p5-Catalyst>=5.58:${PORTSDIR}/www/p5-Catalyst \
 -		p5-Catalyst-Plugin-FormValidator>=0:${PORTSDIR}/www/p5-Catalyst-Plugin-FormValidator \
 -		p5-Catalyst-Plugin-FormValidator-Simple>=0:${PORTSDIR}/www/p5-Catalyst-Plugin-FormValidator-Simple \
 -		p5-Catalyst-Plugin-FillInForm>=0:${PORTSDIR}/www/p5-Catalyst-Plugin-FillInForm \
 +BUILD_DEPENDS=	p5-Catalyst>=5.61:${PORTSDIR}/www/p5-Catalyst \
 +		p5-Catalyst-Log-Log4perl>=0:${PORTSDIR}/www/p5-Catalyst-Log-Log4perl \
 +		p5-Catalyst-Plugin-HTML-Widget>=0:${PORTSDIR}/www/p5-Catalyst-Plugin-HTML-Widget \
 +		p5-Catalyst-Plugin-StackTrace>=0:${PORTSDIR}/www/p5-Catalyst-Plugin-StackTrace \
  		p5-Catalyst-Plugin-Prototype>=0:${PORTSDIR}/www/p5-Catalyst-Plugin-Prototype \
  		p5-Catalyst-Plugin-Singleton>=0:${PORTSDIR}/www/p5-Catalyst-Plugin-Singleton \
  		p5-Catalyst-Plugin-DefaultEnd>=0:${PORTSDIR}/www/p5-Catalyst-Plugin-DefaultEnd \
  		p5-Catalyst-Plugin-SubRequest>=0:${PORTSDIR}/www/p5-Catalyst-Plugin-SubRequest \
  		p5-Catalyst-Plugin-Session>=0:${PORTSDIR}/www/p5-Catalyst-Plugin-Session \
 +		p5-Catalyst-Plugin-Session-Store-File>=0:${PORTSDIR}/www/p5-Catalyst-Plugin-Session-Store-File \
  		p5-Catalyst-Plugin-Session-State-Cookie>=0:${PORTSDIR}/www/p5-Catalyst-Plugin-Session-State-Cookie \
  		p5-Catalyst-Plugin-Session-State-URI>=0:${PORTSDIR}/www/p5-Catalyst-Plugin-Session-State-URI \
 -		p5-Catalyst-Plugin-Session-Store-File>=0:${PORTSDIR}/www/p5-Catalyst-Plugin-Session-Store-File \
 +		p5-Catalyst-Plugin-Authentication>=0:${PORTSDIR}/www/p5-Catalyst-Plugin-Authentication \
 +		p5-Catalyst-Plugin-Authentication-Store-DBIC>=0:${PORTSDIR}/www/p5-Catalyst-Plugin-Authentication-Store-DBIC \
 +		p5-Catalyst-Plugin-Authentication-Store-Htpasswd>=0:${PORTSDIR}/www/p5-Catalyst-Plugin-Authentication-Store-Htpasswd \
 +		p5-Catalyst-Plugin-Authorization-ACL>=0:${PORTSDIR}/www/p5-Catalyst-Plugin-Authorization-ACL \
 +		p5-Catalyst-Plugin-Authorization-Roles>=0:${PORTSDIR}/www/p5-Catalyst-Plugin-Authorization-Roles \
  		p5-Catalyst-Plugin-I18N>=0:${PORTSDIR}/www/p5-Catalyst-Plugin-I18N \
  		p5-Catalyst-Plugin-XMLRPC>=0:${PORTSDIR}/www/p5-Catalyst-Plugin-XMLRPC \
  		p5-Catalyst-Plugin-Pluggable>=0:${PORTSDIR}/www/p5-Catalyst-Plugin-Pluggable \
 @@ -42,6 +47,9 @@
  
  MAN3=	Task::Catalyst.3
  
 +post-extract:
 +	@${PERL} -i.bak -ne 'print unless m,^features, .. m,^\);,' ${WRKSRC}/Makefile.PL
 +
  .include <bsd.port.pre.mk>
  .if ${PERL_LEVEL} < 500800
  IGNORE=	requires Perl 5.8. Install lang/perl5.8, and try again
 Index: distinfo
 ===================================================================
 RCS file: /home/ncvs/ports/www/p5-Task-Catalyst/distinfo,v
 retrieving revision 1.4
 diff -u -a -r1.4 distinfo
 --- distinfo	2 Dec 2005 22:53:02 -0000	1.4
 +++ distinfo	15 Jan 2006 16:12:45 -0000
 @@ -1,3 +1,3 @@
 -MD5 (Task-Catalyst-1.30.tar.gz) = 4f49c28975e617cf5f6eac1a46f64453
 -SHA256 (Task-Catalyst-1.30.tar.gz) = f5e7438f8195fe8f446a044bda93bd41c0ff0d846b1ca0cd2de7f4530aaa7c32
 -SIZE (Task-Catalyst-1.30.tar.gz) = 13898
 +MD5 (Task-Catalyst-1.50.tar.gz) = 01aa7984c9455d096ff55bfdb01a2305
 +SHA256 (Task-Catalyst-1.50.tar.gz) = bbc26a6ba52e42e61b3040ab709c86e8ac815bc12954a89969548ad9aa0b7aac
 +SIZE (Task-Catalyst-1.50.tar.gz) = 18618
 
 --------------030009060703060308020808--
State-Changed-From-To: feedback->closed 
State-Changed-By: erwin 
State-Changed-When: Sun Jan 15 17:29:14 UTC 2006 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=91674 
>Unformatted:
