Received: by mail.netbsd.org (Postfix, from userid 605) id 3F11684D7D; Wed, 23 Oct 2019 16:34:20 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id BD39D84D6F for ; Wed, 23 Oct 2019 16:34:19 +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 cf8Kk5UJ0G6R for ; Wed, 23 Oct 2019 16:34:19 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 495DD84D62 for ; Wed, 23 Oct 2019 16:34:19 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 432B9FA81; Wed, 23 Oct 2019 16:34:19 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1571848459231760" MIME-Version: 1.0 Date: Wed, 23 Oct 2019 16:34:19 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/devel/ruby-docile To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20191023163419.432B9FA81@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. --_----------=_1571848459231760 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Wed Oct 23 16:34:19 UTC 2019 Modified Files: pkgsrc/devel/ruby-docile: Makefile distinfo Log Message: devel/ruby-docile: update to 1.3.2 Update ruby-docile to 1.3.2. ## v1.3.2 (2019-06-12) - Special thanks (again!) to Taichi Ishitani (@taichi-ishitani): - Fix for DSL object is replaced when #dsl_eval is nested (#33, PR #34) To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/ruby-docile/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/ruby-docile/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1571848459231760 Content-Disposition: inline Content-Length: 1569 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/ruby-docile/Makefile diff -u pkgsrc/devel/ruby-docile/Makefile:1.4 pkgsrc/devel/ruby-docile/Makefile:1.5 --- pkgsrc/devel/ruby-docile/Makefile:1.4 Sun Sep 23 14:18:11 2018 +++ pkgsrc/devel/ruby-docile/Makefile Wed Oct 23 16:34:19 2019 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2018/09/23 14:18:11 taca Exp $ +# $NetBSD: Makefile,v 1.5 2019/10/23 16:34:19 taca Exp $ -DISTNAME= docile-1.3.1 +DISTNAME= docile-1.3.2 CATEGORIES= devel MAINTAINER= pkgsrc-users@NetBSD.org Index: pkgsrc/devel/ruby-docile/distinfo diff -u pkgsrc/devel/ruby-docile/distinfo:1.5 pkgsrc/devel/ruby-docile/distinfo:1.6 --- pkgsrc/devel/ruby-docile/distinfo:1.5 Sun Sep 23 14:18:11 2018 +++ pkgsrc/devel/ruby-docile/distinfo Wed Oct 23 16:34:19 2019 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2018/09/23 14:18:11 taca Exp $ +$NetBSD: distinfo,v 1.6 2019/10/23 16:34:19 taca Exp $ -SHA1 (docile-1.3.1.gem) = 148f2644dbbd94df6c9ae7211bc5061d18949a62 -RMD160 (docile-1.3.1.gem) = ce62db7f4813512377949f97d1a1a1bcbd46aa91 -SHA512 (docile-1.3.1.gem) = 0f024ff7161223ff7f2150c572d00a7379d984fb00d727f36d26db8750912b7cfa43befb6273dc91db12f8b047279ccacfcc7cf7d78440e19335a6a9e8208b32 -Size (docile-1.3.1.gem) = 14848 bytes +SHA1 (docile-1.3.2.gem) = 8392247595f2f43f6b3b75ae6f89c7f534b1cb55 +RMD160 (docile-1.3.2.gem) = 90c7295e34c9cd59c7d54c21ab568f49b225f837 +SHA512 (docile-1.3.2.gem) = 638829d6dff383f50ec78e944ef994b0c5fd1485434dad0d306e047d08cc404a5a36513f41676bd73461fb1776d44c9b5e74491718e0815c9c97c65b35e5e408 +Size (docile-1.3.2.gem) = 15360 bytes --_----------=_1571848459231760--