diff options
author | sno <sno> | 2009-07-28 06:16:01 +0000 |
---|---|---|
committer | sno <sno> | 2009-07-28 06:16:01 +0000 |
commit | 95f45b00de59cd4eb3e6d70bee4f5b11914703fe (patch) | |
tree | e46d2d05e88329064fcbc5be312281915711c3bf /devel | |
parent | 889ce1d0e68902c8987b7f4859a84600490e2fb9 (diff) | |
download | pkgsrc-95f45b00de59cd4eb3e6d70bee4f5b11914703fe.tar.gz |
Updating package for p5 module Bit::Vector from 6.4nb4 to 6.6
pkgsrc changes:
- Adding license (perl 5)
- Adjusting Carp::Clan version in depedencies
Upstream changes:
Version 6.6 27.07.2009
+ Made the module thread-safe and MacOS X compatible
Version 6.5 27.07.2009
+ Added automatic support for module "Storable"
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Bit-Vector/Makefile | 9 | ||||
-rw-r--r-- | devel/p5-Bit-Vector/distinfo | 8 |
2 files changed, 9 insertions, 8 deletions
diff --git a/devel/p5-Bit-Vector/Makefile b/devel/p5-Bit-Vector/Makefile index 980fdf7f6cb..47061559835 100644 --- a/devel/p5-Bit-Vector/Makefile +++ b/devel/p5-Bit-Vector/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.22 2008/10/19 19:17:47 he Exp $ +# $NetBSD: Makefile,v 1.23 2009/07/28 06:16:01 sno Exp $ # -DISTNAME= Bit-Vector-6.4 +DISTNAME= Bit-Vector-6.6 PKGNAME= p5-${DISTNAME} -PKGREVISION= 4 SVR4_PKGNAME= p5biv CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Bit/} @@ -11,11 +10,13 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Bit/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Bit-Vector/ COMMENT= Efficient base class implementing bit vectors +LICENSE= ${PERL5_LICENSE} PKG_INSTALLATION_TYPES= overwrite pkgviews PKG_DESTDIR_SUPPORT= user-destdir -DEPENDS+= p5-Carp-Clan-[0-9]*:../../devel/p5-Carp-Clan +DEPENDS+= p5-Carp-Clan>=5.3:../../devel/p5-Carp-Clan +# Well - let's see if someone report errors without devel/p5-Storable installed PERL5_PACKLIST= auto/Bit/Vector/.packlist diff --git a/devel/p5-Bit-Vector/distinfo b/devel/p5-Bit-Vector/distinfo index 99cc9c34767..80a7b3016b3 100644 --- a/devel/p5-Bit-Vector/distinfo +++ b/devel/p5-Bit-Vector/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2005/02/23 22:24:23 agc Exp $ +$NetBSD: distinfo,v 1.7 2009/07/28 06:16:01 sno Exp $ -SHA1 (Bit-Vector-6.4.tar.gz) = f6ce6d7f791c24dc6195a241ec6183cbf335cb03 -RMD160 (Bit-Vector-6.4.tar.gz) = a5ce1bbf15878c2377efff3fa1374accc753f0a1 -Size (Bit-Vector-6.4.tar.gz) = 131942 bytes +SHA1 (Bit-Vector-6.6.tar.gz) = e96ed1439e7cc4b127f5dfa45ae1e596576fb910 +RMD160 (Bit-Vector-6.6.tar.gz) = 4d59de52dc7434b775cb93c61a55ae2c87338b0a +Size (Bit-Vector-6.6.tar.gz) = 131693 bytes |