From aaa945714f7184e527915c4fce6ab37f33e0ac39 Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Sun, 31 Jul 2022 03:26:53 +0800 Subject: [PATCH] www/gitlab-ce: Change RUN_DEPENDS from rubygem-bootsnap to rubygem-bootsnap112 - 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 4ed39cbfe7f3..de27327f32a9 100644 --- a/www/gitlab-ce/Makefile +++ b/www/gitlab-ce/Makefile @@ -1,6 +1,6 @@ PORTNAME= gitlab-ce PORTVERSION= 15.1.4 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= www devel MAINTAINER= mfechner@FreeBSD.org @@ -26,7 +26,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.12.0<1.13:devel/rubygem-bootsnap \ + rubygem-bootsnap112>=1.12.0<1.13:devel/rubygem-bootsnap112 \ 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 \