summaryrefslogtreecommitdiff
path: root/databases/p5-DBM-Deep
diff options
context:
space:
mode:
Diffstat (limited to 'databases/p5-DBM-Deep')
-rw-r--r--databases/p5-DBM-Deep/Makefile4
-rw-r--r--databases/p5-DBM-Deep/distinfo9
-rw-r--r--databases/p5-DBM-Deep/patches/patch-aa19
3 files changed, 26 insertions, 6 deletions
diff --git a/databases/p5-DBM-Deep/Makefile b/databases/p5-DBM-Deep/Makefile
index 7ce8c4af55f..1983adb7054 100644
--- a/databases/p5-DBM-Deep/Makefile
+++ b/databases/p5-DBM-Deep/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2010/03/10 08:46:57 sno Exp $
+# $NetBSD: Makefile,v 1.6 2010/05/24 13:22:51 seb Exp $
-DISTNAME= DBM-Deep-1.0016
+DISTNAME= DBM-Deep-1.0023
PKGNAME= p5-${DISTNAME}
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 71134b133c0..96f75acf312 100644
--- a/databases/p5-DBM-Deep/distinfo
+++ b/databases/p5-DBM-Deep/distinfo
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.4 2010/03/10 08:46:57 sno Exp $
+$NetBSD: distinfo,v 1.5 2010/05/24 13:22:51 seb Exp $
-SHA1 (DBM-Deep-1.0016.tar.gz) = 2ae043df9c8a8c31a8bbe9dd2684eb0a2d725435
-RMD160 (DBM-Deep-1.0016.tar.gz) = 355aa64759a0815381ccce3e69eb582dfed15a6e
-Size (DBM-Deep-1.0016.tar.gz) = 152690 bytes
+SHA1 (DBM-Deep-1.0023.tar.gz) = 4ad6ba4587d9db80ca5edee7d1d388cf7e2c9629
+RMD160 (DBM-Deep-1.0023.tar.gz) = 3a23c4aebb0ff0ab7bb83df31935cc2c95bf3ba5
+Size (DBM-Deep-1.0023.tar.gz) = 166665 bytes
+SHA1 (patch-aa) = 00674ebce2703a5ff36dde418e16f8e89edf3057
diff --git a/databases/p5-DBM-Deep/patches/patch-aa b/databases/p5-DBM-Deep/patches/patch-aa
new file mode 100644
index 00000000000..eb918839f77
--- /dev/null
+++ b/databases/p5-DBM-Deep/patches/patch-aa
@@ -0,0 +1,19 @@
+$NetBSD: patch-aa,v 1.1 2010/05/24 13:22:51 seb Exp $
+
+Configure must not be interactive.
+
+--- Build.PL.orig 2010-04-10 14:49:51.000000000 +0000
++++ Build.PL
+@@ -70,9 +70,9 @@ 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' ) ) {