diff options
author | mef <mef@pkgsrc.org> | 2014-12-12 04:39:23 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2014-12-12 04:39:23 +0000 |
commit | cef1fecf6b9f88938e7fde7ac990bfb073f6101b (patch) | |
tree | 9522bea17fc7fdf04d2260cfe00c590f74755c81 /databases/p5-DBM-Deep | |
parent | 5c9253be249f91feabf4d72b4b54b6431ffd935c (diff) | |
download | pkgsrc-cef1fecf6b9f88938e7fde7ac990bfb073f6101b.tar.gz |
(pkgsrc) remove patch-lib_DBM_Deep.pod, upstream corrected.
(upstream) Update 2.009 to 2.0011
2.0011 Jan 12 16:00:00 2013 PDT
- POD fixes by H. Merijn Brandt (The X<> tag - Thanks!)
Diffstat (limited to 'databases/p5-DBM-Deep')
-rw-r--r-- | databases/p5-DBM-Deep/Makefile | 5 | ||||
-rw-r--r-- | databases/p5-DBM-Deep/distinfo | 11 | ||||
-rw-r--r-- | databases/p5-DBM-Deep/patches/patch-aa | 16 | ||||
-rw-r--r-- | databases/p5-DBM-Deep/patches/patch-lib_DBM_Deep.pod | 13 |
4 files changed, 14 insertions, 31 deletions
diff --git a/databases/p5-DBM-Deep/Makefile b/databases/p5-DBM-Deep/Makefile index 98f60bd5f4c..6ae28c12a13 100644 --- a/databases/p5-DBM-Deep/Makefile +++ b/databases/p5-DBM-Deep/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.17 2014/05/29 23:35:29 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2014/12/12 04:39:23 mef Exp $ -DISTNAME= DBM-Deep-2.0009 +DISTNAME= DBM-Deep-2.0011 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBM/} diff --git a/databases/p5-DBM-Deep/distinfo b/databases/p5-DBM-Deep/distinfo index f3459473c25..e16e722b6a2 100644 --- a/databases/p5-DBM-Deep/distinfo +++ b/databases/p5-DBM-Deep/distinfo @@ -1,7 +1,6 @@ -$NetBSD: distinfo,v 1.11 2013/09/03 14:46:32 wen Exp $ +$NetBSD: distinfo,v 1.12 2014/12/12 04:39:23 mef Exp $ -SHA1 (DBM-Deep-2.0009.tar.gz) = d6559199f316aea19e5c7b6307e7a88da72675cd -RMD160 (DBM-Deep-2.0009.tar.gz) = dca075e653122437dbd23dd177eaa7c2fa298402 -Size (DBM-Deep-2.0009.tar.gz) = 179890 bytes -SHA1 (patch-aa) = aeb979ec48d0b984bf8b82770d1aa48bf3d00fb3 -SHA1 (patch-lib_DBM_Deep.pod) = 135b82ca2e1b9eecfaf20e0d5bd4a872f3608653 +SHA1 (DBM-Deep-2.0011.tar.gz) = c01835d5ffc6526cb131ba44312b59355c312685 +RMD160 (DBM-Deep-2.0011.tar.gz) = 241a53b5af4b80eb35a7570a7f1c7174ffef3d6d +Size (DBM-Deep-2.0011.tar.gz) = 180415 bytes +SHA1 (patch-aa) = 7427e1fda0174b8c80c0cbb5fa9c84308a16a9b3 diff --git a/databases/p5-DBM-Deep/patches/patch-aa b/databases/p5-DBM-Deep/patches/patch-aa index 57a75f9a576..9ef7e3d3739 100644 --- a/databases/p5-DBM-Deep/patches/patch-aa +++ b/databases/p5-DBM-Deep/patches/patch-aa @@ -1,19 +1,17 @@ -$NetBSD: patch-aa,v 1.2 2010/06/12 16:00:44 seb Exp $ +$NetBSD: patch-aa,v 1.3 2014/12/12 04:39:23 mef Exp $ Configure must not be interactive. ---- Build.PL.orig 2010-06-06 19:45:47.000000000 +0000 -+++ Build.PL -@@ -64,9 +64,9 @@ my $build = Module::Build->subclass( - meta_add => { no_index => { directory => [ 'utils' ] } }, +--- Build.PL.orig 2014-12-12 13:28:34.000000000 +0900 ++++ Build.PL 2014-12-12 13:31:03.000000000 +0900 +@@ -79,10 +79,6 @@ my $build = Module::Build->subclass( + }, ); -if ( $build->y_n( "Run the long-running tests", 'n' ) ) { - $build->notes( 'LONG_TESTS' => 1 ); -} -+#if ( $build->y_n( "Run the long-running tests", 'n' ) ) { -+# $build->notes( 'LONG_TESTS' => 1 ); -+#} - +- if ( $build->features( 'sqlite_engine' ) ) { if ( $build->y_n( "Run the tests against the DBI engine via SQLite?", 'n' ) ) { + $build->notes( 'TEST_SQLITE' => 1 ); diff --git a/databases/p5-DBM-Deep/patches/patch-lib_DBM_Deep.pod b/databases/p5-DBM-Deep/patches/patch-lib_DBM_Deep.pod deleted file mode 100644 index d8294ff5e67..00000000000 --- a/databases/p5-DBM-Deep/patches/patch-lib_DBM_Deep.pod +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-lib_DBM_Deep.pod,v 1.1 2013/09/03 14:46:32 wen Exp $ -Fix pod tests. ---- lib/DBM/Deep.pod.orig 2013-09-03 22:12:13.000000000 +0000 -+++ lib/DBM/Deep.pod -@@ -51,7 +51,7 @@ Windows. - - B<NOTE>: 2.0000 introduces Unicode support in the File back end. This - necessitates a change in the file format. The version 1.0003 format is --still supported, though, so we have added a L</db_version|db_version()> -+still supported, though, so we have added a L<db_version()|/db_version> - method. If you are using a database in the old format, you will have to - upgrade it to get Unicode support. - |