pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/databases/p5-ORLite Updating databases/p5-ORLite from ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/36010b003aad
branches: trunk
changeset: 569558:36010b003aad
user: sno <sno%pkgsrc.org@localhost>
date: Sat Jan 16 16:48:01 2010 +0000
description:
Updating databases/p5-ORLite from 1.28nb1 to 1.31
pkgsrc changes:
- Adjusting dependencies according to META.yml
- Adding license definition
- Changing module type to Module::Install
Upstream changes:
1.31 Sat 2 Jan 2010
- Adding explicit versioned-use lines to the generated code (in case
the generated code is used independantly to its creation)
1.30 Sat 2 Jan 2010
- Switching to a production release, CPAN Testers looks ok
- Update DBD::SQLite dependency to 1.27. Some of the metadata pragmas
have changed, and we don't want to have to support both the old and
new versions.
- ORLite will now correctly use RaiseError => 1, PrintError => 0 when
itself introspecting the schema, so a corrupted SQLite database
won't result in silent failure and the larger parent application
won't crash in unpredictable ways.
1.29_03 Thu 1 Oct 2009
- Reverse the prune deletion order
- Apply recursive delete flag
1.29_02 Tue 29 Sep 2009
- Changed ->load to use selectrow_hashref
- Allow ->load calls for multiple-columns primary keys
- All connections now explicitly RaiseError => 1 for correctness
- All connections now explicitly PrintError => 0 to avoid spewing
stuff to STDOUT/STDERR unexpectedly in embedded scenarios.
- Remove most explicit error handling and allow the native DBI
errors to cascade upwards instead.
1.29_01 Mon 28 Sep 2009
- Adding first experimental implementation of ->load
diffstat:
databases/p5-ORLite/Makefile | 10 +++++-----
databases/p5-ORLite/distinfo | 8 ++++----
2 files changed, 9 insertions(+), 9 deletions(-)
diffs (46 lines):
diff -r 6ad4ef50b3d2 -r 36010b003aad databases/p5-ORLite/Makefile
--- a/databases/p5-ORLite/Makefile Sat Jan 16 16:45:53 2010 +0000
+++ b/databases/p5-ORLite/Makefile Sat Jan 16 16:48:01 2010 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2009/12/06 14:19:39 seb Exp $
+# $NetBSD: Makefile,v 1.3 2010/01/16 16:48:01 sno Exp $
-DISTNAME= ORLite-1.28
+DISTNAME= ORLite-1.31
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../by-authors/id/A/AD/ADAMK/}
@@ -12,15 +11,16 @@
LICENSE= ${PERL5_LICENSE}
BUILD_DEPENDS+= p5-Test-Script>=1.06:../../devel/p5-Test-Script
-DEPENDS+= p5-DBD-SQLite>=1.25:../../databases/p5-DBD-SQLite
+DEPENDS+= p5-DBD-SQLite>=1.27:../../databases/p5-DBD-SQLite
DEPENDS+= p5-File-Remove>=1.40:../../sysutils/p5-File-Remove
-DEPENDS+= p5-File-Temp>=0.20:../../devel/p5-File-Temp
+DEPENDS+= {perl>=5.10.1,p5-File-Temp>=0.20}:../../devel/p5-File-Temp
DEPENDS+= p5-Params-Util>=0.33:../../devel/p5-Params-Util
BUILDLINK_API_DEPENDS.p5-DBI+= p5-DBI>=1.607
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/ORLite/.packlist
+PERL5_MODULE_TYPE= Module::Install
PKG_DESTDIR_SUPPORT= user-destdir
diff -r 6ad4ef50b3d2 -r 36010b003aad databases/p5-ORLite/distinfo
--- a/databases/p5-ORLite/distinfo Sat Jan 16 16:45:53 2010 +0000
+++ b/databases/p5-ORLite/distinfo Sat Jan 16 16:48:01 2010 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2009/12/06 13:48:25 seb Exp $
+$NetBSD: distinfo,v 1.2 2010/01/16 16:48:01 sno Exp $
-SHA1 (ORLite-1.28.tar.gz) = ec8ef4f48976dc2f0704ee4d17a8d207cd51be93
-RMD160 (ORLite-1.28.tar.gz) = 003418b55310dc0fe58d4f71d9ba8425e3b8a7ce
-Size (ORLite-1.28.tar.gz) = 36932 bytes
+SHA1 (ORLite-1.31.tar.gz) = 936c88349aec567ec01371e7d1171b0d2f62a149
+RMD160 (ORLite-1.31.tar.gz) = bf3765f478ee37f219108fc4e8f0bc83c47b7ec9
+Size (ORLite-1.31.tar.gz) = 37818 bytes
Home |
Main Index |
Thread Index |
Old Index