Received: by mail.netbsd.org (Postfix, from userid 605) id 160A584DA9; Sun, 20 Jan 2019 14:49:10 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6A8F384D96 for ; Sun, 20 Jan 2019 14:49:09 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id CCLGi7QoHD6n for ; Sun, 20 Jan 2019 14:49:08 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id BF8BE84D7A for ; Sun, 20 Jan 2019 14:49:08 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B7229FB16; Sun, 20 Jan 2019 14:49:08 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1547995748250070" MIME-Version: 1.0 Date: Sun, 20 Jan 2019 14:49:08 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/time/ruby-hitimes To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20190120144908.B7229FB16@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1547995748250070 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sun Jan 20 14:49:08 UTC 2019 Modified Files: pkgsrc/time/ruby-hitimes: Makefile distinfo Log Message: time/ruby-hitimes: update to 1.3.1 ## Version 1.3.1 2019-01-18 * Update jruby extension to not use global runtime state (thanks @kares) (#70) * Update travis CI config * Update documentataion for Ruby 2.6 To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 pkgsrc/time/ruby-hitimes/Makefile cvs rdiff -u -r1.7 -r1.8 pkgsrc/time/ruby-hitimes/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1547995748250070 Content-Disposition: inline Content-Length: 1578 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/time/ruby-hitimes/Makefile diff -u pkgsrc/time/ruby-hitimes/Makefile:1.6 pkgsrc/time/ruby-hitimes/Makefile:1.7 --- pkgsrc/time/ruby-hitimes/Makefile:1.6 Sun Sep 23 16:45:23 2018 +++ pkgsrc/time/ruby-hitimes/Makefile Sun Jan 20 14:49:08 2019 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2018/09/23 16:45:23 taca Exp $ +# $NetBSD: Makefile,v 1.7 2019/01/20 14:49:08 taca Exp $ -DISTNAME= hitimes-1.3.0 +DISTNAME= hitimes-1.3.1 CATEGORIES= time MAINTAINER= pkgsrc-users@NetBSD.org Index: pkgsrc/time/ruby-hitimes/distinfo diff -u pkgsrc/time/ruby-hitimes/distinfo:1.7 pkgsrc/time/ruby-hitimes/distinfo:1.8 --- pkgsrc/time/ruby-hitimes/distinfo:1.7 Sun Sep 23 16:45:23 2018 +++ pkgsrc/time/ruby-hitimes/distinfo Sun Jan 20 14:49:08 2019 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.7 2018/09/23 16:45:23 taca Exp $ +$NetBSD: distinfo,v 1.8 2019/01/20 14:49:08 taca Exp $ -SHA1 (hitimes-1.3.0.gem) = d35038d518b4e0e1a6b39ec041e479e9853861c3 -RMD160 (hitimes-1.3.0.gem) = 9a2e21746dfe6f2b53dafbe11f27a9778b4431ee -SHA512 (hitimes-1.3.0.gem) = 09c7d15be681d85c5ab89235909ad5680b171315e0883b636eb26459d2ad7a876fe1bd79b261a8bd80c22e01b42e04b5992e311655b6179c8dce559b48750c03 -Size (hitimes-1.3.0.gem) = 32768 bytes +SHA1 (hitimes-1.3.1.gem) = 021b6af000ba3167e6e16b00819134748b350b31 +RMD160 (hitimes-1.3.1.gem) = 97af31c9d57b1a0c7d5d26e0421ed91a6840a8e8 +SHA512 (hitimes-1.3.1.gem) = 47a276d9ca26e6ea5612b73638f9a46965123a0040fe8d4ec5559edaccbdb72d3ec7f9e9bf6aebb3f0595107f941fa88501578fd3b8a3bd79b937538aeadd5d4 +Size (hitimes-1.3.1.gem) = 32768 bytes --_----------=_1547995748250070--