git: 4966e2cad00e - main - www/gitlab-ce: Change RUN_DEPENDS from rubygem-bootsnap to rubygem-bootsnap19
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 25 Jan 2022 19:56:53 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=4966e2cad00e156be4747f90f6b7ff3d21e555ce commit 4966e2cad00e156be4747f90f6b7ff3d21e555ce Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-01-25 19:25:42 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-01-25 19:51:16 +0000 www/gitlab-ce: Change RUN_DEPENDS from rubygem-bootsnap to rubygem-bootsnap19 - 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 30982ce9e56b..aadd8c479dc7 100644 --- a/www/gitlab-ce/Makefile +++ b/www/gitlab-ce/Makefile @@ -2,7 +2,7 @@ PORTNAME= gitlab-ce PORTVERSION= 14.6.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www devel MAINTAINER= mfechner@FreeBSD.org @@ -25,7 +25,7 @@ MY_DEPENDS= git>=2.32.0:devel/git \ gtar>0:archivers/gtar \ bash>0:shells/bash \ rubygem-rails61>=6.1.4.1<6.1.5:www/rubygem-rails61 \ - rubygem-bootsnap>=1.9.1<1.10:devel/rubygem-bootsnap \ + rubygem-bootsnap19>=1.9.1<1.10:devel/rubygem-bootsnap19 \ rubygem-responders-rails61>=3.0<4.0:www/rubygem-responders-rails61 \ rubygem-sprockets3>=3.7<3.8:devel/rubygem-sprockets3 \ rubygem-default_value_for>=3.4.0<3.5.0:devel/rubygem-default_value_for \