Received: by mail.netbsd.org (Postfix, from userid 605) id 54D3284D3A; Mon, 27 Apr 2020 06:03:17 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id CCE3784CDF for ; Mon, 27 Apr 2020 06:03:16 +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 ImkmsMqdwkAU for ; Mon, 27 Apr 2020 06:03:16 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 4F2FD84CD4 for ; Mon, 27 Apr 2020 06:03:16 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 40F5EFB27; Mon, 27 Apr 2020 06:03:16 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1587967396182330" MIME-Version: 1.0 Date: Mon, 27 Apr 2020 06:03:16 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/devel/ruby-mustache To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20200427060316.40F5EFB27@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. --_----------=_1587967396182330 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Mon Apr 27 06:03:16 UTC 2020 Modified Files: pkgsrc/devel/ruby-mustache: Makefile distinfo Log Message: devel/ruby-mustache: update to 1.1.1 Update ruby-mustache to 1.1.1. 1.1.1 (2019-12-03) * [improvement] Improve yardoc documentation (#247) * [bug] Fix warnings about instance variables (#246) To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/ruby-mustache/Makefile \ pkgsrc/devel/ruby-mustache/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1587967396182330 Content-Disposition: inline Content-Length: 1615 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/ruby-mustache/Makefile diff -u pkgsrc/devel/ruby-mustache/Makefile:1.2 pkgsrc/devel/ruby-mustache/Makefile:1.3 --- pkgsrc/devel/ruby-mustache/Makefile:1.2 Mon Feb 25 14:53:05 2019 +++ pkgsrc/devel/ruby-mustache/Makefile Mon Apr 27 06:03:16 2020 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2019/02/25 14:53:05 taca Exp $ +# $NetBSD: Makefile,v 1.3 2020/04/27 06:03:16 taca Exp $ -DISTNAME= mustache-1.1.0 +DISTNAME= mustache-1.1.1 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} CATEGORIES= devel Index: pkgsrc/devel/ruby-mustache/distinfo diff -u pkgsrc/devel/ruby-mustache/distinfo:1.2 pkgsrc/devel/ruby-mustache/distinfo:1.3 --- pkgsrc/devel/ruby-mustache/distinfo:1.2 Mon Feb 25 14:53:05 2019 +++ pkgsrc/devel/ruby-mustache/distinfo Mon Apr 27 06:03:16 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2019/02/25 14:53:05 taca Exp $ +$NetBSD: distinfo,v 1.3 2020/04/27 06:03:16 taca Exp $ -SHA1 (mustache-1.1.0.gem) = 4cc9936d64f115193c9021257f928c9b566ab419 -RMD160 (mustache-1.1.0.gem) = 36626a07282c67d781282ed35ffa71bc5cf634f2 -SHA512 (mustache-1.1.0.gem) = 5e8daa7cfb6151e86e5d2223a026538194e03331bcd74f15704404795eb8c6c28899f29fa9fe421fe38e026b38ad734fe5574d2a6d4aa1e53ed5a566a8061c61 -Size (mustache-1.1.0.gem) = 42496 bytes +SHA1 (mustache-1.1.1.gem) = 52fafb63b70286bd197c5fa843c082798c1b8a85 +RMD160 (mustache-1.1.1.gem) = bad296ce20b6eebd2d75e921ad2f49ae03e70812 +SHA512 (mustache-1.1.1.gem) = 91a18a374a0348317d0801d6784fedd0782d7a08f128d3ab7050e631b34e45cecd49c4b1e2a9e17204f70bf169c107a92a1e210532bd3faa98edf8b1b5e8e43c +Size (mustache-1.1.1.gem) = 42496 bytes --_----------=_1587967396182330--