Date: Fri, 20 Oct 2006 13:55:45 +0800 (CST) From: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw> To: FreeBSD-gnats-submit@FreeBSD.org Cc: skv@FreeBSD.org Subject: ports/104600: [PATCH] devel/p5-Cache-FastMmap: update to 1.14 Message-ID: <200610200555.k9K5tjm5085830@pluto.cdpa.nsysu.edu.tw> Resent-Message-ID: <200610200600.k9K60fWi097304@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 104600 >Category: ports >Synopsis: [PATCH] devel/p5-Cache-FastMmap: update to 1.14 >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: Fri Oct 20 06:00:40 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Jin-Shan Tseng >Release: FreeBSD 6.2-PRERELEASE i386 >Organization: FreeBSD @ Taiwan >Environment: System: FreeBSD Pluto.CDPA.nsysu.edu.tw 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #0: Thu Oct 12 11:54:24 CST 2006 >Description: - Update to 1.14 - This pr obsoletes ports/104556 Port maintainer (skv@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-Cache-FastMmap-1.14.patch begins here --- diff -ruN --exclude=CVS /usr/ports/devel/p5-Cache-FastMmap/Makefile /hd1/p5-Cache-FastMmap/Makefile --- /usr/ports/devel/p5-Cache-FastMmap/Makefile Sun Feb 13 23:48:52 2005 +++ /hd1/p5-Cache-FastMmap/Makefile Fri Oct 20 13:51:09 2006 @@ -6,7 +6,7 @@ # PORTNAME= Cache-FastMmap -PORTVERSION= 1.09 +PORTVERSION= 1.14 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Cache @@ -15,17 +15,18 @@ MAINTAINER= skv@FreeBSD.org COMMENT= Uses an mmap'ed file to act as a shared memory interprocess cache -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable -RUN_DEPENDS= ${BUILD_DEPENDS} - PERL_CONFIGURE= yes MAN3= Cache::FastMmap.3 Cache::FastMmap::CImpl.3 .include <bsd.port.pre.mk> +.if ${PERL_LEVEL} < 500700 +RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable +.endif + .if ${PERL_LEVEL} < 500600 -IGNORE= Perl 5.6 or newer required. Install lang/perl5.8 or lang/perl5 and try again +IGNORE= perl 5.6 or newer required. Install lang/perl5.8 and try again .endif .include <bsd.port.post.mk> diff -ruN --exclude=CVS /usr/ports/devel/p5-Cache-FastMmap/distinfo /hd1/p5-Cache-FastMmap/distinfo --- /usr/ports/devel/p5-Cache-FastMmap/distinfo Sun Jan 22 16:28:43 2006 +++ /hd1/p5-Cache-FastMmap/distinfo Fri Oct 20 13:35:08 2006 @@ -1,3 +1,3 @@ -MD5 (Cache-FastMmap-1.09.tar.gz) = 513e715813ff55c534e7b0cebbffedad -SHA256 (Cache-FastMmap-1.09.tar.gz) = b8e5f8b312975780bf201f56bf07d900a0d8a9a2c13aac8341b235219a580b66 -SIZE (Cache-FastMmap-1.09.tar.gz) = 36275 +MD5 (Cache-FastMmap-1.14.tar.gz) = 6449d542bfadadd2bd5e32862d41986a +SHA256 (Cache-FastMmap-1.14.tar.gz) = b45dd0efcc658da34fc6fcd1aad033cab54a112bba9ce79a0dc3df285cd787d0 +SIZE (Cache-FastMmap-1.14.tar.gz) = 37085 --- p5-Cache-FastMmap-1.14.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200610200555.k9K5tjm5085830>