Date: Sun, 19 May 2024 23:47:41 GMT From: "Sergey A. Osokin" <osa@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 4eefd9a5a2a8 - main - www/unit-ruby: fix build after changes in www/rubygem-rack22 Message-ID: <202405192347.44JNlf5O041148@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by osa: URL: https://cgit.FreeBSD.org/ports/commit/?id=4eefd9a5a2a887b50cdd9f256881230267d0d67b commit 4eefd9a5a2a887b50cdd9f256881230267d0d67b Author: Sergey A. Osokin <osa@FreeBSD.org> AuthorDate: 2024-05-19 23:46:05 +0000 Commit: Sergey A. Osokin <osa@FreeBSD.org> CommitDate: 2024-05-19 23:46:05 +0000 www/unit-ruby: fix build after changes in www/rubygem-rack22 Fixes: d359485bdb82e817901ef3df6a8811cc6e2660e8 --- www/unit-ruby/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/unit-ruby/Makefile b/www/unit-ruby/Makefile index cea2e9dd1252..d943980b3645 100644 --- a/www/unit-ruby/Makefile +++ b/www/unit-ruby/Makefile @@ -4,7 +4,7 @@ UNIT_MODNAME= ruby${RUBY_VER} COMMENT= Ruby module for NGINX Unit -RUN_DEPENDS= rackup:www/rubygem-rack22 \ +RUN_DEPENDS= rackup:www/rubygem-rackup \ unitd:www/unit PLIST_FILES= libexec/unit/modules/${UNIT_MODNAME}.unit.so
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202405192347.44JNlf5O041148>