From leeym@utopia.leeym.com  Fri Feb 25 17:10:17 2005
Return-Path: <leeym@utopia.leeym.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id D06AA16A4CE; Fri, 25 Feb 2005 17:10:17 +0000 (GMT)
Received: from utopia.leeym.com (utopia.leeym.com [211.21.137.52])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 5FD5A43D55; Fri, 25 Feb 2005 17:10:17 +0000 (GMT)
	(envelope-from leeym@utopia.leeym.com)
Received: from localhost (localhost [127.0.0.1])
	by utopia.leeym.com (Postfix) with ESMTP id 61F5B3EA13D;
	Sat, 26 Feb 2005 01:10:16 +0800 (CST)
Received: from utopia.leeym.com ([127.0.0.1])
 by localhost (utopia.leeym.com [127.0.0.1]) (amavisd-new, port 10024)
 with ESMTP id 87369-03; Sat, 26 Feb 2005 01:10:14 +0800 (CST)
Received: by utopia.leeym.com (Postfix, from userid 1000)
	id 3A2F53EA0E3; Sat, 26 Feb 2005 01:10:14 +0800 (CST)
Message-Id: <20050225171014.3A2F53EA0E3@utopia.leeym.com>
Date: Sat, 26 Feb 2005 01:10:14 +0800 (CST)
From: Yen-Ming Lee <leeym@FreeBSD.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: scrappy@FreeBSD.org
Subject: [PATCH] www/p5-Maypole-Authentication-UserSessionCookie: update to 1.4
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         78080
>Category:       ports
>Synopsis:       [PATCH] www/p5-Maypole-Authentication-UserSessionCookie: update to 1.4
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    scrappy
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Feb 25 17:20:15 GMT 2005
>Closed-Date:    Wed Mar 09 17:27:12 GMT 2005
>Last-Modified:  Wed Mar 09 17:27:12 GMT 2005
>Originator:     Yen-Ming Lee
>Release:        FreeBSD 5.3-STABLE i386
>Organization:
FreeBSD Taiwan
>Environment:
System: FreeBSD utopia.leeym.com 5.3-STABLE FreeBSD 5.3-STABLE #1: Wed Feb  9 10:20:03 CST
>Description:
- Update to 1.4
- fix PLIST

Port maintainer (scrappy@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:

http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.5.2005022405/p5-Maypole-Authentication-UserSessionCookie-1.3_1.log

>Fix:

--- p5-Maypole-Authentication-UserSessionCookie-1.4.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/www/p5-Maypole-Authentication-UserSessionCookie/Makefile,v
retrieving revision 1.2
diff -u -u -r1.2 Makefile
--- Makefile	26 Aug 2004 19:26:40 -0000	1.2
+++ Makefile	25 Feb 2005 17:09:44 -0000
@@ -5,8 +5,8 @@
 # $FreeBSD: ports/www/p5-Maypole-Authentication-UserSessionCookie/Makefile,v 1.2 2004/08/26 19:26:40 scrappy Exp $
 
 PORTNAME=	Maypole-Authentication-UserSessionCookie
-PORTVERSION=	1.3
-PORTREVISION=	1
+PORTVERSION=	1.4
+PORTREVISION=	0
 CATEGORIES=	www perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	../by-authors/id/S/SI/SIMON/
@@ -17,4 +17,6 @@
 
 PERL_CONFIGURE=	yes
 
+MAN3=		Maypole::Authentication::UserSessionCookie.3
+
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/www/p5-Maypole-Authentication-UserSessionCookie/distinfo,v
retrieving revision 1.2
diff -u -u -r1.2 distinfo
--- distinfo	26 Aug 2004 19:26:40 -0000	1.2
+++ distinfo	25 Feb 2005 17:09:44 -0000
@@ -1,2 +1,2 @@
-MD5 (Maypole-Authentication-UserSessionCookie-1.3.tar.gz) = 0e72ed09d2c488c0f7b1dc668f6bf33b
-SIZE (Maypole-Authentication-UserSessionCookie-1.3.tar.gz) = 4583
+MD5 (Maypole-Authentication-UserSessionCookie-1.4.tar.gz) = 59b3b1372fce501645b6e82dc6a89033
+SIZE (Maypole-Authentication-UserSessionCookie-1.4.tar.gz) = 4810
Index: pkg-plist
===================================================================
RCS file: /home/pcvs/ports/www/p5-Maypole-Authentication-UserSessionCookie/pkg-plist,v
retrieving revision 1.1
diff -u -u -r1.1 pkg-plist
--- pkg-plist	22 Aug 2004 00:09:01 -0000	1.1
+++ pkg-plist	25 Feb 2005 17:09:44 -0000
@@ -1,5 +1,6 @@
 %%SITE_PERL%%/Maypole/Authentication/UserSessionCookie.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Maypole/Authentication/UserSessionCookie/.packlist
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Maypole/Authentication/UserSessionCookie
 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Maypole/Authentication
 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Maypole
 @unexec rmdir %D/%%SITE_PERL%%/Maypole/Authentication 2>/dev/null || true
--- p5-Maypole-Authentication-UserSessionCookie-1.4.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->scrappy 
Responsible-Changed-By: leeym 
Responsible-Changed-When: Sat Feb 26 03:24:53 GMT 2005 
Responsible-Changed-Why:  
Over to the maintainer. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=78080 
State-Changed-From-To: open->closed 
State-Changed-By: leeym 
State-Changed-When: Wed Mar 9 17:27:11 GMT 2005 
State-Changed-Why:  
Committed, thanks. 

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