git: ec44878c0220 - main - www/gitlab: fix regression from 656f3fb43c1edac1b2ba32fce8a36a35f62d6daa
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 27 Jun 2024 04:49:51 UTC
The branch main has been updated by mfechner: URL: https://cgit.FreeBSD.org/ports/commit/?id=ec44878c022040ea2a2d19a0f02ee72fbdce5811 commit ec44878c022040ea2a2d19a0f02ee72fbdce5811 Author: Matthias Fechner <mfechner@FreeBSD.org> AuthorDate: 2024-06-22 16:09:47 +0000 Commit: Matthias Fechner <mfechner@FreeBSD.org> CommitDate: 2024-06-27 04:38:59 +0000 www/gitlab: fix regression from 656f3fb43c1edac1b2ba32fce8a36a35f62d6daa Use grape 2.0 PR: 279905 --- www/gitlab/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/gitlab/Makefile b/www/gitlab/Makefile index e3c0ba73e539..82eda55c8414 100644 --- a/www/gitlab/Makefile +++ b/www/gitlab/Makefile @@ -4,7 +4,7 @@ DISTVERSIONPREFIX= v .if ${FLAVOR:U} == ee DISTVERSIONSUFFIX= -ee .endif -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www devel # include patch to fix database migration @@ -87,7 +87,7 @@ MY_DEPENDS= git>=2.41.0:devel/git \ rubygem-gpgme>=2.0.23<2.1.0:security/rubygem-gpgme \ rubygem-gitlab_omniauth-ldap>=2.2.0<2.3.0:net/rubygem-gitlab_omniauth-ldap \ rubygem-net-ldap017>=0.17.1<0.18:net/rubygem-net-ldap017 \ - rubygem-grape>=2.0.0<2.1:devel/rubygem-grape \ + rubygem-grape20>=2.0.0<2.1:devel/rubygem-grape20 \ rubygem-grape-entity>=1.0.1<1.1,1:devel/rubygem-grape-entity \ rubygem-grape-swagger20>=2.0.2<2.1:devel/rubygem-grape-swagger20 \ rubygem-grape-swagger-entity>=0.5.1<0.6:devel/rubygem-grape-swagger-entity \