git: 299bd19c8f8b - main - devel/rubygem-dynflow: fixed build
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 22 Feb 2023 16:30:07 UTC
The branch main has been updated by mfechner: URL: https://cgit.FreeBSD.org/ports/commit/?id=299bd19c8f8b58540dba1854fd0765ed539e3a0a commit 299bd19c8f8b58540dba1854fd0765ed539e3a0a Author: Matthias Fechner <mfechner@FreeBSD.org> AuthorDate: 2023-02-21 13:54:48 +0000 Commit: Matthias Fechner <mfechner@FreeBSD.org> CommitDate: 2023-02-22 16:29:39 +0000 devel/rubygem-dynflow: fixed build caused by upgrade of concurrent-ruby to 1.2.0 in 24c3e663957fba1c6adb0eba6df07baa27be245f --- devel/rubygem-dynflow/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/devel/rubygem-dynflow/Makefile b/devel/rubygem-dynflow/Makefile index f93b8cb2bdf8..bc6a8f940458 100644 --- a/devel/rubygem-dynflow/Makefile +++ b/devel/rubygem-dynflow/Makefile @@ -1,5 +1,6 @@ PORTNAME= dynflow PORTVERSION= 1.6.8 +PORTREVISION= 1 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -12,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/MIT-LICENSE RUN_DEPENDS= rubygem-algebrick>=0.7.0<0.8:devel/rubygem-algebrick \ rubygem-apipie-params>=0:devel/rubygem-apipie-params \ - rubygem-concurrent-ruby>=1.1.3<1.2:devel/rubygem-concurrent-ruby \ + rubygem-concurrent-ruby11>=1.1.3<1.2:devel/rubygem-concurrent-ruby11 \ rubygem-concurrent-ruby-edge>=0.6.0<0.7:devel/rubygem-concurrent-ruby-edge \ rubygem-msgpack>=1.3.3<2:devel/rubygem-msgpack \ rubygem-multi_json>=0:devel/rubygem-multi_json \