Received: by mail.netbsd.org (Postfix, from userid 605) id 1AE3784E08; Tue, 13 Mar 2018 17:00:10 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2277484DA0 for ; Tue, 13 Mar 2018 17:00: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 F1UVVb7SiXsJ for ; Tue, 13 Mar 2018 17:00:08 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 6E09584D51 for ; Tue, 13 Mar 2018 17:00:08 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E760AFB40; Tue, 13 Mar 2018 17:00:07 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1520960407102260" MIME-Version: 1.0 Date: Tue, 13 Mar 2018 17:00:07 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/devel/ruby-highline To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20180313170007.E760AFB40@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. --_----------=_1520960407102260 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Tue Mar 13 17:00:07 UTC 2018 Modified Files: pkgsrc/devel/ruby-highline: Makefile distinfo Log Message: devel/ruby-highline: update to 1.7.10 ### 1.7.10 / 2017-11-23 * Add gemspec to Gemfile. Address #223. (@abinoam) ### 1.7.9 / 2017-05-08 * Fix frozen string issue on HighLine::Simulate. (Ivan Giuliani (@ivgiuliani), PR #210) To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 pkgsrc/devel/ruby-highline/Makefile \ pkgsrc/devel/ruby-highline/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1520960407102260 Content-Disposition: inline Content-Length: 1631 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/ruby-highline/Makefile diff -u pkgsrc/devel/ruby-highline/Makefile:1.19 pkgsrc/devel/ruby-highline/Makefile:1.20 --- pkgsrc/devel/ruby-highline/Makefile:1.19 Mon Oct 12 15:35:44 2015 +++ pkgsrc/devel/ruby-highline/Makefile Tue Mar 13 17:00:07 2018 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.19 2015/10/12 15:35:44 taca Exp $ +# $NetBSD: Makefile,v 1.20 2018/03/13 17:00:07 taca Exp $ -DISTNAME= highline-1.7.8 +DISTNAME= highline-1.7.10 CATEGORIES= net security MAINTAINER= pkgsrc-users@NetBSD.org Index: pkgsrc/devel/ruby-highline/distinfo diff -u pkgsrc/devel/ruby-highline/distinfo:1.19 pkgsrc/devel/ruby-highline/distinfo:1.20 --- pkgsrc/devel/ruby-highline/distinfo:1.19 Tue Nov 3 03:29:23 2015 +++ pkgsrc/devel/ruby-highline/distinfo Tue Mar 13 17:00:07 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.19 2015/11/03 03:29:23 agc Exp $ +$NetBSD: distinfo,v 1.20 2018/03/13 17:00:07 taca Exp $ -SHA1 (highline-1.7.8.gem) = 23e27608e2fdabd7ef60ebca1fc82aa686c2e880 -RMD160 (highline-1.7.8.gem) = 9b3d49220a52efaad615da7a521e369527503991 -SHA512 (highline-1.7.8.gem) = 85f57ab732009cc961b824e252f0b65bbe7c0a8c97849d453773a331016b2ea8fa0efe393bc1a0073eae6d3cf523d97b9434cd73bdceed55bc069be0b6f4b41d -Size (highline-1.7.8.gem) = 224768 bytes +SHA1 (highline-1.7.10.gem) = d4b505937d25cf8bb91546a5acb30a56c391e50f +RMD160 (highline-1.7.10.gem) = c2fac1d6f56c86d45bc7766a699cec6a154f242c +SHA512 (highline-1.7.10.gem) = 5d329bd61df7f008a85268a66bd728c325a120f7dc29a95868c5364941feea86e85351ad60e621fab4ccef727601dcedfd69e70ba18af24943b4f48945a0e558 +Size (highline-1.7.10.gem) = 224768 bytes --_----------=_1520960407102260--