From mat@aragorn.in.absolight.net  Mon Sep 20 13:28:21 2004
Return-Path: <mat@aragorn.in.absolight.net>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 07DBC16A605
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 20 Sep 2004 13:28:21 +0000 (GMT)
Received: from postfix3-2.free.fr (postfix3-2.free.fr [213.228.0.169])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 58E9F43D62
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 20 Sep 2004 13:28:20 +0000 (GMT)
	(envelope-from mat@aragorn.in.absolight.net)
Received: from abeillestock.absolight.com (abeille.free.absolight.net [82.66.245.111])
	by postfix3-2.free.fr (Postfix) with ESMTP id 0F5C91016F
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 20 Sep 2004 15:28:13 +0200 (CEST)
Received: from aragorn.in.absolight.net (unknown [192.168.8.52])
	by abeillestock.absolight.com (Postfix) with ESMTP id 8C534C0C5
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 20 Sep 2004 15:29:04 +0200 (CEST)
Received: by aragorn.in.absolight.net (Postfix, from userid 1000)
	id 3B1457CDA; Mon, 20 Sep 2004 15:28:12 +0200 (CEST)
Message-Id: <20040920132812.3B1457CDA@aragorn.in.absolight.net>
Date: Mon, 20 Sep 2004 15:28:12 +0200 (CEST)
From: Mathieu Arnold <mat@FreeBSD.org>
Reply-To: Mathieu Arnold <mat@FreeBSD.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Update www/p5-MasonX-Request-WithApacheSession to 0.30
X-Send-Pr-Version: 3.113
X-GNATS-Notify: mat@FreeBSD.org, nick@foobar.org

>Number:         71939
>Category:       ports
>Synopsis:       Update www/p5-MasonX-Request-WithApacheSession to 0.30
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    mat
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Sep 20 13:30:23 GMT 2004
>Closed-Date:    Tue Oct 12 10:25:18 GMT 2004
>Last-Modified:  Tue Oct 12 10:25:18 GMT 2004
>Originator:     Mathieu Arnold
>Release:        FreeBSD 4.8-RELEASE i386
>Organization:
Absolight
>Environment:
System: FreeBSD aragorn.in.absolight.net 4.8-RELEASE FreeBSD 4.8-RELEASE #0: Wed Sep 3 12:54:37 CEST 2003 root@aragorn.reaumur.absolight.net:/usr/src/sys/compile/ARAGORN i386
>Description:
Update to 0.30
>How-To-Repeat:
>Fix:

--- p5-MasonX-Request-WithApacheSession-0.30.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/www/p5-MasonX-Request-WithApacheSession/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- Makefile	12 Aug 2003 17:48:32 -0000	1.1
+++ Makefile	20 Sep 2004 13:26:50 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	MasonX-Request-WithApacheSession
-PORTVERSION=	0.21
+PORTVERSION=	0.30
 CATEGORIES=	www perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	MasonX
@@ -16,12 +16,14 @@
 COMMENT=	An interface to Apache::Session for HTML::Mason
 
 BUILD_DEPENDS=	${SITE_PERL}/HTML/Mason.pm:${PORTSDIR}/www/p5-HTML-Mason \
-		${SITE_PERL}/Apache/Session.pm:${PORTSDIR}/www/p5-Apache-Session
+		${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes \
+		${SITE_PERL}/Apache/Session/Wrapper.pm:${PORTSDIR}/www/p5-Apache-Session-Wrapper
 RUN_DEPENDS=	${BUILD_DEPENDS}
 
-PERL_CONFIGURE=	yes
+PERL_MODBUILD=	yes
 
-MAN3=		MasonX::Request::WithApacheSession.3
+MAN3=		MasonX::Request::WithApacheSession.3 \
+		MasonX::Request::WithMultiSession.3
 
 .include <bsd.port.pre.mk>
 
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/www/p5-MasonX-Request-WithApacheSession/distinfo,v
retrieving revision 1.2
diff -u -r1.2 distinfo
--- distinfo	31 Mar 2004 03:12:24 -0000	1.2
+++ distinfo	20 Sep 2004 13:26:50 -0000
@@ -1,2 +1,2 @@
-MD5 (MasonX-Request-WithApacheSession-0.21.tar.gz) = 38d8510d3f219399dd96898c48dd754b
-SIZE (MasonX-Request-WithApacheSession-0.21.tar.gz) = 10214
+MD5 (MasonX-Request-WithApacheSession-0.30.tar.gz) = d613565d3c7b2242b75e9f7552470dcf
+SIZE (MasonX-Request-WithApacheSession-0.30.tar.gz) = 11027
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/www/p5-MasonX-Request-WithApacheSession/pkg-plist,v
retrieving revision 1.2
diff -u -r1.2 pkg-plist
--- pkg-plist	24 Oct 2003 12:04:53 -0000	1.2
+++ pkg-plist	20 Sep 2004 13:26:50 -0000
@@ -1,8 +1,4 @@
 %%SITE_PERL%%/MasonX/Request/WithApacheSession.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/MasonX/Request/WithApacheSession/.packlist
-@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/MasonX/Request/WithApacheSession
-@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/MasonX/Request
-@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/MasonX
-@dirrm %%SITE_PERL%%/MasonX/Request
-@dirrm %%SITE_PERL%%/MasonX
+%%SITE_PERL%%/MasonX/Request/WithMultiSession.pm
+@unexec rmdir %D/%%SITE_PERL%%/MasonX/Request 2>/dev/null || true
 @unexec rmdir %D/%%SITE_PERL%%/MasonX 2>/dev/null || true
--- p5-MasonX-Request-WithApacheSession-0.30.diff ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->mat 
Responsible-Changed-By: mat 
Responsible-Changed-When: Mon Sep 20 13:38:20 GMT 2004 
Responsible-Changed-Why:  
Take 

http://www.freebsd.org/cgi/query-pr.cgi?pr=71939 
State-Changed-From-To: open->feedback 
State-Changed-By: mat 
State-Changed-When: Tue Sep 21 09:17:36 GMT 2004 
State-Changed-Why:  
Dear maintainer, do you agree with this patch ? 

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

From: Nick Hilliard <nick@foobar.org>
To: Mathieu Arnold <mat@FreeBSD.org>
Cc: freebsd-ports-bugs@FreeBSD.org
Subject: Re: ports/71939: Update www/p5-MasonX-Request-WithApacheSession
 to	0.30
Date: Tue, 21 Sep 2004 11:45:00 +0100

 > Dear maintainer, do you agree with this patch ?
 
 I haven't had the chance to test it over the past 24 hours, but it looks
 ok -- the changes you made are relatively minor and look sensible.  If
 you're happy with the patch, please go ahead and commit it. 
 
 Nick
 
 
State-Changed-From-To: feedback->closed 
State-Changed-By: mat 
State-Changed-When: Tue Oct 12 10:24:34 GMT 2004 
State-Changed-Why:  
Committed 

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