Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Aug 2024 11:55:34 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: fa688215d6fa - main - devel/rubygem-async: Update to 2.15.0
Message-ID:  <202408151155.47FBtY8O059012@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=fa688215d6fade61030cf3571d21d11993ae0266

commit fa688215d6fade61030cf3571d21d11993ae0266
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-08-15 09:45:46 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-08-15 10:55:41 +0000

    devel/rubygem-async: Update to 2.15.0
    
    - Add LICENSE_FILE
    
    Changes:        https://github.com/socketry/async/releases
                    https://github.com/socketry/async/commits/main
---
 devel/rubygem-async/Makefile | 5 +++--
 devel/rubygem-async/distinfo | 6 +++---
 2 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/devel/rubygem-async/Makefile b/devel/rubygem-async/Makefile
index 2df63e0c9b39..cec867a6d819 100644
--- a/devel/rubygem-async/Makefile
+++ b/devel/rubygem-async/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	async
-PORTVERSION=	2.14.2
+PORTVERSION=	2.15.0
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
@@ -9,8 +9,9 @@ WWW=		https://socketry.github.io/async/ \
 		https://github.com/socketry/async
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/license.md
 
-RUN_DEPENDS=	rubygem-console>=1.25.2<2:devel/rubygem-console \
+RUN_DEPENDS=	rubygem-console>=1.26<2:devel/rubygem-console \
 		rubygem-fiber-annotation>=0:devel/rubygem-fiber-annotation \
 		rubygem-io-event>=1.6.5<2:devel/rubygem-io-event
 
diff --git a/devel/rubygem-async/distinfo b/devel/rubygem-async/distinfo
index 6b42fa9df811..de8aab0fe80a 100644
--- a/devel/rubygem-async/distinfo
+++ b/devel/rubygem-async/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1721280230
-SHA256 (rubygem/async-2.14.2.gem) = ea8967a42830cc97098ac3c1ae2e2908ce6d2e4b58095f8c57009ee4263c6cff
-SIZE (rubygem/async-2.14.2.gem) = 30208
+TIMESTAMP = 1723201103
+SHA256 (rubygem/async-2.15.0.gem) = 1431a91b781cc6940f58459bab87aa70529b049a4b51e3669ad16b3c992dbe64
+SIZE (rubygem/async-2.15.0.gem) = 30208



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202408151155.47FBtY8O059012>