Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 45AE07A2A6 for ; Sun, 9 Oct 2016 13:02:40 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id AFC4A85E74; Sun, 9 Oct 2016 13:02:39 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3FC1485E6F for ; Sun, 9 Oct 2016 13:02:39 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id EMmhB48UqnGi for ; Sun, 9 Oct 2016 13:02:38 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id C061E85E59 for ; Sun, 9 Oct 2016 13:02:38 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B74EAFBD2; Sun, 9 Oct 2016 13:02:38 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1476018158141820" MIME-Version: 1.0 Date: Sun, 9 Oct 2016 13:02:38 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/databases/ruby-sqlite3 To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20161009130238.B74EAFBD2@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1476018158141820 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sun Oct 9 13:02:38 UTC 2016 Modified Files: pkgsrc/databases/ruby-sqlite3: Makefile distinfo Log Message: Update ruby-sqlite3 to 1.3.12. === 1.3.12 * Bugfixes: * OS X install will default to homebrew if available. Fixes #195 To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 pkgsrc/databases/ruby-sqlite3/Makefile cvs rdiff -u -r1.17 -r1.18 pkgsrc/databases/ruby-sqlite3/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1476018158141820 Content-Disposition: inline Content-Length: 1669 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/databases/ruby-sqlite3/Makefile diff -u pkgsrc/databases/ruby-sqlite3/Makefile:1.33 pkgsrc/databases/ruby-sqlite3/Makefile:1.34 --- pkgsrc/databases/ruby-sqlite3/Makefile:1.33 Mon Apr 11 19:01:46 2016 +++ pkgsrc/databases/ruby-sqlite3/Makefile Sun Oct 9 13:02:38 2016 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.33 2016/04/11 19:01:46 ryoon Exp $ +# $NetBSD: Makefile,v 1.34 2016/10/09 13:02:38 taca Exp $ -DISTNAME= sqlite3-1.3.11 -PKGREVISION= 1 +DISTNAME= sqlite3-1.3.12 CATEGORIES= databases MAINTAINER= pkgsrc-users@NetBSD.org Index: pkgsrc/databases/ruby-sqlite3/distinfo diff -u pkgsrc/databases/ruby-sqlite3/distinfo:1.17 pkgsrc/databases/ruby-sqlite3/distinfo:1.18 --- pkgsrc/databases/ruby-sqlite3/distinfo:1.17 Tue Nov 3 01:56:34 2015 +++ pkgsrc/databases/ruby-sqlite3/distinfo Sun Oct 9 13:02:38 2016 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.17 2015/11/03 01:56:34 agc Exp $ +$NetBSD: distinfo,v 1.18 2016/10/09 13:02:38 taca Exp $ -SHA1 (sqlite3-1.3.11.gem) = c6e8cc2ddf94824321a86923e8aae71e1f7ee1a6 -RMD160 (sqlite3-1.3.11.gem) = 974ffc8cda5eb0a7bcf43e80606b157099998b50 -SHA512 (sqlite3-1.3.11.gem) = 02bef5f8f61d1f04c79d9032d62c9d708dddc2446dd256ad13f932ed4cae256d6c60f742a285bc4015ef5b1fb13e9541738f31fd270fe22320fc176525fe37bb -Size (sqlite3-1.3.11.gem) = 60928 bytes +SHA1 (sqlite3-1.3.12.gem) = b7fc39f340e95c1fe7eb1725f9d9f531fb3df3c8 +RMD160 (sqlite3-1.3.12.gem) = 6578b53012ec404e044be1d9cdf84a7757461da2 +SHA512 (sqlite3-1.3.12.gem) = fd1888b3107b02b15a65fdf081cad59445de4bc00ed244f4d3c09504c78ebbe97d9e1e189d61e6776ef70dedcb4d7b976799fd9d4752caafff733bc50cd0abf5 +Size (sqlite3-1.3.12.gem) = 64512 bytes --_----------=_1476018158141820--