Date: Tue, 6 Jul 2021 15:07:35 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 37cd142d8ce3 - main - devel/rubygem-structured_warnings: Update to 0.4.0 Message-ID: <202107061507.166F7ZQW023397@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=37cd142d8ce3846593027de831fdc829110fea34 commit 37cd142d8ce3846593027de831fdc829110fea34 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-07-06 15:00:05 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-07-06 15:00:05 +0000 devel/rubygem-structured_warnings: Update to 0.4.0 Changes: https://github.com/schmidt/structured_warnings/blob/master/HISTORY.md --- devel/rubygem-structured_warnings/Makefile | 7 ++++--- devel/rubygem-structured_warnings/distinfo | 6 +++--- devel/rubygem-structured_warnings/pkg-descr | 8 ++++---- 3 files changed, 11 insertions(+), 10 deletions(-) diff --git a/devel/rubygem-structured_warnings/Makefile b/devel/rubygem-structured_warnings/Makefile index 8161faf517c6..3c246ed75fdb 100644 --- a/devel/rubygem-structured_warnings/Makefile +++ b/devel/rubygem-structured_warnings/Makefile @@ -1,7 +1,7 @@ # Created by: Mikhail T. <m.tsatsenko@gmail.com> PORTNAME= structured_warnings -PORTVERSION= 0.3.0 +PORTVERSION= 0.4.0 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -10,8 +10,9 @@ COMMENT= Implementation of structured warnings for Ruby LICENSE= MIT -NO_ARCH= yes -USE_RUBY= yes USES= gem +USE_RUBY= yes + +NO_ARCH= yes .include <bsd.port.mk> diff --git a/devel/rubygem-structured_warnings/distinfo b/devel/rubygem-structured_warnings/distinfo index bb5ddec02678..a996c5c4fe09 100644 --- a/devel/rubygem-structured_warnings/distinfo +++ b/devel/rubygem-structured_warnings/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1490371261 -SHA256 (rubygem/structured_warnings-0.3.0.gem) = 258ac0fc4f98c0808400a72dcfabf1bc69d7f9520b55ead1853a96657106d8b4 -SIZE (rubygem/structured_warnings-0.3.0.gem) = 12288 +TIMESTAMP = 1625323801 +SHA256 (rubygem/structured_warnings-0.4.0.gem) = ff9a59278e3ad8d18f742e677b764ce374f16e52c7993c0ff7d76900e93383ad +SIZE (rubygem/structured_warnings-0.4.0.gem) = 12288 diff --git a/devel/rubygem-structured_warnings/pkg-descr b/devel/rubygem-structured_warnings/pkg-descr index 4c5240cf1b37..8923d2f3bc9b 100644 --- a/devel/rubygem-structured_warnings/pkg-descr +++ b/devel/rubygem-structured_warnings/pkg-descr @@ -1,6 +1,6 @@ -This is an implementation of Daniel Berger's proposal of structured warnings -for Ruby. They provide dynamic suppression and activation, as well as, -an inheritance hierarchy to model their relations. This library preserves -the old warn signature, but additionally allows a raise-like use. +This is an implementation of Daniel Berger's proposal of structured warnings for +Ruby. They provide dynamic suppression and activation, as well as, an +inheritance hierarchy to model their relations. This library preserves the old +warn signature, but additionally allows a raise-like use. WWW: https://github.com/schmidt/structured_warnings
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107061507.166F7ZQW023397>