git: 22d8a28ad317 - main - www/rubygem-rack-cors: Update version requirement of RUN_DEPENDS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 30 Dec 2022 09:18:22 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=22d8a28ad3179e3b74ca38a3705f23b99ac87aec
commit 22d8a28ad3179e3b74ca38a3705f23b99ac87aec
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-12-30 08:54:30 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-12-30 09:06:26 +0000
www/rubygem-rack-cors: Update version requirement of RUN_DEPENDS
---
www/rubygem-rack-cors/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www/rubygem-rack-cors/Makefile b/www/rubygem-rack-cors/Makefile
index 3c8e8ef97519..14f1525c2053 100644
--- a/www/rubygem-rack-cors/Makefile
+++ b/www/rubygem-rack-cors/Makefile
@@ -10,7 +10,7 @@ WWW= https://github.com/cyu/rack-cors
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
-RUN_DEPENDS= rubygem-rack>=2.0.0:www/rubygem-rack
+RUN_DEPENDS= rubygem-rack>=2.0.0,3:www/rubygem-rack
USES= gem
USE_RUBY= yes