diff options
author | he <he> | 2008-12-17 00:30:39 +0000 |
---|---|---|
committer | he <he> | 2008-12-17 00:30:39 +0000 |
commit | 6184129380be3e4e8a66f76a924cc84ae9a181ec (patch) | |
tree | 3de96417106e80359f3ca03c57cf93f87ac2c703 /databases | |
parent | ad2a57f79b49e43ba347ee3868ad0baa3052e951 (diff) | |
download | pkgsrc-6184129380be3e4e8a66f76a924cc84ae9a181ec.tar.gz |
Update from version 0.0013nb1 to 0.0014.
Pkgsrc changes:
o Change to Module::Build build method
Upstream changes:
1.0014 Jun 13 23:15:00 2008 EST
- (This version is compatible with 1.0013)
- Fix for RT#36781 (t/44 has an unrequired dependency)
- lock() has been aliased to lock_exclusive(). There is now
a lock_shared() method. The :flock constants are no longer
imported into the DBM::Deep namespace.
**** THIS IS AN API CHANGE ****
Diffstat (limited to 'databases')
-rw-r--r-- | databases/p5-DBM-Deep/Makefile | 7 | ||||
-rw-r--r-- | databases/p5-DBM-Deep/distinfo | 8 |
2 files changed, 8 insertions, 7 deletions
diff --git a/databases/p5-DBM-Deep/Makefile b/databases/p5-DBM-Deep/Makefile index 57c6c1c5d4e..15395b14889 100644 --- a/databases/p5-DBM-Deep/Makefile +++ b/databases/p5-DBM-Deep/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2008/10/19 19:17:45 he Exp $ +# $NetBSD: Makefile,v 1.3 2008/12/17 00:30:39 he Exp $ -DISTNAME= DBM-Deep-1.0013 +DISTNAME= DBM-Deep-1.0014 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBM/} @@ -23,5 +22,7 @@ DEPENDS+= p5-Test-Warn>=0.08:../../devel/p5-Test-Warn # for test target BUILD_DEPENDS+= p5-FileHandle-Fmode-[0-9]*:../../devel/p5-FileHandle-Fmode +PERL5_MODULE_TYPE= Module::Build + .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" diff --git a/databases/p5-DBM-Deep/distinfo b/databases/p5-DBM-Deep/distinfo index 88bd2377f5d..e7d460fc46c 100644 --- a/databases/p5-DBM-Deep/distinfo +++ b/databases/p5-DBM-Deep/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2008/08/23 20:10:02 seb Exp $ +$NetBSD: distinfo,v 1.2 2008/12/17 00:30:39 he Exp $ -SHA1 (DBM-Deep-1.0013.tar.gz) = 9ac795981efcec367bf9e70af5966209295161f8 -RMD160 (DBM-Deep-1.0013.tar.gz) = 5df3b80f5479bae21d4c3d8ffe2e5284a13e63a5 -Size (DBM-Deep-1.0013.tar.gz) = 113262 bytes +SHA1 (DBM-Deep-1.0014.tar.gz) = 7e7dbc395c3d2957a99b1680d80bbefd6f2e0d42 +RMD160 (DBM-Deep-1.0014.tar.gz) = 6fdb1bcbb18a29458218f5ff683e740739a45d27 +Size (DBM-Deep-1.0014.tar.gz) = 115528 bytes |