From leeym@utopia.leeym.com  Wed Sep 14 15:38:05 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 50DD516A41F;
	Wed, 14 Sep 2005 15:38:05 +0000 (GMT)
	(envelope-from leeym@utopia.leeym.com)
Received: from msr2.hinet.net (msr2.hinet.net [168.95.4.102])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 5683243D45;
	Wed, 14 Sep 2005 15:38:03 +0000 (GMT)
	(envelope-from leeym@utopia.leeym.com)
Received: from utopia.leeym.com (utopia.leeym.com [211.21.137.52])
	by msr2.hinet.net (8.9.3/8.9.3) with ESMTP id XAA08398;
	Wed, 14 Sep 2005 23:37:22 +0800 (CST)
Received: from localhost (localhost [127.0.0.1])
	by utopia.leeym.com (Postfix) with ESMTP id 2A7AFB29CBA;
	Wed, 14 Sep 2005 23:38:02 +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 65993-02; Wed, 14 Sep 2005 23:37:53 +0800 (CST)
Received: by utopia.leeym.com (Postfix, from userid 1000)
	id 0515DB29C63; Wed, 14 Sep 2005 23:37:53 +0800 (CST)
Message-Id: <20050914153753.0515DB29C63@utopia.leeym.com>
Date: Wed, 14 Sep 2005 23:37:53 +0800 (CST)
From: Yen-Ming Lee <leeym@freebsd.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: clsung@freebsd.org
Subject: [PATCH] devel/p5-Tie-FileLRUCache: update to 1.04
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         86127
>Category:       ports
>Synopsis:       [PATCH] devel/p5-Tie-FileLRUCache: update to 1.04
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    clsung
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Sep 14 15:40:12 GMT 2005
>Closed-Date:    Thu Sep 15 02:19:49 GMT 2005
>Last-Modified:  Thu Sep 15 02:19:49 GMT 2005
>Originator:     Yen-Ming Lee
>Release:        FreeBSD 5.4-STABLE i386
>Organization:
FreeBSD Taiwan
>Environment:
System: FreeBSD utopia.leeym.com 5.4-STABLE FreeBSD 5.4-STABLE #0: Wed Aug 31 08:25:05 CST 2005
>Description:
- Update to 1.04

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

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

--- p5-Tie-FileLRUCache-1.04.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/p5-Tie-FileLRUCache/Makefile,v
retrieving revision 1.2
diff -u -u -r1.2 Makefile
--- Makefile	20 Aug 2004 02:56:36 -0000	1.2
+++ Makefile	14 Sep 2005 15:37:42 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	Tie-FileLRUCache
-PORTVERSION=	1.01
+PORTVERSION=	1.04
 CATEGORIES=	devel perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	Tie
@@ -16,6 +16,7 @@
 COMMENT=	A lightweight but robust filesystem based persistent LRU cache
 
 BUILD_DEPENDS=	${SITE_PERL}/Class/NamedParms.pm:${PORTSDIR}/devel/p5-Class-NamedParms \
+		${SITE_PERL}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1 \
 		${SITE_PERL}/Class/ParmList.pm:${PORTSDIR}/devel/p5-Class-ParmList
 RUN_DEPENDS=	${BUILD_DEPENDS}
 
@@ -23,4 +24,13 @@
 
 MAN3=		Tie::FileLRUCache.3
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500800
+BUILD_DEPENDS+=	${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp \
+		${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable
+RUN_DEPENDS+=	${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp \
+		${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable
+.endif
+
+.include <bsd.port.post.mk>
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/devel/p5-Tie-FileLRUCache/distinfo,v
retrieving revision 1.2
diff -u -u -r1.2 distinfo
--- distinfo	31 Mar 2004 03:07:22 -0000	1.2
+++ distinfo	14 Sep 2005 15:37:42 -0000
@@ -1,2 +1,2 @@
-MD5 (Tie-FileLRUCache-1.01.tar.gz) = de9961e24338763d872873e9d95b2c91
-SIZE (Tie-FileLRUCache-1.01.tar.gz) = 5687
+MD5 (Tie-FileLRUCache-1.04.tar.gz) = ef742ca6b0f479194f1b4e5e05a1acfa
+SIZE (Tie-FileLRUCache-1.04.tar.gz) = 17202
--- p5-Tie-FileLRUCache-1.04.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->clsung 
Responsible-Changed-By: lth 
Responsible-Changed-When: Wed Sep 14 20:40:55 GMT 2005 
Responsible-Changed-Why:  
Over to maintainer. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=86127 
State-Changed-From-To: open->closed 
State-Changed-By: clsung 
State-Changed-When: Thu Sep 15 02:19:39 GMT 2005 
State-Changed-Why:  
Committed, Thank you. 

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