aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-03-21 18:56:58 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-03-21 19:22:36 +0000
commitf674c58d81ad90fad0b3914de5c2de65737dfdb0 (patch)
tree5ad4d63953192648f79e90208bdebb69f6ed4606
parentf985b6cc29bbf86a497ae57dc9004c02762637d3 (diff)
downloadports-f674c58d81ad90fad0b3914de5c2de65737dfdb0.tar.gz
ports-f674c58d81ad90fad0b3914de5c2de65737dfdb0.zip
www/gitlab-ce: Update RUN_DEPENDS
- Change RUN_DEPENDS from rubygem-rack-oauth2 to rubygem-rack-oauth21 - Bump PORTREVISION for dependency change
-rw-r--r--www/gitlab-ce/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/gitlab-ce/Makefile b/www/gitlab-ce/Makefile
index 81746655f360..67c397edf467 100644
--- a/www/gitlab-ce/Makefile
+++ b/www/gitlab-ce/Makefile
@@ -1,6 +1,6 @@
PORTNAME= gitlab-ce
PORTVERSION= 15.8.4
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= www devel
MAINTAINER= mfechner@FreeBSD.org
@@ -68,7 +68,7 @@ MY_DEPENDS= git>=2.39.2:devel/git \
rubygem-omniauth-authentiq>=0.3.3<0.4.0:net/rubygem-omniauth-authentiq \
rubygem-gitlab-omniauth-openid-connect>=0.10.0<0.11.0:net/rubygem-gitlab-omniauth-openid-connect \
rubygem-omniauth-atlassian-oauth2>=0.2.0<0.3:security/rubygem-omniauth-atlassian-oauth2 \
- rubygem-rack-oauth2>=1.21.3<1.22.0:security/rubygem-rack-oauth2 \
+ rubygem-rack-oauth21>=1.21.3<1.22.0:security/rubygem-rack-oauth21 \
rubygem-jwt25>=2.5.0<2.6:www/rubygem-jwt25 \
rubygem-gssapi>0:security/rubygem-gssapi \
rubygem-recaptcha>=5.12<6.0:devel/rubygem-recaptcha \