git: fa7ab796131f - main - www/gitlab-ce: Change RUN_DEPENDS from rubygem-bootsnap to rubygem-bootsnap111
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 03 Jun 2022 09:07:47 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=fa7ab796131f5a73d093dc96ea6aad16a89de55a commit fa7ab796131f5a73d093dc96ea6aad16a89de55a Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-06-03 08:55:40 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-06-03 09:01:07 +0000 www/gitlab-ce: Change RUN_DEPENDS from rubygem-bootsnap to rubygem-bootsnap111 - 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 4855c342d9c3..d6cd4e3ed80c 100644 --- a/www/gitlab-ce/Makefile +++ b/www/gitlab-ce/Makefile @@ -2,7 +2,7 @@ PORTNAME= gitlab-ce PORTVERSION= 15.0.0 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= www devel MAINTAINER= mfechner@FreeBSD.org @@ -28,7 +28,7 @@ MY_DEPENDS= git>=2.32.0:devel/git \ gtar>0:archivers/gtar \ bash>0:shells/bash \ rubygem-rails61>=6.1.6.0<6.1.7:www/rubygem-rails61 \ - rubygem-bootsnap>=1.9.4<1.12:devel/rubygem-bootsnap \ + rubygem-bootsnap111>=1.9.4<1.12:devel/rubygem-bootsnap111 \ rubygem-responders-rails61>=3.0<4.0:www/rubygem-responders-rails61 \ rubygem-sprockets3>=3.7<3.8:devel/rubygem-sprockets3 \ rubygem-view_component-rails61>=2.50.0<2.51:devel/rubygem-view_component-rails61 \