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 (pkgsrc) remove patch-lib_DBM_...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7f16b7fa4664
branches:  trunk
changeset: 643148:7f16b7fa4664
user:      mef <mef%pkgsrc.org@localhost>
date:      Fri Dec 12 04:39:23 2014 +0000

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

 databases/p5-DBM-Deep/Makefile                       |   5 ++---
 databases/p5-DBM-Deep/distinfo                       |  11 +++++------
 databases/p5-DBM-Deep/patches/patch-aa               |  16 +++++++---------
 databases/p5-DBM-Deep/patches/patch-lib_DBM_Deep.pod |  13 -------------
 4 files changed, 14 insertions(+), 31 deletions(-)

diffs (77 lines):

diff -r be837052afc2 -r 7f16b7fa4664 databases/p5-DBM-Deep/Makefile
--- a/databases/p5-DBM-Deep/Makefile    Fri Dec 12 01:13:40 2014 +0000
+++ b/databases/p5-DBM-Deep/Makefile    Fri Dec 12 04:39:23 2014 +0000
@@ -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 -r be837052afc2 -r 7f16b7fa4664 databases/p5-DBM-Deep/distinfo
--- a/databases/p5-DBM-Deep/distinfo    Fri Dec 12 01:13:40 2014 +0000
+++ b/databases/p5-DBM-Deep/distinfo    Fri Dec 12 04:39:23 2014 +0000
@@ -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 -r be837052afc2 -r 7f16b7fa4664 databases/p5-DBM-Deep/patches/patch-aa
--- a/databases/p5-DBM-Deep/patches/patch-aa    Fri Dec 12 01:13:40 2014 +0000
+++ b/databases/p5-DBM-Deep/patches/patch-aa    Fri Dec 12 04:39:23 2014 +0000
@@ -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 -r be837052afc2 -r 7f16b7fa4664 databases/p5-DBM-Deep/patches/patch-lib_DBM_Deep.pod
--- a/databases/p5-DBM-Deep/patches/patch-lib_DBM_Deep.pod      Fri Dec 12 01:13:40 2014 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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.
- 



Home | Main Index | Thread Index | Old Index