From root@guineapig.pil.dk  Mon Aug 26 02:54:09 2002
Return-Path: <root@guineapig.pil.dk>
Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 72C8D37B400
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 26 Aug 2002 02:54:09 -0700 (PDT)
Received: from guineapig.pil.dk (guineapig.pil.dk [193.162.142.153])
	by mx1.FreeBSD.org (Postfix) with ESMTP id C11FE43E42
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 26 Aug 2002 02:54:08 -0700 (PDT)
	(envelope-from root@guineapig.pil.dk)
Received: by guineapig.pil.dk (Postfix, from userid 0)
	id CF05DCB9090; Mon, 26 Aug 2002 11:54:05 +0200 (CEST)
Message-Id: <20020826095405.CF05DCB9090@guineapig.pil.dk>
Date: Mon, 26 Aug 2002 11:54:05 +0200 (CEST)
From: Erwin Lansing <erwin@lansing.dk>
Reply-To: Erwin Lansing <erwin@lansing.dk>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: update www/p5-CGI-Session to 2.94 
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         42025
>Category:       ports
>Synopsis:       update www/p5-CGI-Session to 2.94
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Aug 26 03:00:13 PDT 2002
>Closed-Date:    Tue Aug 27 20:35:34 PDT 2002
>Last-Modified:  Tue Aug 27 20:35:34 PDT 2002
>Originator:     Erwin Lansing
>Release:        FreeBSD 4.6.2-RELEASE i386
>Organization:
pil.dk 
>Environment:
System: FreeBSD guineapig.pil.dk 4.6.2-RELEASE FreeBSD 4.6.2-RELEASE #13: Tue Aug 20 07:59:55 CEST 2002 root@prison.pil.dk:/usr/obj/usr/src/sys/PRISON i386


	
>Description:
update to 2.94

Note: removed files/patch-Session.pm

>How-To-Repeat:
	
>Fix:

	

--- p5-CGI-Session.diff begins here ---
diff -ruN p5-CGI-Session.orig/Makefile p5-CGI-Session/Makefile
--- p5-CGI-Session.orig/Makefile	Mon Aug 26 10:36:48 2002
+++ p5-CGI-Session/Makefile	Mon Aug 26 11:49:29 2002
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	CGI-Session
-PORTVERSION=	2.91
+PORTVERSION=	2.94
 CATEGORIES=	www perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	CGI
@@ -23,7 +23,6 @@
 MAN3=		CGI::Session::DB_File.3 \
 		CGI::Session::MySQL.3 \
 		CGI::Session::MD5.3 \
-		CGI::Session::File.3 \
-		CGI::Session.3
+		CGI::Session::File.3
 
 .include <bsd.port.mk>
diff -ruN p5-CGI-Session.orig/distinfo p5-CGI-Session/distinfo
--- p5-CGI-Session.orig/distinfo	Mon Aug 26 10:36:48 2002
+++ p5-CGI-Session/distinfo	Mon Aug 26 11:45:59 2002
@@ -1 +1 @@
-MD5 (CGI-Session-2.91.tar.gz) = 95c9fac80fec2b13526548f81f6ec147
+MD5 (CGI-Session-2.94.tar.gz) = 67e623d6e2d1e4a3699a2e8b1605cb84
diff -ruN p5-CGI-Session.orig/files/patch-Session.pm p5-CGI-Session/files/patch-Session.pm
--- p5-CGI-Session.orig/files/patch-Session.pm	Mon Aug 26 10:36:48 2002
+++ p5-CGI-Session/files/patch-Session.pm	Thu Jan  1 01:00:00 1970
@@ -1,47 +0,0 @@
---- Session.pm.orig	Wed Jun 12 11:56:43 2002
-+++ Session.pm	Wed Jun 12 12:04:39 2002
-@@ -915,7 +915,7 @@
- =head2 STANDARD INSTALLATION
- 
- The library is installed with just like other Perl libraries, or via CPAN interactive
--shell (Perl -MCPAN -e install CGI::Session).
-+shell (Perl -MCPAN C<-e> install CGI::Session).
- 
- Installation can also be done by following below instructions:
- 
-@@ -1117,7 +1117,7 @@
- above example. So, how do we "mark" the user? There are several ways of
- "marking".
- 
--=head3 IDENTIFYING THE USER VIA CGI QUERY
-+=item IDENTIFYING THE USER VIA CGI QUERY
- 
- One way of doing it is to append the session id to every single link in the
- web site:
-@@ -1167,7 +1167,7 @@
- session id appended to them. Too bad, because the client has to start
- everything over again.
- 
--=head3 INDENTIFYING THE USER VIA COOKIES
-+=item INDENTIFYING THE USER VIA COOKIES
- 
- We can deal with the above problem by sending the client a cookie. This cookie
- will hold the session id only! Thus if the client visits some other site, or
-@@ -1211,7 +1211,7 @@
- the C<sid> parameter in the URL, and if that fails, then it will default to
- undef, which will force C<CGI::Session> to create a new id for the client.
- 
--=head3 IDENTIFYING THE USER VIA PATH_INFO
-+=item IDENTIFYING THE USER VIA PATH_INFO
- 
- The least common, but at the same time quite convenient way of C<marking> users
- with a session id is appending the session id to the url of the script
-@@ -1363,7 +1363,7 @@
- 
- =back
- 
--=head3 SPECIAL NAMES
-+=item SPECIAL NAMES
- 
- When you create a fresh-blank session, it's not blank as it seems. It is
- initialized with the following 4 parameters, which are serialized together
diff -ruN p5-CGI-Session.orig/pkg-plist p5-CGI-Session/pkg-plist
--- p5-CGI-Session.orig/pkg-plist	Mon Aug 26 10:36:48 2002
+++ p5-CGI-Session/pkg-plist	Mon Aug 26 11:50:47 2002
@@ -3,7 +3,6 @@
 lib/perl5/site_perl/%%PERL_VER%%/CGI/Session/MySQL.pm
 lib/perl5/site_perl/%%PERL_VER%%/CGI/Session/File.pm
 lib/perl5/site_perl/%%PERL_VER%%/CGI/Session.pm
-lib/perl5/site_perl/%%PERL_VER%%/auto/CGI/Session/id.al
 lib/perl5/site_perl/%%PERL_VER%%/auto/CGI/Session/remote_addr.al
 lib/perl5/site_perl/%%PERL_VER%%/auto/CGI/Session/remote_host.al
 lib/perl5/site_perl/%%PERL_VER%%/auto/CGI/Session/close.al
--- p5-CGI-Session.diff ends here ---


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: kevlo 
State-Changed-When: Tue Aug 27 20:35:20 PDT 2002 
State-Changed-Why:  
Committed, thanks. 

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