pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/p5-DBM-Deep Update from version 0.0013nb1 to...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f3d1096ebac1
branches:  trunk
changeset: 551512:f3d1096ebac1
user:      he <he%pkgsrc.org@localhost>
date:      Wed Dec 17 00:30:39 2008 +0000

description:
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:

 databases/p5-DBM-Deep/Makefile |  7 ++++---
 databases/p5-DBM-Deep/distinfo |  8 ++++----
 2 files changed, 8 insertions(+), 7 deletions(-)

diffs (35 lines):

diff -r 2ceed11a3011 -r f3d1096ebac1 databases/p5-DBM-Deep/Makefile
--- a/databases/p5-DBM-Deep/Makefile    Wed Dec 17 00:19:22 2008 +0000
+++ b/databases/p5-DBM-Deep/Makefile    Wed Dec 17 00:30:39 2008 +0000
@@ -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 @@
 # 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 -r 2ceed11a3011 -r f3d1096ebac1 databases/p5-DBM-Deep/distinfo
--- a/databases/p5-DBM-Deep/distinfo    Wed Dec 17 00:19:22 2008 +0000
+++ b/databases/p5-DBM-Deep/distinfo    Wed Dec 17 00:30:39 2008 +0000
@@ -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



Home | Main Index | Thread Index | Old Index