pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/p5-DBD-SQLite PkgSrc changes:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/80ec79f02505
branches:  trunk
changeset: 391959:80ec79f02505
user:      sno <sno%pkgsrc.org@localhost>
date:      Thu Apr 23 06:55:03 2009 +0000

description:
PkgSrc changes:
  - Updating package for p5 module DBD::SQLite to 1.23
  - Setting license to artistic-2.0

Upstream changes:
1.23 Sun 19 Apr 2009
    - No changes from 1.22_08, just switched to production release (ADAMK)

1.22_08 Fri 17 Apr 2009
    - Completed the migration of all tests and deleted lib.pl (ADAMK)
    - Prevented a double "commit is innefective" warning (ADAMK)
    - Adding a version for the Win32.pm dependency (ADAMK)

1.22_07 Thu 16 Apr 2009
    - Improved non-latin unicode filename support/test
      on Windows (SZABGAB/ISHIGAKI)
    - Removed the table name generator from t/lib.pl,
      getting us closer to removing t/lib.pl entirely (ADAMK)
    - Increased use of Test::NoWarnings (ADAMK)
    - Converted half the remaining lib.pl tests to t::lib::Test (ADAMK)
    - Require Win32.pm on Windows (CHORNY)

1.22_06 Wed 15 Apr 2009
    - Simplifying various miscellaneous code (ADAMK)
    - Adding support for non-latin unicode filenames on Windows (ADAMK)

1.22_05 Wed 15 Apr 2009
    - Hopefully the last dev release before the next production release.
    - Updated to SQLite 3.6.13 (DUNCAND)
    - Setting svn:eol-style to native to prevent EOL issues (ADAMK)
    - Resolved #44861: tweaked Makefile.PL to support older HP-UX (ISHIGAKI)

1.22_04 Sat 11 Apr 2009
    - Adding support parsing attributes out of the DSN (ADAMK)
    - Inserted pTHX_/aTHX_ for better efficiency (suggested in #44884 by TIMB) (ISHIGAKI)
    - Dropping support for uncode before 5.8.5 to simplify support and
      to prevent people hurting themselves on platforms that don't
      properly support Unicode anyway (ADAMK)
    - Stopped guessing if a bind param looks like a number or not
      (suggested by GUIDO). This reopens #29058 and #29629, but
      there are two workarounds for them. 1) Use "bind_param"
      explicitly (rather than plain "execute", as you do for BLOB).
      2) Add "+0" to the appropriate part(s) of your SQL to let
      sqlite convert them into a number. (ISHIGAKI)

1.22_03 Thu 10 Apr 2009
    - Resolved #44876: Patch to fix includes in the SQLITE_LOCATION case by janus (ISHIGAKI)
    - Added PERL_NO_GET_CONTEXT for efficiency (suggested in #44884 by TIMB) (ISHIGAKI)
    - Refactored error handling (suggested in #44884, #44871 by TIMB) (ISHIGAKI)

1.22_02 Wed  9 Apr 2009
    - Added missing documentation bits for 'create_collation'
      and 'progress_handler' (DAMI)
    - Resolved RT#25924 (Arguments to user-defined functions do not
      respect unicode setting) (DAMI)
    - Added comments on the return values on error, and fixed another
      wrong return value in execute (ISHIGAKI)
    - Added SQL_NULLABLE_UNKNOWN; still wonders if the error above
      should be ignored or not (ISHIGAKI)

1.22_01 Wed  9 Apr 2009
    - Resolved #25371: Calls sv_utf8_upgrade on strings going into
       the database to make sure latin-1 strings are not saved as
       Malformed UTF-8 character in the SQLite TEXT column (MIYAGAWA)

diffstat:

 databases/p5-DBD-SQLite/Makefile |  5 +++--
 databases/p5-DBD-SQLite/distinfo |  8 ++++----
 2 files changed, 7 insertions(+), 6 deletions(-)

diffs (34 lines):

diff -r 86cd8fe95e02 -r 80ec79f02505 databases/p5-DBD-SQLite/Makefile
--- a/databases/p5-DBD-SQLite/Makefile  Thu Apr 23 06:24:13 2009 +0000
+++ b/databases/p5-DBD-SQLite/Makefile  Thu Apr 23 06:55:03 2009 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.21 2009/04/11 21:25:38 sno Exp $
+# $NetBSD: Makefile,v 1.22 2009/04/23 06:55:03 sno Exp $
 #
 
-DISTNAME=      DBD-SQLite-1.21
+DISTNAME=      DBD-SQLite-1.23
 PKGNAME=       p5-${DISTNAME}
 SVR4_PKGNAME=  p5dsl
 CATEGORIES=    databases perl5
@@ -10,6 +10,7 @@
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://search.cpan.org/dist/DBD-SQLite/
 COMMENT=       Perl DBI/DBD driver for sqlite databases
+LICENSE=       artistic-2.0
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
diff -r 86cd8fe95e02 -r 80ec79f02505 databases/p5-DBD-SQLite/distinfo
--- a/databases/p5-DBD-SQLite/distinfo  Thu Apr 23 06:24:13 2009 +0000
+++ b/databases/p5-DBD-SQLite/distinfo  Thu Apr 23 06:55:03 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2009/04/11 21:25:38 sno Exp $
+$NetBSD: distinfo,v 1.11 2009/04/23 06:55:03 sno Exp $
 
-SHA1 (DBD-SQLite-1.21.tar.gz) = c4b028f6ef51b0d0e86d3b2fe0e39ef3c55a2618
-RMD160 (DBD-SQLite-1.21.tar.gz) = be8d34ff51a7d0badd187b57dbd2a437505a5f31
-Size (DBD-SQLite-1.21.tar.gz) = 1038039 bytes
+SHA1 (DBD-SQLite-1.23.tar.gz) = fa4f369db45adac720fdf952eb6c4abb678eafc3
+RMD160 (DBD-SQLite-1.23.tar.gz) = 9f21c21d0074a1fb05126108682862ef98bd8cc2
+Size (DBD-SQLite-1.23.tar.gz) = 1042328 bytes



Home | Main Index | Thread Index | Old Index