diff options
author | sno <sno@pkgsrc.org> | 2009-08-09 09:53:32 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2009-08-09 09:53:32 +0000 |
commit | c303b0b541ee869a106eb140cd4cfb117de4b40e (patch) | |
tree | 985d4693d8b1f76163e61bb8f90149650e90cc3f | |
parent | 533d62f60fc6f0ff7592fa0c6824dc6785bbcf41 (diff) | |
download | pkgsrc-c303b0b541ee869a106eb140cd4cfb117de4b40e.tar.gz |
Updating package for p5 module prefork from 1.03 to 1.04
pkgsrc changes:
- Adding license (perl5 license)
Upstream changes:
1.04 Sun 12 Jul 2009
- Upgrading to Module::Install::DSL 0.91
- Sometimes there is no Config_heavy.pl
- Updating dependencies to rid myself of memory leaks
-rw-r--r-- | devel/p5-prefork/Makefile | 5 | ||||
-rw-r--r-- | devel/p5-prefork/distinfo | 8 |
2 files changed, 7 insertions, 6 deletions
diff --git a/devel/p5-prefork/Makefile b/devel/p5-prefork/Makefile index 4bf60e0271d..4e3ca5dcb9f 100644 --- a/devel/p5-prefork/Makefile +++ b/devel/p5-prefork/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.11 2009/04/23 07:12:14 sno Exp $ +# $NetBSD: Makefile,v 1.12 2009/08/09 09:53:32 sno Exp $ # -DISTNAME= prefork-1.03 +DISTNAME= prefork-1.04 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/ADAMK/} @@ -9,6 +9,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/ADAMK/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/prefork/ COMMENT= Optimize module loading across forking and non-forking scenarios +LICENSE= ${PERL5_LICENSE} PKG_INSTALLATION_TYPES= overwrite pkgviews PKG_DESTDIR_SUPPORT= user-destdir diff --git a/devel/p5-prefork/distinfo b/devel/p5-prefork/distinfo index f3546f91c08..0f98f80c931 100644 --- a/devel/p5-prefork/distinfo +++ b/devel/p5-prefork/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2009/04/23 07:12:14 sno Exp $ +$NetBSD: distinfo,v 1.6 2009/08/09 09:53:32 sno Exp $ -SHA1 (prefork-1.03.tar.gz) = 29d58929a8609a288bb8382d94d99d0129fa1d8e -RMD160 (prefork-1.03.tar.gz) = b90150f42d7c95ee7e82266584728832af00b314 -Size (prefork-1.03.tar.gz) = 28790 bytes +SHA1 (prefork-1.04.tar.gz) = f92d4de1ea268410262a117f992c437ee7e940a4 +RMD160 (prefork-1.04.tar.gz) = d297cff7fdb6bbf51ef91d26a1980c5f7394ca14 +Size (prefork-1.04.tar.gz) = 29059 bytes |