aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-04-05 17:22:20 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-04-05 17:31:24 +0000
commit394f57215d7b629dccd4df8732e2accdb013a019 (patch)
tree7b048cfb79c4bc966b5311af619183b18428bb83
parentc86d1e9ad937fcc2663f53dc6319c24298dac031 (diff)
downloadports-394f57215d7b629dccd4df8732e2accdb013a019.tar.gz
ports-394f57215d7b629dccd4df8732e2accdb013a019.zip
devel/rubygem-msgpack: Update to 1.6.1
- Update WWW and clean up pkg-descr Changes: https://github.com/msgpack/msgpack-ruby/blob/master/ChangeLog
-rw-r--r--devel/rubygem-msgpack/Makefile5
-rw-r--r--devel/rubygem-msgpack/distinfo6
-rw-r--r--devel/rubygem-msgpack/pkg-descr2
3 files changed, 6 insertions, 7 deletions
diff --git a/devel/rubygem-msgpack/Makefile b/devel/rubygem-msgpack/Makefile
index 6a8efa51744a..6e15373311a2 100644
--- a/devel/rubygem-msgpack/Makefile
+++ b/devel/rubygem-msgpack/Makefile
@@ -1,11 +1,12 @@
PORTNAME= msgpack
-PORTVERSION= 1.6.0
+PORTVERSION= 1.6.1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Gems for MessagePack
-WWW= https://msgpack.org/
+WWW= https://msgpack.org/ \
+ https://github.com/msgpack/msgpack-ruby
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
diff --git a/devel/rubygem-msgpack/distinfo b/devel/rubygem-msgpack/distinfo
index ee35862e7db6..fbf1c71ce628 100644
--- a/devel/rubygem-msgpack/distinfo
+++ b/devel/rubygem-msgpack/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1664768130
-SHA256 (rubygem/msgpack-1.6.0.gem) = 23fb11ce66f77f30a9b41b3102c63590d9eef4527dd93088466820bcc1ba03e0
-SIZE (rubygem/msgpack-1.6.0.gem) = 90624
+TIMESTAMP = 1679499020
+SHA256 (rubygem/msgpack-1.6.1.gem) = 33a76ec49300de803da9c4aa0465ec9107969886f5f895dae36851db747e29cb
+SIZE (rubygem/msgpack-1.6.1.gem) = 60416
diff --git a/devel/rubygem-msgpack/pkg-descr b/devel/rubygem-msgpack/pkg-descr
index 0b9037e1e91f..07437e46544f 100644
--- a/devel/rubygem-msgpack/pkg-descr
+++ b/devel/rubygem-msgpack/pkg-descr
@@ -1,5 +1,3 @@
MessagePack is a binary-based efficient data interchange format that
is focused on high performance. It is like JSON, but very fast and
small.
-
-See also: https://github.com/msgpack/msgpack-ruby