git: 256b53597e04 - main - www/gitlab-ce: Change RUN_DEPENDS from rubygem-httparty to rubygem-httparty020
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 27 Apr 2023 15:55:59 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=256b53597e04bb4fce92a5aaccbc03946f9bed14 commit 256b53597e04bb4fce92a5aaccbc03946f9bed14 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-04-27 15:49:34 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-04-27 15:49:34 +0000 www/gitlab-ce: Change RUN_DEPENDS from rubygem-httparty to rubygem-httparty020 - 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 606ee78ff465..730d15677344 100644 --- a/www/gitlab-ce/Makefile +++ b/www/gitlab-ce/Makefile @@ -1,6 +1,6 @@ PORTNAME= gitlab-ce PORTVERSION= 15.10.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www devel MAINTAINER= mfechner@FreeBSD.org @@ -156,7 +156,7 @@ MY_DEPENDS= git>=2.39.2:devel/git \ rubygem-redis-namespace19>=1.9.0<1.10.0:databases/rubygem-redis-namespace19 \ rubygem-gitlab-sidekiq-fetcher>=0.9.0<0.10:devel/rubygem-gitlab-sidekiq-fetcher \ rubygem-fugit>=1.8.1<1.9:devel/rubygem-fugit \ - rubygem-httparty>=0.20.0<0.21:www/rubygem-httparty \ + rubygem-httparty020>=0.20.0<0.21:www/rubygem-httparty020 \ rubygem-rainbow>=3.1.1<4.0:devel/rubygem-rainbow \ rubygem-ruby-progressbar>=1.11<2:devel/rubygem-ruby-progressbar \ rubygem-settingslogic>=2.0.9<2.1.0:devel/rubygem-settingslogic \