Date: Tue, 16 Jul 2024 15:41:23 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: bf206ff0a822 - main - devel/rubygem-protocol: Update to 2.0.1 Message-ID: <202407161541.46GFfN7v020079@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=bf206ff0a8223b4c925ca89dce785de2fdf09931 commit bf206ff0a8223b4c925ca89dce785de2fdf09931 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-07-16 15:39:03 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-07-16 15:39:03 +0000 devel/rubygem-protocol: Update to 2.0.1 - Update WWW and clean up pkg-descr Changes: https://github.com/flori/protocol/commits/master --- devel/rubygem-protocol/Makefile | 5 +++-- devel/rubygem-protocol/distinfo | 6 +++--- devel/rubygem-protocol/pkg-descr | 2 -- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/devel/rubygem-protocol/Makefile b/devel/rubygem-protocol/Makefile index 269cd59d8f61..a57e60f2cd96 100644 --- a/devel/rubygem-protocol/Makefile +++ b/devel/rubygem-protocol/Makefile @@ -1,11 +1,12 @@ PORTNAME= protocol -PORTVERSION= 2.0.0 +PORTVERSION= 2.0.1 CATEGORIES= devel rubygems MASTER_SITES= RG MAINTAINER= sunpoet@FreeBSD.org COMMENT= Method Protocols for Ruby Classes -WWW= https://flori.github.io/protocol/ +WWW= https://flori.github.io/protocol/ \ + https://github.com/flori/protocol LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/devel/rubygem-protocol/distinfo b/devel/rubygem-protocol/distinfo index 6c97bb9bb801..5ad66d616974 100644 --- a/devel/rubygem-protocol/distinfo +++ b/devel/rubygem-protocol/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1573649286 -SHA256 (rubygem/protocol-2.0.0.gem) = dcd7c509e53b8cd6284e965a2e2e71d5291ca9e2d50acfa3d7ee0561c0df16b9 -SIZE (rubygem/protocol-2.0.0.gem) = 29184 +TIMESTAMP = 1721051072 +SHA256 (rubygem/protocol-2.0.1.gem) = c342bebe2888f108c6bf2f41480576aabd7ebc1ff1a81e13a19677164a574953 +SIZE (rubygem/protocol-2.0.1.gem) = 29184 diff --git a/devel/rubygem-protocol/pkg-descr b/devel/rubygem-protocol/pkg-descr index 1fe2fe6a725f..bcc0eb32ee63 100644 --- a/devel/rubygem-protocol/pkg-descr +++ b/devel/rubygem-protocol/pkg-descr @@ -3,5 +3,3 @@ the conformity of your classes or instances of your classes. They are a bit like Java Interfaces, but as mixin modules they can also contain already implemented methods. Additionally you can define preconditions/postconditions for methods specified in a protocol. - -See also: https://github.com/flori/protocol
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202407161541.46GFfN7v020079>