pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/databases/p5-SQL-Statement Update from version 1.17 to...
details: https://anonhg.NetBSD.org/pkgsrc/rev/c6a179638aaf
branches: trunk
changeset: 555112:c6a179638aaf
user: he <he%pkgsrc.org@localhost>
date: Tue Feb 24 20:44:54 2009 +0000
description:
Update from version 1.17 to 1.19.
Pkgsrc changes:
o Added new needed dependencies
o Removed no-longer-needed patch-aa
Upstream changes:
Version 1.19, released February 6th, 2009
------------------------------------------
* Fixed OUTER JOIN behaviour
* Added version info to all *.pm files to allow CPAN::Reporter find updates
* Correct META-Files
* Fixed reported bugs:
Version 1.18_02, no public release
-----------------------------------
Additional (profiled) optimizations for complicated where clauses
Version 1.18_01, released January 12th, 2009
---------------------------------------------
No code changes within SQL::Statement - but deliver and execute additional
tests.
diffstat:
databases/p5-SQL-Statement/Makefile | 8 ++++++--
databases/p5-SQL-Statement/distinfo | 9 ++++-----
databases/p5-SQL-Statement/patches/patch-aa | 19 -------------------
3 files changed, 10 insertions(+), 26 deletions(-)
diffs (61 lines):
diff -r a1cd8a55766a -r c6a179638aaf databases/p5-SQL-Statement/Makefile
--- a/databases/p5-SQL-Statement/Makefile Tue Feb 24 20:41:58 2009 +0000
+++ b/databases/p5-SQL-Statement/Makefile Tue Feb 24 20:44:54 2009 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.24 2009/01/19 22:54:24 he Exp $
+# $NetBSD: Makefile,v 1.25 2009/02/24 20:44:54 he Exp $
#
-DISTNAME= SQL-Statement-1.17
+DISTNAME= SQL-Statement-1.19
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5sqs
CATEGORIES= databases perl5
@@ -11,6 +11,10 @@
HOMEPAGE= http://search.cpan.org/dist/SQL-Statement/
COMMENT= Small, abstract SQL engine
+DEPENDS+= p5-Clone>=0.30:../../devel/p5-Clone
+DEPENDS+= p5-Params-Util>=0.35:../../devel/p5-Params-Util
+DEPENDS+= p5-Test-Simple>=0.86:../../devel/p5-Test-Simple
+
PKG_DESTDIR_SUPPORT= user-destdir
PERL5_PACKLIST= auto/SQL/Statement/.packlist
diff -r a1cd8a55766a -r c6a179638aaf databases/p5-SQL-Statement/distinfo
--- a/databases/p5-SQL-Statement/distinfo Tue Feb 24 20:41:58 2009 +0000
+++ b/databases/p5-SQL-Statement/distinfo Tue Feb 24 20:44:54 2009 +0000
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.10 2009/01/19 22:54:24 he Exp $
+$NetBSD: distinfo,v 1.11 2009/02/24 20:44:54 he Exp $
-SHA1 (SQL-Statement-1.17.tar.gz) = a33d1d54b09b39d2510c4a7ca8e823229ef437a6
-RMD160 (SQL-Statement-1.17.tar.gz) = 2437b7ff348a608fd3ecae984d35e44ba8364398
-Size (SQL-Statement-1.17.tar.gz) = 92293 bytes
-SHA1 (patch-aa) = 15241b36f0f6722f411e3e31f8388bf763b705da
+SHA1 (SQL-Statement-1.19.tar.gz) = 102c292f7173b44d739e24abe1ac9bbee42f79ef
+RMD160 (SQL-Statement-1.19.tar.gz) = 84703efa17e4495fa256738db5df7f574b21b2b8
+Size (SQL-Statement-1.19.tar.gz) = 117823 bytes
diff -r a1cd8a55766a -r c6a179638aaf databases/p5-SQL-Statement/patches/patch-aa
--- a/databases/p5-SQL-Statement/patches/patch-aa Tue Feb 24 20:41:58 2009 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,19 +0,0 @@
-$NetBSD: patch-aa,v 1.4 2009/01/19 22:54:24 he Exp $
-
-Avoid Makefile.PL querying stdin, possibly causing a build to stall.
-
---- Makefile.PL.orig 2009-01-18 16:35:38.000000000 +0100
-+++ Makefile.PL
-@@ -17,9 +17,9 @@ WARNING! You seem to have an older versi
- See the README for details.
-
- END_OF_WARNING
--print "Press enter to continue ... ";
--my $x = <STDIN>;
--last if $x;
-+# print "Press enter to continue ... ";
-+# my $x = <STDIN>;
-+# last if $x;
- }
- };
-
Home |
Main Index |
Thread Index |
Old Index