Received: by mail.netbsd.org (Postfix, from userid 605) id D24B084E03; Sun, 18 Feb 2018 05:44:51 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2964B84DEC for ; Sun, 18 Feb 2018 05:44:51 +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 BeoYD69jCnWD for ; Sun, 18 Feb 2018 05:44:50 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 9FEFC84D51 for ; Sun, 18 Feb 2018 05:44:50 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9A272FB40; Sun, 18 Feb 2018 05:44:50 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_151893269028680" MIME-Version: 1.0 Date: Sun, 18 Feb 2018 05:44:50 +0000 From: "Izumi Tsutsui" Subject: CVS commit: pkgsrc/converters/ruby-unf_ext To: pkgsrc-changes@NetBSD.org Reply-To: tsutsui@netbsd.org X-Mailer: log_accum Message-Id: <20180218054450.9A272FB40@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. --_----------=_151893269028680 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: tsutsui Date: Sun Feb 18 05:44:50 UTC 2018 Modified Files: pkgsrc/converters/ruby-unf_ext: Makefile distinfo Log Message: ruby-unf_ext: update to 0.0.7.5. Upstream changelog (from CHANGELOG.md): ## 0.0.7.5 (2018-02-06) - Version bump just for adding Windows binaries for Ruby 2.5. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 pkgsrc/converters/ruby-unf_ext/Makefile cvs rdiff -u -r1.7 -r1.8 pkgsrc/converters/ruby-unf_ext/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_151893269028680 Content-Disposition: inline Content-Length: 1671 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/converters/ruby-unf_ext/Makefile diff -u pkgsrc/converters/ruby-unf_ext/Makefile:1.8 pkgsrc/converters/ruby-unf_ext/Makefile:1.9 --- pkgsrc/converters/ruby-unf_ext/Makefile:1.8 Sun Jul 30 22:32:10 2017 +++ pkgsrc/converters/ruby-unf_ext/Makefile Sun Feb 18 05:44:50 2018 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2017/07/30 22:32:10 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2018/02/18 05:44:50 tsutsui Exp $ -DISTNAME= unf_ext-0.0.7.4 +DISTNAME= unf_ext-0.0.7.5 CATEGORIES= converters MAINTAINER= pkgsrc-users@NetBSD.org Index: pkgsrc/converters/ruby-unf_ext/distinfo diff -u pkgsrc/converters/ruby-unf_ext/distinfo:1.7 pkgsrc/converters/ruby-unf_ext/distinfo:1.8 --- pkgsrc/converters/ruby-unf_ext/distinfo:1.7 Sat Apr 22 16:11:03 2017 +++ pkgsrc/converters/ruby-unf_ext/distinfo Sun Feb 18 05:44:50 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.7 2017/04/22 16:11:03 taca Exp $ +$NetBSD: distinfo,v 1.8 2018/02/18 05:44:50 tsutsui Exp $ -SHA1 (unf_ext-0.0.7.4.gem) = c8662a245e67f6b0505099430a55af0ad4b27067 -RMD160 (unf_ext-0.0.7.4.gem) = 90e3d6f7982a1c4e226f3f2b3b876519f72f93ea -SHA512 (unf_ext-0.0.7.4.gem) = 2f90542c899e02c2cae06b54ad381ba0f2084880cb760357b4cedf7f171aa2eb7322a0288fadd253624c531410730624a4c8d51e5eb61a67b3fd91d985847fbb -Size (unf_ext-0.0.7.4.gem) = 398848 bytes +SHA1 (unf_ext-0.0.7.5.gem) = 4641725bb83a536b5248e0aa6f8a497ef23f9ce5 +RMD160 (unf_ext-0.0.7.5.gem) = e945c8d6173f724a6fa137bd9597fdacc2017879 +SHA512 (unf_ext-0.0.7.5.gem) = 5d60740172034253fec9659bec49e60f639e93d8f147582e26a012712ec2e5fca30674efc52695def0c3cd145c5ddd93a56a6d0f854ab04e7fc81544e6aede16 +Size (unf_ext-0.0.7.5.gem) = 398848 bytes --_----------=_151893269028680--