git: 43a46dbd320e - main - www/gitlab-ce: fix dep for devel/rubygem-fog-core210
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 31 Mar 2022 15:43:02 UTC
The branch main has been updated by mfechner: URL: https://cgit.FreeBSD.org/ports/commit/?id=43a46dbd320eb1873e586aec372537bc0d88853e commit 43a46dbd320eb1873e586aec372537bc0d88853e Author: Matthias Fechner <mfechner@FreeBSD.org> AuthorDate: 2022-03-31 15:36:26 +0000 Commit: Matthias Fechner <mfechner@FreeBSD.org> CommitDate: 2022-03-31 15:42:56 +0000 www/gitlab-ce: fix dep for devel/rubygem-fog-core210 This allows now to also use 2.1.0_1 of rubygem-fog-core210. --- www/gitlab-ce/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/gitlab-ce/Makefile b/www/gitlab-ce/Makefile index 67cc3544ae11..5a3549548880 100644 --- a/www/gitlab-ce/Makefile +++ b/www/gitlab-ce/Makefile @@ -97,7 +97,7 @@ MY_DEPENDS= git>=2.32.0:devel/git \ rubygem-carrierwave>=1.3.2<2.0:www/rubygem-carrierwave \ rubygem-mini_magick410>=4.10.1<4.11:graphics/rubygem-mini_magick410 \ rubygem-fog-aws>=3.12<4:net/rubygem-fog-aws \ - rubygem-fog-core210=2.1.0:devel/rubygem-fog-core210 \ + rubygem-fog-core210>=2.1.0<2.1.1:devel/rubygem-fog-core210 \ rubygem-fog-google>=1.15<2:net/rubygem-fog-google \ rubygem-fog-local>=0.6<1.0:net/rubygem-fog-local \ rubygem-fog-openstack>=1.0<2.0:net/rubygem-fog-openstack \