summaryrefslogtreecommitdiff
path: root/databases/p5-ORLite
diff options
context:
space:
mode:
authorsno <sno>2010-01-16 16:48:01 +0000
committersno <sno>2010-01-16 16:48:01 +0000
commit531da055321bc73867e895fa29b5d0aaaa56b495 (patch)
treeafa28d1e0a88458e89d9789bd988796c7ba97adf /databases/p5-ORLite
parenta61a0df632c5542cfcbf6cc207dd6665f9c14e4e (diff)
downloadpkgsrc-531da055321bc73867e895fa29b5d0aaaa56b495.tar.gz
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 (limited to 'databases/p5-ORLite')
-rw-r--r--databases/p5-ORLite/Makefile10
-rw-r--r--databases/p5-ORLite/distinfo8
2 files changed, 9 insertions, 9 deletions
diff --git a/databases/p5-ORLite/Makefile b/databases/p5-ORLite/Makefile
index 70f2c8031c3..e42de9e8de9 100644
--- a/databases/p5-ORLite/Makefile
+++ b/databases/p5-ORLite/Makefile
@@ -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 @@ COMMENT= Perl 5 extremely light weight SQLite-specific ORM
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 --git a/databases/p5-ORLite/distinfo b/databases/p5-ORLite/distinfo
index 87d64af3322..a4d79d5b9a1 100644
--- a/databases/p5-ORLite/distinfo
+++ b/databases/p5-ORLite/distinfo
@@ -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