Wed Mar 10 08:46:57 2010 UTC ()
Updating databases/p5-DBM-Deep from 1.0015 to 1.0016

pkgsrc changes:
- Add license definition
- Adjust dependency (Test::More 0.88 is satisfied by available lang/perl5)

Upstream changes:
1.0016 Feb 05 22:10:00 2010 PST
    - (This version is compatible with 1.0015)
    - New caveat in the docs explaining stale references (RT#42129)
    - All included modules now have the same version in META.yml, so
      the CPAN shell will no longer try to downgrade.
    - Fixed bug in clear() for hashes (RT#50541)


(sno)
diff -r1.4 -r1.5 pkgsrc/databases/p5-DBM-Deep/Makefile
diff -r1.3 -r1.4 pkgsrc/databases/p5-DBM-Deep/distinfo

cvs diff -r1.4 -r1.5 pkgsrc/databases/p5-DBM-Deep/Makefile (expand / switch to unified diff)

--- pkgsrc/databases/p5-DBM-Deep/Makefile 2010/02/02 21:26:21 1.4
+++ pkgsrc/databases/p5-DBM-Deep/Makefile 2010/03/10 08:46:57 1.5
@@ -1,29 +1,30 @@ @@ -1,29 +1,30 @@
1# $NetBSD: Makefile,v 1.4 2010/02/02 21:26:21 seb Exp $ 1# $NetBSD: Makefile,v 1.5 2010/03/10 08:46:57 sno Exp $
2 2
3DISTNAME= DBM-Deep-1.0015 3DISTNAME= DBM-Deep-1.0016
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5CATEGORIES= databases perl5 5CATEGORIES= databases perl5
6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBM/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBM/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://search.cpan.org/dist/DBM-Deep/ 9HOMEPAGE= http://search.cpan.org/dist/DBM-Deep/
10COMMENT= Pure perl multi-level hash/array DBM that supports transactions 10COMMENT= Pure perl multi-level hash/array DBM that supports transactions
 11LICENSE= ${PERL5_LICENSE}
11 12
12PKG_DESTDIR_SUPPORT= user-destdir 13PKG_DESTDIR_SUPPORT= user-destdir
13 14
14USE_LANGUAGES= # empty 15USE_LANGUAGES= # empty
15PERL5_PACKLIST= auto/DBM/Deep/.packlist 16PERL5_PACKLIST= auto/DBM/Deep/.packlist
16 17
17BUILD_DEPENDS+= p5-IO-stringy-[0-9]*:../../devel/p5-IO-stringy 18BUILD_DEPENDS+= p5-IO-stringy-[0-9]*:../../devel/p5-IO-stringy
18BUILD_DEPENDS+= p5-Test-Deep>=0.095:../../devel/p5-Test-Deep 19BUILD_DEPENDS+= p5-Test-Deep>=0.095:../../devel/p5-Test-Deep
19BUILD_DEPENDS+= p5-Test-Exception>=0.21:../../devel/p5-Test-Exception 20BUILD_DEPENDS+= p5-Test-Exception>=0.21:../../devel/p5-Test-Exception
20BUILD_DEPENDS+= p5-Test-Simple>=0.88:../../devel/p5-Test-Simple 21BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.88}:../../devel/p5-Test-Simple
21BUILD_DEPENDS+= p5-Test-Warn>=0.08:../../devel/p5-Test-Warn 22BUILD_DEPENDS+= p5-Test-Warn>=0.08:../../devel/p5-Test-Warn
22 23
23# for test target 24# for test target
24BUILD_DEPENDS+= p5-FileHandle-Fmode-[0-9]*:../../devel/p5-FileHandle-Fmode 25BUILD_DEPENDS+= p5-FileHandle-Fmode-[0-9]*:../../devel/p5-FileHandle-Fmode
25 26
26PERL5_MODULE_TYPE= Module::Build 27PERL5_MODULE_TYPE= Module::Build
27 28
28.include "../../lang/perl5/module.mk" 29.include "../../lang/perl5/module.mk"
29.include "../../mk/bsd.pkg.mk" 30.include "../../mk/bsd.pkg.mk"

cvs diff -r1.3 -r1.4 pkgsrc/databases/p5-DBM-Deep/distinfo (expand / switch to unified diff)

--- pkgsrc/databases/p5-DBM-Deep/distinfo 2010/02/02 21:26:21 1.3
+++ pkgsrc/databases/p5-DBM-Deep/distinfo 2010/03/10 08:46:57 1.4
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.3 2010/02/02 21:26:21 seb Exp $ 1$NetBSD: distinfo,v 1.4 2010/03/10 08:46:57 sno Exp $
2 2
3SHA1 (DBM-Deep-1.0015.tar.gz) = bd7db084ce6117edbed5f82db0a3535b5b07e564 3SHA1 (DBM-Deep-1.0016.tar.gz) = 2ae043df9c8a8c31a8bbe9dd2684eb0a2d725435
4RMD160 (DBM-Deep-1.0015.tar.gz) = 6e3bbce78157937ea64c122f1529137bc14c0aa0 4RMD160 (DBM-Deep-1.0016.tar.gz) = 355aa64759a0815381ccce3e69eb582dfed15a6e
5Size (DBM-Deep-1.0015.tar.gz) = 151720 bytes 5Size (DBM-Deep-1.0016.tar.gz) = 152690 bytes