www/gitlab-ce: fix build errors cause by dep upgrade

Several dep upgrade of rubgems port broke the gitlab-ce port.
The problem are reported by e.g.
https://beefy16.nyi.freebsd.org/data/131amd64-default/d20a3cf7e848/logs/gitlab-ce-15.3.4_1.log

and also by users.
PR:		266963
This commit is contained in:
Matthias Fechner 2022-10-12 19:45:08 +02:00
parent 03b6b97b18
commit f41faa20a8
6 changed files with 35 additions and 3 deletions

View File

@ -1,5 +1,6 @@
PORTNAME= license_finder
PORTVERSION= 7.0.1
PORTREVISION= 1
CATEGORIES= devel rubygems
MASTER_SITES= RG
@ -12,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-bundler>=0:sysutils/rubygem-bundler \
rubygem-rubyzip>=1<3:archivers/rubygem-rubyzip \
rubygem-thor10>=1.0.1<1.1:devel/rubygem-thor10 \
rubygem-thor>=1.2.0<1.3:devel/rubygem-thor \
rubygem-tomlrb>=1.3<2.1:textproc/rubygem-tomlrb \
rubygem-with_env>=1.1.0<1.1.1:devel/rubygem-with_env \
rubygem-xml-simple>=1.1.9<1.2:textproc/rubygem-xml-simple

View File

@ -1,6 +1,6 @@
PORTNAME= doorkeeper-openid_connect
PORTVERSION= 1.7.5
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= security rubygems
MASTER_SITES= RG
@ -12,7 +12,7 @@ LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= rubygem-doorkeeper>=5.2<5.6:security/rubygem-doorkeeper \
rubygem-json-jwt>=1.11:www/rubygem-json-jwt
rubygem-json-jwt115>=1.11:www/rubygem-json-jwt115
USES= gem
USE_RUBY= yes

View File

@ -1979,6 +1979,7 @@
SUBDIR += rubygem-jsbundling-rails
SUBDIR += rubygem-jsobfu
SUBDIR += rubygem-json-jwt
SUBDIR += rubygem-json-jwt115
SUBDIR += rubygem-jwt
SUBDIR += rubygem-kaminari
SUBDIR += rubygem-kaminari-actionview

View File

@ -0,0 +1,25 @@
PORTNAME= json-jwt
PORTVERSION= 1.15.3
CATEGORIES= www devel rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 115
MAINTAINER= ruby@FreeBSD.org
COMMENT= JSON Web Token implementation in Ruby
WWW= https://github.com/nov/json-jwt
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-activesupport60>=4.2:devel/rubygem-activesupport60 \
rubygem-aes_key_wrap>=0:security/rubygem-aes_key_wrap \
rubygem-bindata>=0:devel/rubygem-bindata \
rubygem-httpclient>=0:www/rubygem-httpclient
USES= gem
USE_RUBY= yes
NO_ARCH= yes
PORTSCOUT= limit:^1\.15
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1665595086
SHA256 (rubygem/json-jwt-1.15.3.gem) = 66db4f14e538a774c15502a5b5b26b1f3e7585481bbb96df490aa74b5c2d6110
SIZE (rubygem/json-jwt-1.15.3.gem) = 14848

View File

@ -0,0 +1,2 @@
JSON Web Token and its family (JSON Web Signature, JSON Web Encryption and JSON
Web Key) in Ruby