Received: by mail.netbsd.org (Postfix, from userid 605) id 9BA4984EE8; Sun, 22 Aug 2021 14:41:33 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D570384E6A for ; Sun, 22 Aug 2021 14:41:32 +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 e7P-DvnVE-wc for ; Sun, 22 Aug 2021 14:41:32 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 5234C84E62 for ; Sun, 22 Aug 2021 14:41:32 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 449FFFA97; Sun, 22 Aug 2021 14:41:32 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1629643292209680" MIME-Version: 1.0 Date: Sun, 22 Aug 2021 14:41:32 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/devel/ruby-rugged To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20210822144132.449FFFA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1629643292209680 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sun Aug 22 14:41:32 UTC 2021 Modified Files: pkgsrc/devel/ruby-rugged: Makefile distinfo Log Message: devel/ruby-rugged: update to 1.1.1 1.1.1 (2021-07-02) * Update to libgit2 v1.1.1. To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 pkgsrc/devel/ruby-rugged/Makefile cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/ruby-rugged/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1629643292209680 Content-Disposition: inline Content-Length: 1583 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/ruby-rugged/Makefile diff -u pkgsrc/devel/ruby-rugged/Makefile:1.26 pkgsrc/devel/ruby-rugged/Makefile:1.27 --- pkgsrc/devel/ruby-rugged/Makefile:1.26 Thu Nov 5 14:23:20 2020 +++ pkgsrc/devel/ruby-rugged/Makefile Sun Aug 22 14:41:32 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.26 2020/11/05 14:23:20 taca Exp $ +# $NetBSD: Makefile,v 1.27 2021/08/22 14:41:32 taca Exp $ -DISTNAME= rugged-1.1.0 +DISTNAME= rugged-1.1.1 CATEGORIES= devel MAINTAINER= pkgsrc-users@NetBSD.org Index: pkgsrc/devel/ruby-rugged/distinfo diff -u pkgsrc/devel/ruby-rugged/distinfo:1.18 pkgsrc/devel/ruby-rugged/distinfo:1.19 --- pkgsrc/devel/ruby-rugged/distinfo:1.18 Thu Nov 5 14:23:20 2020 +++ pkgsrc/devel/ruby-rugged/distinfo Sun Aug 22 14:41:32 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.18 2020/11/05 14:23:20 taca Exp $ +$NetBSD: distinfo,v 1.19 2021/08/22 14:41:32 taca Exp $ -SHA1 (rugged-1.1.0.gem) = 12b725886ddf9c077764def173c26564703f8221 -RMD160 (rugged-1.1.0.gem) = bfa6b9cc485eae50eb2687db64dd46cbb1db9fe6 -SHA512 (rugged-1.1.0.gem) = 51370e21f06f6aaa51384a8ccec6e2fb1b2ca6798f56d007b05b294653db4bf89f21e52ac46c4971df9426e66acf6af6bdb3565663bf02bc4d149ab05fdbe999 -Size (rugged-1.1.0.gem) = 1494016 bytes +SHA1 (rugged-1.1.1.gem) = a9e2c65781e9c0339ea77c2031affdcd83b4ba6a +RMD160 (rugged-1.1.1.gem) = 7d53ca7811d8aeca1c7ff872f3e5a4d99ec568bc +SHA512 (rugged-1.1.1.gem) = 56c331870a664af6e699827e81c19679f33dd6dd7c6f9a0e263be5e7a7937e5ae4631e320b55fc9cc3a89a302bcf1790ac1d0000a54ff86d804412dea3e359b8 +Size (rugged-1.1.1.gem) = 1495040 bytes --_----------=_1629643292209680--