diff options
author | sno <sno@pkgsrc.org> | 2009-07-07 20:51:51 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2009-07-07 20:51:51 +0000 |
commit | 5dcbe49a02c8d1342146ba5e92967761d7f0e0cf (patch) | |
tree | 557ccf971d6a1d8eb5af2da88f811c903b0c374d /devel | |
parent | 64549f83a221e5fbe0686ba606c8bce1608637ed (diff) | |
download | pkgsrc-5dcbe49a02c8d1342146ba5e92967761d7f0e0cf.tar.gz |
pkgsrc changes:
- Updating package for p5 module Cache::FastMmap from 1.30 to 1.34
- Adjusting LICENSE
Upstream changes:
1.34 Fri Jun 19 12:00 2009
- perldoc fix (thanks Jonathan Yu)
1.33 Thu Jun 18 12:00 2009
- Update version in META.yml
1.32 Thu Jun 18 11:55 2009
- Better LiveCaches tracking via DESTROY
1.31 Thu Jun 18 11:40 2009
- when in raw_values => 0 mode, the write_cb is now
correctly called with thawed data, rather than the
raw frozen data
- empty_on_exit correctly called even when a global
cache is left at interpreter exit time (required
Scalar::Util qw(weaken) for object tracking)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Cache-FastMmap/Makefile | 6 | ||||
-rw-r--r-- | devel/p5-Cache-FastMmap/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/devel/p5-Cache-FastMmap/Makefile b/devel/p5-Cache-FastMmap/Makefile index 8a1241109b6..640d1bb0adb 100644 --- a/devel/p5-Cache-FastMmap/Makefile +++ b/devel/p5-Cache-FastMmap/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2009/06/13 06:46:43 rillig Exp $ +# $NetBSD: Makefile,v 1.7 2009/07/07 20:51:51 sno Exp $ -DISTNAME= Cache-FastMmap-1.30 +DISTNAME= Cache-FastMmap-1.34 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5cfm CATEGORIES= devel perl5 @@ -9,7 +9,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Cache/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Cache-FastMmap/ COMMENT= Shared memory cache through an mmap'ed file -LICENSE= gnu-gpl-v2 # OR artistic +LICENSE= ${PERL5_LICENSE} USE_LANGUAGES= c PERL5_PACKLIST= auto/Cache/FastMmap/.packlist diff --git a/devel/p5-Cache-FastMmap/distinfo b/devel/p5-Cache-FastMmap/distinfo index 3d7bae92db3..be3e24b18d7 100644 --- a/devel/p5-Cache-FastMmap/distinfo +++ b/devel/p5-Cache-FastMmap/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2009/05/17 18:03:39 sno Exp $ +$NetBSD: distinfo,v 1.5 2009/07/07 20:51:51 sno Exp $ -SHA1 (Cache-FastMmap-1.30.tar.gz) = 3575cfcabe3b30419e08bbaa068a0946e6c0a448 -RMD160 (Cache-FastMmap-1.30.tar.gz) = feb8dd3dfbc41a338b344ee3c2478af414890931 -Size (Cache-FastMmap-1.30.tar.gz) = 46414 bytes +SHA1 (Cache-FastMmap-1.34.tar.gz) = 3120416addca1905fa7e13bd43ae1d8158d15cd7 +RMD160 (Cache-FastMmap-1.34.tar.gz) = b4162059d12d6fa781d5f7aa406cf0362dfb944d +Size (Cache-FastMmap-1.34.tar.gz) = 47172 bytes |