diff options
author | sno <sno> | 2009-07-07 20:51:51 +0000 |
---|---|---|
committer | sno <sno> | 2009-07-07 20:51:51 +0000 |
commit | ebd65e7de5ba02447b1b5150b53a332659782b7c (patch) | |
tree | 557ccf971d6a1d8eb5af2da88f811c903b0c374d /devel/p5-Cache-FastMmap/Makefile | |
parent | 6dd10fbe7329a1da2bb6d8b90e08e459af3ec892 (diff) | |
download | pkgsrc-ebd65e7de5ba02447b1b5150b53a332659782b7c.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/p5-Cache-FastMmap/Makefile')
-rw-r--r-- | devel/p5-Cache-FastMmap/Makefile | 6 |
1 files changed, 3 insertions, 3 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 |