www/gitlab: unbreak build

fixes dependency issues caused by:
5be56f86c8
f79209ce44
35f8b875d5

(cherry picked from commit 50704b2d55)
This commit is contained in:
Matthias Fechner 2024-10-30 13:22:12 +02:00
parent 398cab9861
commit a4ad5f78fc
11 changed files with 65 additions and 5 deletions

View File

@ -7168,6 +7168,7 @@
SUBDIR += rubygem-fog-core1
SUBDIR += rubygem-fog-core210
SUBDIR += rubygem-fog-core220
SUBDIR += rubygem-fog-core250
SUBDIR += rubygem-fog-json
SUBDIR += rubygem-font-awesome-rails
SUBDIR += rubygem-font-awesome-rails-rails5

View File

@ -0,0 +1,23 @@
PORTNAME= fog-core
PORTVERSION= 2.5.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 250
MAINTAINER= ruby@FreeBSD.org
COMMENT= Shared classes and tests for fog providers and services
WWW= https://github.com/fog/fog-core
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.md
RUN_DEPENDS= rubygem-builder>=0:devel/rubygem-builder \
rubygem-excon0>=0.71<1:devel/rubygem-excon0 \
rubygem-formatador>=0.2<2.0:devel/rubygem-formatador \
rubygem-mime-types>=0:misc/rubygem-mime-types
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1730285943
SHA256 (rubygem/fog-core-2.5.0.gem) = b47b80647a6e5817455ec2baa8f5ca5e3f431d9518e876d55330d08b450cc2ed
SIZE (rubygem/fog-core-2.5.0.gem) = 47104

View File

@ -0,0 +1,2 @@
rubygem-fog-core (Fog::Core) provides shared classes and tests for fog providers
and services.

View File

@ -1285,6 +1285,7 @@
SUBDIR += rubygem-fog-aliyun
SUBDIR += rubygem-fog-atmos
SUBDIR += rubygem-fog-aws
SUBDIR += rubygem-fog-aws328
SUBDIR += rubygem-fog-azure
SUBDIR += rubygem-fog-brightbox
SUBDIR += rubygem-fog-cloudatcost

View File

@ -0,0 +1,26 @@
PORTNAME= fog-aws
PORTVERSION= 3.28.0
CATEGORIES= net rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 328
MAINTAINER= ruby@FreeBSD.org
COMMENT= Module for the 'fog' gem to support Amazon Web Services
WWW= https://github.com/fog/fog-aws
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.md
RUN_DEPENDS= rubygem-base64>=0.2.0<0.3:converters/rubygem-base64 \
rubygem-fog-core250>=2.1<3:devel/rubygem-fog-core250 \
rubygem-fog-json>=1.1<2:devel/rubygem-fog-json \
rubygem-fog-xml>=0.1<1:textproc/rubygem-fog-xml
USES= gem
NO_ARCH= yes
post-install:
${RM} ${STAGEDIR}${PREFIX}/bin/console ${STAGEDIR}${PREFIX}/bin/setup
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1730286749
SHA256 (rubygem/fog-aws-3.28.0.gem) = 7d2e7e13eb123914be9cea12f3d134285fa9fc14e0fa0daebc97386a3d9567cd
SIZE (rubygem/fog-aws-3.28.0.gem) = 433664

View File

@ -0,0 +1 @@
Fog::Aws is a module for the 'fog' gem to support Amazon Web Services.

View File

@ -1,6 +1,6 @@
PORTNAME= fog-google
PORTVERSION= 1.24.1
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= net rubygems
MASTER_SITES= RG
@ -12,7 +12,7 @@ LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.md
RUN_DEPENDS= rubygem-addressable>=2.7.0:www/rubygem-addressable \
rubygem-fog-core>=0<2.6:devel/rubygem-fog-core \
rubygem-fog-core250>=0<2.6:devel/rubygem-fog-core250 \
rubygem-fog-json>=1.2<2:devel/rubygem-fog-json \
rubygem-fog-xml>=0.1.0<0.2:textproc/rubygem-fog-xml \
rubygem-google-apis-compute_v1>=0.53<1:devel/rubygem-google-apis-compute_v1 \

View File

@ -110,7 +110,7 @@ MY_DEPENDS= git>=2.41.0:devel/git \
rubygem-hamlit>=2.15.0<2.16:www/rubygem-hamlit \
rubygem-carrierwave1>=1.3.4<2.0:www/rubygem-carrierwave1 \
rubygem-mini_magick4>=4.12<5:graphics/rubygem-mini_magick4 \
rubygem-fog-aws>=3.26<4:net/rubygem-fog-aws \
rubygem-fog-aws328>=3.26<4:net/rubygem-fog-aws328 \
rubygem-fog-core210>=2.1.0<2.1.1:devel/rubygem-fog-core210 \
rubygem-fog-google>=1.24.1<1.25:net/rubygem-fog-google \
rubygem-fog-local>=0.8<1.0:net/rubygem-fog-local \
@ -192,7 +192,7 @@ MY_DEPENDS= git>=2.41.0:devel/git \
rubygem-circuitbox>=2.0.0<2.1:www/rubygem-circuitbox \
rubygem-sanitize60>=6.0.2<6.1:textproc/rubygem-sanitize60 \
rubygem-babosa>=2.0<3:textproc/rubygem-babosa \
rubygem-loofah>=2.22.0<2.23:textproc/rubygem-loofah \
rubygem-loofah222>=2.22.0<2.23:textproc/rubygem-loofah222 \
rubygem-licensee>=9.16<10:devel/rubygem-licensee \
rubygem-charlock_holmes>=0.7.9<0.8:textproc/rubygem-charlock_holmes \
rubygem-ruby-magic>=0.6<1:devel/rubygem-ruby-magic \

View File

@ -1,5 +1,5 @@
GITLAB_VERSION= 17.5.1
GITLAB_PORTREVISION= 0
GITLAB_PORTREVISION= 1
# Git version gitaly should use (from gitlab mirror)
# Find current tag from Makefile and .gitlab-ci.yaml