diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2025-04-29 19:49:37 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2025-04-29 20:43:08 +0800 |
commit | 13320923d39e902a240f82d32baf80c814f232ac (patch) | |
tree | cab90abb0476a94949da8df8bbb573753413ffca | |
parent | lang/intel-compute-runtime: Mark BROKEN (diff) |
www/gitlab: Change RUN_DEPENDS from rubygem-icalendar to rubygem-icalendar-gitlab
- Bump PORTREVISION for dependency change
-rw-r--r-- | www/gitlab/Makefile | 2 | ||||
-rw-r--r-- | www/gitlab/Makefile.common | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/www/gitlab/Makefile b/www/gitlab/Makefile index a2bac91b338d..8fc1f0f90c32 100644 --- a/www/gitlab/Makefile +++ b/www/gitlab/Makefile @@ -159,7 +159,7 @@ MY_DEPENDS= gitaly>=${GITLAB_VERSION}:devel/gitaly \ rubygem-gitlab-glfm-markdown>=0.0.29<0.1:textproc/rubygem-gitlab-glfm-markdown \ rubygem-tanuki_emoji>=0.13<1:graphics/rubygem-tanuki_emoji \ rubygem-unicode-emoji>=4.0.4<5:devel/rubygem-unicode-emoji \ - rubygem-icalendar>=2.10.3<2.11:devel/rubygem-icalendar \ + rubygem-icalendar-gitlab>=2.10.3<2.11:devel/rubygem-icalendar-gitlab \ rubygem-diffy>=3.4<4:textproc/rubygem-diffy \ rubygem-rack22>=2.2.13,3<2.3,3:www/rubygem-rack22 \ rubygem-rack-timeout>=0.7.0<0.8:www/rubygem-rack-timeout \ diff --git a/www/gitlab/Makefile.common b/www/gitlab/Makefile.common index b2819cf58287..0380e62b9ba8 100644 --- a/www/gitlab/Makefile.common +++ b/www/gitlab/Makefile.common @@ -1,5 +1,5 @@ GITLAB_VERSION= 17.11.1 -GITLAB_PORTREVISION= 1 +GITLAB_PORTREVISION= 2 # Git version gitaly should use (from gitlab mirror) # Find current tag from Makefile and .gitlab-ci.yaml |