Received: by mail.netbsd.org (Postfix, from userid 605) id 4203284D3C; Mon, 14 Sep 2020 13:09:56 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id BD96684D36 for ; Mon, 14 Sep 2020 13:09:55 +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 LD1w7P-4kfPn for ; Mon, 14 Sep 2020 13:09:55 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 3B7E584CEA for ; Mon, 14 Sep 2020 13:09:54 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D29D1FB28; Mon, 14 Sep 2020 13:09:54 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1600088994253140" MIME-Version: 1.0 Date: Mon, 14 Sep 2020 13:09:54 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/devel/ruby-uuidtools To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20200914130954.D29D1FB28@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. --_----------=_1600088994253140 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Mon Sep 14 13:09:54 UTC 2020 Modified Files: pkgsrc/devel/ruby-uuidtools: Makefile PLIST distinfo Log Message: devel/ruby-uuidtools: update to 2.2.0 Update ruby-uuidtools to 2.2.0. == UUIDTools 2.2.0 * drop support for ruby < 2.3 * use Integer vs Fixnum * performance improvements To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/ruby-uuidtools/Makefile \ pkgsrc/devel/ruby-uuidtools/distinfo cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/ruby-uuidtools/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1600088994253140 Content-Disposition: inline Content-Length: 2373 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/ruby-uuidtools/Makefile diff -u pkgsrc/devel/ruby-uuidtools/Makefile:1.6 pkgsrc/devel/ruby-uuidtools/Makefile:1.7 --- pkgsrc/devel/ruby-uuidtools/Makefile:1.6 Sat Sep 26 15:04:22 2015 +++ pkgsrc/devel/ruby-uuidtools/Makefile Mon Sep 14 13:09:54 2020 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2015/09/26 15:04:22 taca Exp $ +# $NetBSD: Makefile,v 1.7 2020/09/14 13:09:54 taca Exp $ -DISTNAME= uuidtools-2.1.5 +DISTNAME= uuidtools-2.2.0 CATEGORIES= databases MAINTAINER= pkgsrc-users@NetBSD.org Index: pkgsrc/devel/ruby-uuidtools/distinfo diff -u pkgsrc/devel/ruby-uuidtools/distinfo:1.6 pkgsrc/devel/ruby-uuidtools/distinfo:1.7 --- pkgsrc/devel/ruby-uuidtools/distinfo:1.6 Tue Nov 3 03:29:31 2015 +++ pkgsrc/devel/ruby-uuidtools/distinfo Mon Sep 14 13:09:54 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.6 2015/11/03 03:29:31 agc Exp $ +$NetBSD: distinfo,v 1.7 2020/09/14 13:09:54 taca Exp $ -SHA1 (uuidtools-2.1.5.gem) = c66138adb04e0c082bfe43c45df7f097be7a5b95 -RMD160 (uuidtools-2.1.5.gem) = 46413ed7c9c9e7194db37ab4a658a145e511f072 -SHA512 (uuidtools-2.1.5.gem) = c56e6329e48638bd5049d348beedec7fadb9ee7a133a5013ddd41ae98baa8213d8944903059729c9ca4f38b24d9b565b5653332685982337a4233f11d4865ac0 -Size (uuidtools-2.1.5.gem) = 25600 bytes +SHA1 (uuidtools-2.2.0.gem) = 4629411bf7383bf2f8870e50021b082f1d486cab +RMD160 (uuidtools-2.2.0.gem) = 3c22eeae505d4ad6b4f154e108b6f3c7786ac3fa +SHA512 (uuidtools-2.2.0.gem) = 17f15e8816fd17d31e1296522d9c68b8da71211556c3284770197b06a6fe01f9038c1e6c6e5e8272b4290cfb23b48914a27717c4705fba17e5d9848257664360 +Size (uuidtools-2.2.0.gem) = 27136 bytes Index: pkgsrc/devel/ruby-uuidtools/PLIST diff -u pkgsrc/devel/ruby-uuidtools/PLIST:1.4 pkgsrc/devel/ruby-uuidtools/PLIST:1.5 --- pkgsrc/devel/ruby-uuidtools/PLIST:1.4 Mon Feb 2 15:28:45 2015 +++ pkgsrc/devel/ruby-uuidtools/PLIST Mon Sep 14 13:09:54 2020 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2015/02/02 15:28:45 taca Exp $ +@comment $NetBSD: PLIST,v 1.5 2020/09/14 13:09:54 taca Exp $ ${GEM_HOME}/cache/${GEM_NAME}.gem ${GEM_LIBDIR}/CHANGELOG ${GEM_LIBDIR}/LICENSE.txt @@ -19,5 +19,6 @@ ${GEM_LIBDIR}/tasks/git.rake ${GEM_LIBDIR}/tasks/metrics.rake ${GEM_LIBDIR}/tasks/rspec.rake ${GEM_LIBDIR}/tasks/yard.rake +${GEM_LIBDIR}/uuidtools.gemspec ${GEM_LIBDIR}/website/index.html ${GEM_HOME}/specifications/${GEM_NAME}.gemspec --_----------=_1600088994253140--