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,15 +1,16 @@ 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 USES= gem .include 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