git: f674c58d81ad - main - www/gitlab-ce: Update RUN_DEPENDS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 21 Mar 2023 19:35:28 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=f674c58d81ad90fad0b3914de5c2de65737dfdb0
commit f674c58d81ad90fad0b3914de5c2de65737dfdb0
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-03-21 18:56:58 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-03-21 19:22:36 +0000
www/gitlab-ce: Update RUN_DEPENDS
- Change RUN_DEPENDS from rubygem-rack-oauth2 to rubygem-rack-oauth21
- Bump PORTREVISION for dependency change
---
www/gitlab-ce/Makefile | 4 ++--
1 file 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 \