git: be8002782143 - main - www/gitlab: Change RUN_DEPENDS from rubygem-mini_magick to rubygem-mini_magick4
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 16 Jul 2024 15:41:33 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=be8002782143c26be700192aa3482b95a17206d3 commit be8002782143c26be700192aa3482b95a17206d3 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-07-16 15:39:22 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-07-16 15:39:22 +0000 www/gitlab: Change RUN_DEPENDS from rubygem-mini_magick to rubygem-mini_magick4 - Bump PORTREVISION for dependency change --- www/gitlab/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/www/gitlab/Makefile b/www/gitlab/Makefile index ba9172198ad8..e0706b6bb2f0 100644 --- a/www/gitlab/Makefile +++ b/www/gitlab/Makefile @@ -4,6 +4,7 @@ DISTVERSIONPREFIX= v .if ${FLAVOR:U} == ee DISTVERSIONSUFFIX= -ee .endif +PORTREVISION= 1 CATEGORIES= www devel # include patch to fix database migration @@ -104,7 +105,7 @@ MY_DEPENDS= git>=2.41.0:devel/git \ rubygem-kaminari-rails70>=1.2.2<1.3:www/rubygem-kaminari-rails70 \ rubygem-hamlit>=2.15.0<2.16:www/rubygem-hamlit \ rubygem-carrierwave1>=1.3.4<2.0:www/rubygem-carrierwave1 \ - rubygem-mini_magick>=4.12<5:graphics/rubygem-mini_magick \ + rubygem-mini_magick4>=4.12<5:graphics/rubygem-mini_magick4 \ rubygem-fog-aws>=3.18<4:net/rubygem-fog-aws \ rubygem-fog-core210>=2.1.0<2.1.1:devel/rubygem-fog-core210 \ rubygem-fog-google>=1.24.1<1.25:net/rubygem-fog-google \