git: a5b0d6e61923 - main - www/gitlab-ce: Change RUN_DEPENDS from rubygem-faraday to rubygem-faraday1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 03 Jun 2022 23:41:13 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=a5b0d6e6192309f8e5c765180055960182918eb8 commit a5b0d6e6192309f8e5c765180055960182918eb8 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-06-03 23:24:10 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-06-03 23:36:56 +0000 www/gitlab-ce: Change RUN_DEPENDS from rubygem-faraday to rubygem-faraday1 - 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 ed75bae0de73..6b738e95300e 100644 --- a/www/gitlab-ce/Makefile +++ b/www/gitlab-ce/Makefile @@ -2,7 +2,7 @@ PORTNAME= gitlab-ce PORTVERSION= 15.0.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www devel MAINTAINER= mfechner@FreeBSD.org @@ -36,7 +36,7 @@ MY_DEPENDS= git>=2.32.0:devel/git \ rubygem-pg>=1.2.3<2:databases/rubygem-pg \ rubygem-rugged>=1.2<2:devel/rubygem-rugged \ rubygem-grape-path-helpers>=1.7.0<1.8:devel/rubygem-grape-path-helpers \ - rubygem-faraday>=1.10.0<2:www/rubygem-faraday \ + rubygem-faraday1>=1.10.0<2:www/rubygem-faraday1 \ rubygem-marginalia>=1.10.0<1.11:databases/rubygem-marginalia \ rubygem-declarative_policy>=1.1.0<1.2:security/rubygem-declarative_policy \ rubygem-devise47-rails61>=4.7.2<4.8:devel/rubygem-devise47-rails61 \