ports/86127: [PATCH] devel/p5-Tie-FileLRUCache: update to 1.04

Yen-Ming Lee leeym at FreeBSD.org
Wed Sep 14 15:40:13 UTC 2005


>Number:         86127
>Category:       ports
>Synopsis:       [PATCH] devel/p5-Tie-FileLRUCache: update to 1.04
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Sep 14 15:40:12 GMT 2005
>Closed-Date:
>Last-Modified:
>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 at 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:
>Unformatted:



More information about the freebsd-ports-bugs mailing list