diff options
author | mef <mef@pkgsrc.org> | 2014-12-04 06:00:02 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2014-12-04 06:00:02 +0000 |
commit | 4eab7c64bb9a25da6402808f0fed57882a0405d4 (patch) | |
tree | 0c5b761118d8bd3c142e7a2f48c2ec01d1d7d434 /databases/p5-BDB | |
parent | ab0a8436dfa8152f6283c6cfaba81448582dd67e (diff) | |
download | pkgsrc-4eab7c64bb9a25da6402808f0fed57882a0405d4.tar.gz |
Update 1.90 to 1.91
1.91 Fri Apr 11 06:22:38 CEST 2014
- perl5porters broke Async::Interrupt, BDB, EV, IO::AIO, OpenCL
without warning by switching the meaning of USE_SOCKETS_AS_HANDLES
in 5.18. What's so attractive about giving a shit about backwards
compatibility - I will never understand.
- make sure DBD.pm is installed to the correct directory.
- support up to bdb 6.0.
- (xthread) work around compile time bugs in ptw32.
Diffstat (limited to 'databases/p5-BDB')
-rw-r--r-- | databases/p5-BDB/Makefile | 7 | ||||
-rw-r--r-- | databases/p5-BDB/distinfo | 8 |
2 files changed, 7 insertions, 8 deletions
diff --git a/databases/p5-BDB/Makefile b/databases/p5-BDB/Makefile index 324a44c421d..d6180ba00bd 100644 --- a/databases/p5-BDB/Makefile +++ b/databases/p5-BDB/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.12 2014/10/09 13:44:34 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2014/12/04 06:00:02 mef Exp $ -DISTNAME= BDB-1.9 -PKGNAME= p5-BDB-1.90 -PKGREVISION= 3 +DISTNAME= BDB-1.91 +PKGNAME= p5-BDB-1.91 CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/M/ML/MLEHMANN/} diff --git a/databases/p5-BDB/distinfo b/databases/p5-BDB/distinfo index d9cd73fa0a4..168d2076004 100644 --- a/databases/p5-BDB/distinfo +++ b/databases/p5-BDB/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2012/04/01 19:42:31 rhaen Exp $ +$NetBSD: distinfo,v 1.5 2014/12/04 06:00:02 mef Exp $ -SHA1 (BDB-1.9.tar.gz) = 0c9cc19de24014d7ac295b913b97de95ed5368e3 -RMD160 (BDB-1.9.tar.gz) = 4a27d77e130deea95259fcd55377077c11af845e -Size (BDB-1.9.tar.gz) = 36421 bytes +SHA1 (BDB-1.91.tar.gz) = 3b23c0eb00a83b12f76e48e4da854e11f101673e +RMD160 (BDB-1.91.tar.gz) = 196948f6c392de6a0c4b5a66810678c6ec28a739 +Size (BDB-1.91.tar.gz) = 38454 bytes |