aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-07-06 15:00:05 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-07-06 15:00:05 +0000
commit37cd142d8ce3846593027de831fdc829110fea34 (patch)
tree270d64c8ea706e1c8ad8e97a2afda0c6e1e38918
parent193aea7ef038bde4616921928cb4fcb0ff45b94f (diff)
downloadports-37cd142d8ce3846593027de831fdc829110fea34.tar.gz
ports-37cd142d8ce3846593027de831fdc829110fea34.zip
devel/rubygem-structured_warnings: Update to 0.4.0
-rw-r--r--devel/rubygem-structured_warnings/Makefile7
-rw-r--r--devel/rubygem-structured_warnings/distinfo6
-rw-r--r--devel/rubygem-structured_warnings/pkg-descr8
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