pkgsrc-Changes archive

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

CVS commit: pkgsrc/databases/p5-DBD-SQLite2



Module Name:    pkgsrc
Committed By:   wen
Date:           Mon Jul 25 07:54:34 UTC 2016

Modified Files:
        pkgsrc/databases/p5-DBD-SQLite2: Makefile distinfo

Log Message:
Update to 0.37

Upstream changes:
0.37 2015-12-08 rurban
    - Fix handling of 64bit int and double result types [cpan #28448].
      We promote now overlong integers to double, not strings.
      sqlite_set_result_double() was never used.
    - Add LICENSE for t/98_kwalitee.t (only specified in EUMM rule)
    - Add CONFIGURE_REQUIRES => DBI [cpan #110188]
    - Fix little spelling error [cpan #85437]
    - Silence void* to int cast warning in func.c
    - Improve kwalitee test


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/databases/p5-DBD-SQLite2/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/databases/p5-DBD-SQLite2/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/databases/p5-DBD-SQLite2/Makefile
diff -u pkgsrc/databases/p5-DBD-SQLite2/Makefile:1.13 pkgsrc/databases/p5-DBD-SQLite2/Makefile:1.14
--- pkgsrc/databases/p5-DBD-SQLite2/Makefile:1.13       Wed Jun  8 19:22:24 2016
+++ pkgsrc/databases/p5-DBD-SQLite2/Makefile    Mon Jul 25 07:54:34 2016
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.13 2016/06/08 19:22:24 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2016/07/25 07:54:34 wen Exp $
 
-DISTNAME=      DBD-SQLite2-0.36
+DISTNAME=      DBD-SQLite2-0.37
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   4
 CATEGORIES=    databases perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=DBD/}
 

Index: pkgsrc/databases/p5-DBD-SQLite2/distinfo
diff -u pkgsrc/databases/p5-DBD-SQLite2/distinfo:1.3 pkgsrc/databases/p5-DBD-SQLite2/distinfo:1.4
--- pkgsrc/databases/p5-DBD-SQLite2/distinfo:1.3        Tue Nov  3 01:56:18 2015
+++ pkgsrc/databases/p5-DBD-SQLite2/distinfo    Mon Jul 25 07:54:34 2016
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2015/11/03 01:56:18 agc Exp $
+$NetBSD: distinfo,v 1.4 2016/07/25 07:54:34 wen Exp $
 
-SHA1 (DBD-SQLite2-0.36.tar.gz) = b4adc42d19b37f2cc324bb22355f6f904bbd1131
-RMD160 (DBD-SQLite2-0.36.tar.gz) = 2a10d179896e818df37aa75dc07e78731fec41c0
-SHA512 (DBD-SQLite2-0.36.tar.gz) = fdf200a463c28d928bc4203fdc17b0d926f69b3b7c4ddf240e19b151353dee180a0be6b3bd303fbbff21a0189a9e2e94bdef4be851af3629405e5e4529cebad1
-Size (DBD-SQLite2-0.36.tar.gz) = 371022 bytes
+SHA1 (DBD-SQLite2-0.37.tar.gz) = 5ef160ffc4985fed8bf49667ff8802545a30c077
+RMD160 (DBD-SQLite2-0.37.tar.gz) = 2a887eff48412550fe3741e45b8d1cf804f29f82
+SHA512 (DBD-SQLite2-0.37.tar.gz) = 129650da10b2d41c43c77d35b5c7b7fc0d60e0127dacbba29d638a5d47b91afacee958faa87c8501c04461d8343f4c4b9c49f188350aae3d54494b5a491a6bd2
+Size (DBD-SQLite2-0.37.tar.gz) = 370783 bytes



Home | Main Index | Thread Index | Old Index