Received: by mail.netbsd.org (Postfix, from userid 605) id 8CB3984D65; Sun, 13 Sep 2020 15:56:59 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 13D8884D59 for ; Sun, 13 Sep 2020 15:56:59 +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 HJ4ikhCwY53x for ; Sun, 13 Sep 2020 15:56:58 +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 8630C84D36 for ; Sun, 13 Sep 2020 15:56:58 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7A9A7FB28; Sun, 13 Sep 2020 15:56:58 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1600012618294370" MIME-Version: 1.0 Date: Sun, 13 Sep 2020 15:56:58 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/devel/ruby-pastel To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20200913155658.7A9A7FB28@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. --_----------=_1600012618294370 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sun Sep 13 15:56:58 UTC 2020 Modified Files: pkgsrc/devel/ruby-pastel: Makefile distinfo Log Message: devel/ruby-pastel: update to 0.8.0 Update ruby-pastel package to 0.8.0. ## [v0.8.0] - 2020-07-04 ### Changed * Change gemspec to require Ruby 2.0 or higher * Change Pastel#new to use keyword arguments in place of hash options * Change to freeze all strings * Remove equatable dependency ### Fixed * Fix Pastel#strip to recognise no-number reset by DanielVartanov(@DanielVartanov) * Fix Pastel#undecorate to correctly assign styles for nested colors To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/ruby-pastel/Makefile \ pkgsrc/devel/ruby-pastel/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1600012618294370 Content-Disposition: inline Content-Length: 1876 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/ruby-pastel/Makefile diff -u pkgsrc/devel/ruby-pastel/Makefile:1.2 pkgsrc/devel/ruby-pastel/Makefile:1.3 --- pkgsrc/devel/ruby-pastel/Makefile:1.2 Mon May 25 13:34:53 2020 +++ pkgsrc/devel/ruby-pastel/Makefile Sun Sep 13 15:56:58 2020 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2020/05/25 13:34:53 taca Exp $ +# $NetBSD: Makefile,v 1.3 2020/09/13 15:56:58 taca Exp $ -DISTNAME= pastel-0.7.4 +DISTNAME= pastel-0.8.0 CATEGORIES= devel MAINTAINER= pkgsrc-users@NetBSD.org @@ -8,7 +8,6 @@ HOMEPAGE= https://piotrmurach.github.io/ COMMENT= Terminal strings styling with intuitive and clean API LICENSE= mit -DEPENDS+= ${RUBY_PKGPREFIX}-equatable>=0.6<1:../../devel/ruby-equatable DEPENDS+= ${RUBY_PKGPREFIX}-tty-color>=0.5<1:../../devel/ruby-tty-color USE_LANGUAGES= # none Index: pkgsrc/devel/ruby-pastel/distinfo diff -u pkgsrc/devel/ruby-pastel/distinfo:1.2 pkgsrc/devel/ruby-pastel/distinfo:1.3 --- pkgsrc/devel/ruby-pastel/distinfo:1.2 Mon May 25 13:34:53 2020 +++ pkgsrc/devel/ruby-pastel/distinfo Sun Sep 13 15:56:58 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2020/05/25 13:34:53 taca Exp $ +$NetBSD: distinfo,v 1.3 2020/09/13 15:56:58 taca Exp $ -SHA1 (pastel-0.7.4.gem) = 68ea8b694964603d54254ad2d7c6caa5b6d93603 -RMD160 (pastel-0.7.4.gem) = cb12f85c69ebdc437f8872b506ce5519babec21b -SHA512 (pastel-0.7.4.gem) = 162d835d1eaf1bd011097063b2ee7d33b0a0da2db2ead88c1f6d0e31db27823e2a964fbc8ddddf57abae03871a6f80b4e9cf41389e8b3ae755ffc421fb4181a0 -Size (pastel-0.7.4.gem) = 15360 bytes +SHA1 (pastel-0.8.0.gem) = 67c7bbaeb9e5a178ea3c6bbbc043dcb1d40a5416 +RMD160 (pastel-0.8.0.gem) = e8a895252b040b3551a0741d48d98dba00f3c7dc +SHA512 (pastel-0.8.0.gem) = fb6bb1be1af633e68bd5bb50b5dcc4d2e3b7e53607f883155288bcaf4306fbfea1ed044b8a13d9212f36cd42fa6aaec7a9011faad0b6c99b84f00057aa91b67f +Size (pastel-0.8.0.gem) = 15872 bytes --_----------=_1600012618294370--