git: 4c6dcb621687 - main - www/gitlab: Update RUN_DEPENDS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 21 Nov 2024 13:49:09 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=4c6dcb621687cc8c0ef09c5480714f3e1dfe6dac commit 4c6dcb621687cc8c0ef09c5480714f3e1dfe6dac Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-11-21 13:34:25 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-11-21 13:39:54 +0000 www/gitlab: Update RUN_DEPENDS - Change RUN_DEPENDS from rubygem-json to rubygem-json27 - Change RUN_DEPENDS from rubygem-net-http to rubygem-net-http041 - Bump PORTREVISION for dependency change --- www/gitlab/Makefile | 4 ++-- www/gitlab/Makefile.common | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/www/gitlab/Makefile b/www/gitlab/Makefile index f30b1e8d9251..bfb975c722b5 100644 --- a/www/gitlab/Makefile +++ b/www/gitlab/Makefile @@ -290,7 +290,7 @@ MY_DEPENDS= git>=2.41.0:devel/git \ rubygem-lockbox>=1.3.0<1.4:security/rubygem-lockbox \ rubygem-valid_email>=0.1<1:mail/rubygem-valid_email \ rubygem-jsonb_accessor>=1.3.10<1.4:www/rubygem-jsonb_accessor \ - rubygem-json>=2.7.2<2.8:devel/rubygem-json \ + rubygem-json27>=2.7.2<2.8:devel/rubygem-json27 \ rubygem-json_schemer>=2.3.0<2.4:devel/rubygem-json_schemer \ rubygem-oj313>=3.13.21<3.14:devel/rubygem-oj313 \ rubygem-oj-introspect>=0.7<1:devel/rubygem-oj-introspect \ @@ -308,7 +308,7 @@ MY_DEPENDS= git>=2.41.0:devel/git \ rubygem-app_store_connect>=0:net/rubygem-app_store_connect \ rubygem-telesignenterprise>=2.2<3:devel/rubygem-telesignenterprise \ rubygem-net-protocol01>=0.1.3<0.2:net/rubygem-net-protocol01 \ - rubygem-net-http>=0.4.1<0.4.2:www/rubygem-net-http \ + rubygem-net-http041>=0.4.1<0.4.2:www/rubygem-net-http041 \ rubygem-duo_api>=1.3<2:security/rubygem-duo_api \ rubygem-gitlab-sdk>=0.3.0<0.4:devel/rubygem-gitlab-sdk \ rubygem-paper_trail>=15.0<16:devel/rubygem-paper_trail \ diff --git a/www/gitlab/Makefile.common b/www/gitlab/Makefile.common index 659edd549c1f..0bc0562f1f98 100644 --- a/www/gitlab/Makefile.common +++ b/www/gitlab/Makefile.common @@ -1,5 +1,5 @@ GITLAB_VERSION= 17.5.2 -GITLAB_PORTREVISION= 0 +GITLAB_PORTREVISION= 1 # Git version gitaly should use (from gitlab mirror) # Find current tag from Makefile and .gitlab-ci.yaml