summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhiramatsu <hiramatsu@pkgsrc.org>2013-05-22 03:27:37 +0000
committerhiramatsu <hiramatsu@pkgsrc.org>2013-05-22 03:27:37 +0000
commit6d4be785ab58ae22ed673bb63db3c4eb43ae0e52 (patch)
tree692ea30bd2b0221eac3d3df96978a64abdf6b42a
parent3fbe96473fc2f60d4b41f3e8d38ee4f77b83151d (diff)
downloadpkgsrc-6d4be785ab58ae22ed673bb63db3c4eb43ae0e52.tar.gz
Update p5-DBD-SQLite2 to 0.36.
Changes from previous: ---------------------- 0.36 2013-04-08 rurban - Fix mingw32 off_t redefinition. [cpan #84492] Use a private sql_off_t typedef for the sqlite internal off_t type. - cygwin is now a OS_UNIX, not OS_WIN. 0.35 2013-04-01 rurban - Fix SEGV when fetchrow() is called again after it has returned an empty list ie. the query has completed. [cpan #16451] - Add testcases for [cpan #26775] and [cpan #28448] - Fixed [cpan #26775]: Remove () in names with DISTINCT(t.name) - Honor -g in $Config{optimize} - Add META and POD tests, and META info for EUMM 0.34 2013-04-01 rurban - Fix SEGV in t/ak-dbd.t with asan, concurrent _sqlite2_fetch_row [cpan #55636] - Add return value for dbd_bind_ph() - bind_param with handle - Add declaration for sqlite2_busy_timeout() - Fix clang -Wparentheses and -Wint-conversion warnings
-rw-r--r--databases/p5-DBD-SQLite2/Makefile6
-rw-r--r--databases/p5-DBD-SQLite2/distinfo8
2 files changed, 7 insertions, 7 deletions
diff --git a/databases/p5-DBD-SQLite2/Makefile b/databases/p5-DBD-SQLite2/Makefile
index fb12df03f66..594d2730dd1 100644
--- a/databases/p5-DBD-SQLite2/Makefile
+++ b/databases/p5-DBD-SQLite2/Makefile
@@ -1,14 +1,14 @@
-# $NetBSD: Makefile,v 1.7 2013/03/02 10:44:33 tron Exp $
+# $NetBSD: Makefile,v 1.8 2013/05/22 03:27:37 hiramatsu Exp $
-DISTNAME= DBD-SQLite2-0.33
+DISTNAME= DBD-SQLite2-0.36
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 4
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBD/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/DBD-SQLite2/
COMMENT= Perl DBI/DBD driver for sqlite v2 databases
+LICENSE= ${PERL5_LICENSE}
PKG_INSTALLATION_TYPES= overwrite pkgviews
diff --git a/databases/p5-DBD-SQLite2/distinfo b/databases/p5-DBD-SQLite2/distinfo
index a67324049d2..b3660c5a0c4 100644
--- a/databases/p5-DBD-SQLite2/distinfo
+++ b/databases/p5-DBD-SQLite2/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2007/05/20 00:39:39 heinz Exp $
+$NetBSD: distinfo,v 1.2 2013/05/22 03:27:37 hiramatsu Exp $
-SHA1 (DBD-SQLite2-0.33.tar.gz) = 4668ef655c8c8410308d5cb649399d5f339105e8
-RMD160 (DBD-SQLite2-0.33.tar.gz) = 8eb2e379c87abc3e177cdd14a1cf3e16cec09573
-Size (DBD-SQLite2-0.33.tar.gz) = 363277 bytes
+SHA1 (DBD-SQLite2-0.36.tar.gz) = b4adc42d19b37f2cc324bb22355f6f904bbd1131
+RMD160 (DBD-SQLite2-0.36.tar.gz) = 2a10d179896e818df37aa75dc07e78731fec41c0
+Size (DBD-SQLite2-0.36.tar.gz) = 371022 bytes