Received: by mail.netbsd.org (Postfix, from userid 605) id 3695A84D91; Mon, 25 Feb 2019 16:41:14 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B0A2984D6E for ; Mon, 25 Feb 2019 16:41:13 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id iZTFfOFwvAUw for ; Mon, 25 Feb 2019 16:41:13 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 2487184D25 for ; Mon, 25 Feb 2019 16:41:13 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1F539FB16; Mon, 25 Feb 2019 16:41:13 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1551112873274020" MIME-Version: 1.0 Date: Mon, 25 Feb 2019 16:41:13 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/devel/ruby-pathname2 To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20190225164113.1F539FB16@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. --_----------=_1551112873274020 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Mon Feb 25 16:41:13 UTC 2019 Modified Files: pkgsrc/devel/ruby-pathname2: Makefile distinfo Log Message: devel/ruby-pathname2: update to 1.8.1 == 1.8.1 - 31-Jan-2019 * The VERSION constant is now frozen. * Added metadata to the gemspec. * Fixed missing hyphen in license name. * Updated cert, should be good for about 10 years. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/ruby-pathname2/Makefile cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/ruby-pathname2/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1551112873274020 Content-Disposition: inline Content-Length: 1631 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/ruby-pathname2/Makefile diff -u pkgsrc/devel/ruby-pathname2/Makefile:1.9 pkgsrc/devel/ruby-pathname2/Makefile:1.10 --- pkgsrc/devel/ruby-pathname2/Makefile:1.9 Sun Oct 9 14:31:16 2016 +++ pkgsrc/devel/ruby-pathname2/Makefile Mon Feb 25 16:41:12 2019 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.9 2016/10/09 14:31:16 taca Exp $ +# $NetBSD: Makefile,v 1.10 2019/02/25 16:41:12 taca Exp $ -DISTNAME= pathname2-1.8.0 +DISTNAME= pathname2-1.8.1 CATEGORIES= devel MAINTAINER= pkgsrc-users@NetBSD.org Index: pkgsrc/devel/ruby-pathname2/distinfo diff -u pkgsrc/devel/ruby-pathname2/distinfo:1.8 pkgsrc/devel/ruby-pathname2/distinfo:1.9 --- pkgsrc/devel/ruby-pathname2/distinfo:1.8 Sun Oct 9 14:31:16 2016 +++ pkgsrc/devel/ruby-pathname2/distinfo Mon Feb 25 16:41:12 2019 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.8 2016/10/09 14:31:16 taca Exp $ +$NetBSD: distinfo,v 1.9 2019/02/25 16:41:12 taca Exp $ -SHA1 (pathname2-1.8.0.gem) = 32659979d4d414d04642174e7d92b1ce6e0b62ab -RMD160 (pathname2-1.8.0.gem) = 1475e086c2d9d93235252daebfdfe396ae4f6eaf -SHA512 (pathname2-1.8.0.gem) = 6b588d9f2e24e47a87d260ba213a91d72583a67a12604be9dc3efad96c145b2bdc1d7cc9801ff7fd656061fd9f723f1f30743a962ac00109ade379fa5bfb21a4 -Size (pathname2-1.8.0.gem) = 32256 bytes +SHA1 (pathname2-1.8.1.gem) = 46019958cf99bfbb42e9d5785ad7bc3d3e1663a4 +RMD160 (pathname2-1.8.1.gem) = 0b5771ee7f429993afe3e641810f63c39b90a657 +SHA512 (pathname2-1.8.1.gem) = 885b609ff2a2df9da770737663811a561bc08450c70bbde157c1662087fd6be8d0d6a54f3f72304c7f39557844477adf9fd89224e60d9bce8b76b0970a4279e0 +Size (pathname2-1.8.1.gem) = 33280 bytes --_----------=_1551112873274020--