diff options
author | wiz <wiz@pkgsrc.org> | 2015-06-14 16:51:32 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-06-14 16:51:32 +0000 |
commit | d94931088af62b7757c6ae57838c3b3f632359c8 (patch) | |
tree | 43bab9e0ba896606af75ecfd8e41603916353e84 /databases/p5-DBD-SQLite | |
parent | 76db9460aa01b997e13bc524d8f436dea8a870a5 (diff) | |
download | pkgsrc-d94931088af62b7757c6ae57838c3b3f632359c8.tar.gz |
Update to 1.48:
1.48 2015-06-12
- Switched to a production version. (ISHIGAKI)
1.47_05 2015-05-08
- Updated to SQLite 3.8.10
1.47_04 2015-05-02
- Used MY_CXT instead of a global variable
1.47_03 2015-04-16
- Added :all to EXPORT_TAGS in ::Constants
1.47_02 2015-04-16
- Updated to SQLite 3.8.9
- Added DBD::SQLite::Constants, from which you can import any
"useful" constants into your applications.
- Removed previous Cygwin hack as SQLite 3.8.9 compiles well again
- Now create_function/aggregate accepts an extra bit
(SQLITE_DETERMINISTIC) for better performance.
1.47_01 2015-02-17
*** (EXPERIMENTAL) CHANGES THAT MAY POSSIBLY BREAK YOUR OLD APPLICATIONS ***
- Commented OPTIMIZE out of WriteMakefile (RT #94207).
If your perl is not compiled with -O2, your DBD::SQLite may
possibly behave differently under some circumstances.
(This release is to find notable examples from CPAN Testers).
- Set THREADSAFE to 0 under Cygwin to cope with an upstream
regression since 3.8.7 (GH #7).
- Updated to SQLite 3.8.8.2
- Resolved #35449: Fast DBH->do (ptushnik, ISHIGAKI)
Diffstat (limited to 'databases/p5-DBD-SQLite')
-rw-r--r-- | databases/p5-DBD-SQLite/Makefile | 5 | ||||
-rw-r--r-- | databases/p5-DBD-SQLite/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/databases/p5-DBD-SQLite/Makefile b/databases/p5-DBD-SQLite/Makefile index 3e59eacf451..70951b7f4a2 100644 --- a/databases/p5-DBD-SQLite/Makefile +++ b/databases/p5-DBD-SQLite/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.51 2015/06/12 10:48:38 wiz Exp $ +# $NetBSD: Makefile,v 1.52 2015/06/14 16:51:32 wiz Exp $ -DISTNAME= DBD-SQLite-1.46 +DISTNAME= DBD-SQLite-1.48 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBD/} diff --git a/databases/p5-DBD-SQLite/distinfo b/databases/p5-DBD-SQLite/distinfo index a7f861053eb..c28d0a4e0d5 100644 --- a/databases/p5-DBD-SQLite/distinfo +++ b/databases/p5-DBD-SQLite/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.23 2014/12/10 22:01:20 wiz Exp $ +$NetBSD: distinfo,v 1.24 2015/06/14 16:51:32 wiz Exp $ -SHA1 (DBD-SQLite-1.46.tar.gz) = 1210af99d7010b315e4c4de9fb895ac34bdb22bd -RMD160 (DBD-SQLite-1.46.tar.gz) = 5fdecac9f88f17a9617a88d6e910fc58194937f6 -Size (DBD-SQLite-1.46.tar.gz) = 1718862 bytes +SHA1 (DBD-SQLite-1.48.tar.gz) = d2baa78384b0a05fb331c1873822263a2b04c0d8 +RMD160 (DBD-SQLite-1.48.tar.gz) = 08ea8411d4258453d6f225c664cb3ef370ed102b +Size (DBD-SQLite-1.48.tar.gz) = 1769115 bytes SHA1 (patch-Makefile.PL) = 8caa350b9e380a0eeae5dea3ee3f3ab239f685ea |