git: 394f57215d7b - main - devel/rubygem-msgpack: Update to 1.6.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 05 Apr 2023 17:40:58 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=394f57215d7b629dccd4df8732e2accdb013a019 commit 394f57215d7b629dccd4df8732e2accdb013a019 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-04-05 17:22:20 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-04-05 17:31:24 +0000 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 --- devel/rubygem-msgpack/Makefile | 5 +++-- devel/rubygem-msgpack/distinfo | 6 +++--- devel/rubygem-msgpack/pkg-descr | 2 -- 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