Received: by mail.netbsd.org (Postfix, from userid 605) id 9E92684DB0; Sun, 20 Jan 2019 14:15:01 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2B74D84DAF for ; Sun, 20 Jan 2019 14:15:01 +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 sDI3O1782KiY for ; Sun, 20 Jan 2019 14:15:00 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 8547C84D35 for ; Sun, 20 Jan 2019 14:15:00 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7C06CFB16; Sun, 20 Jan 2019 14:15:00 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1547993700299500" MIME-Version: 1.0 Date: Sun, 20 Jan 2019 14:15:00 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/misc/ruby-bundler To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20190120141500.7C06CFB16@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. --_----------=_1547993700299500 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:15:00 UTC 2019 Modified Files: pkgsrc/misc/ruby-bundler: Makefile distinfo Log Message: misc/ruby-bundler: update to 1.17.3 pkgsrc change: update HOMEPAGE. 1.17.3 (2018-12-27) Bugfixes: * Fix a Bundler error when installing gems on old versions of RubyGems (#6839, @colby-swandale) * Fix a rare issue where Bundler was removing itself after a bundle clean (#6829, @colby-swandale) Documentation: Add entry for the bundle remove command to the main Bundler manual page To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 pkgsrc/misc/ruby-bundler/Makefile cvs rdiff -u -r1.30 -r1.31 pkgsrc/misc/ruby-bundler/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1547993700299500 Content-Disposition: inline Content-Length: 1748 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/misc/ruby-bundler/Makefile diff -u pkgsrc/misc/ruby-bundler/Makefile:1.31 pkgsrc/misc/ruby-bundler/Makefile:1.32 --- pkgsrc/misc/ruby-bundler/Makefile:1.31 Sat Dec 22 17:26:46 2018 +++ pkgsrc/misc/ruby-bundler/Makefile Sun Jan 20 14:15:00 2019 @@ -1,11 +1,10 @@ -# $NetBSD: Makefile,v 1.31 2018/12/22 17:26:46 taca Exp $ +# $NetBSD: Makefile,v 1.32 2019/01/20 14:15:00 taca Exp $ -DISTNAME= bundler-1.17.2 -PKGREVISION= 2 +DISTNAME= bundler-1.17.3 CATEGORIES= misc MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://gembundler.com/ +HOMEPAGE= https://bundler.io/ COMMENT= Manage your application's dependencies LICENSE= mit Index: pkgsrc/misc/ruby-bundler/distinfo diff -u pkgsrc/misc/ruby-bundler/distinfo:1.30 pkgsrc/misc/ruby-bundler/distinfo:1.31 --- pkgsrc/misc/ruby-bundler/distinfo:1.30 Mon Dec 17 15:00:41 2018 +++ pkgsrc/misc/ruby-bundler/distinfo Sun Jan 20 14:15:00 2019 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.30 2018/12/17 15:00:41 taca Exp $ +$NetBSD: distinfo,v 1.31 2019/01/20 14:15:00 taca Exp $ -SHA1 (bundler-1.17.2.gem) = ae53043155986471b1eabb56c65608dbaa6cfb33 -RMD160 (bundler-1.17.2.gem) = e3b586d913cc373c93814a47b74014c629f7278f -SHA512 (bundler-1.17.2.gem) = 8595fb39cf5c490dddd5537bcf5f3ad1120b48c1f86dee592ae977b033cce431eb5a959946510c6f858a4ae3121bfcb0204a699f565bf9ace040547aefa4e07a -Size (bundler-1.17.2.gem) = 364032 bytes +SHA1 (bundler-1.17.3.gem) = b5f0a9bffd4ff9b983b536704973fbe1cf49f015 +RMD160 (bundler-1.17.3.gem) = dc0597bea59ff9f7f1feeec140898363e3747cac +SHA512 (bundler-1.17.3.gem) = 658de4228bc12fa5ca6ce335f76fff773f64da9f3d12f5097b4fd28d4c4f4d2a5bf12dce761b3d95432c5ea6a5aafae895df87c26660a4567db8b682aff48c02 +Size (bundler-1.17.3.gem) = 364032 bytes --_----------=_1547993700299500--