Skip to content

Commit

Permalink
www/gitlab-ce: fix regression from bf20249
Browse files Browse the repository at this point in the history
  • Loading branch information
mfechner committed Feb 22, 2024
1 parent 83fd6eb commit ea2f77f
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 2 deletions.
1 change: 1 addition & 0 deletions devel/Makefile
Expand Up @@ -7345,6 +7345,7 @@
SUBDIR += rubygem-reline
SUBDIR += rubygem-request_store
SUBDIR += rubygem-request_store14
SUBDIR += rubygem-request_store15
SUBDIR += rubygem-require_all
SUBDIR += rubygem-resque
SUBDIR += rubygem-resque-scheduler
Expand Down
20 changes: 20 additions & 0 deletions devel/rubygem-request_store15/Makefile
@@ -0,0 +1,20 @@
PORTNAME= request_store
PORTVERSION= 1.5.1
CATEGORIES= devel rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 15

MAINTAINER= ruby@FreeBSD.org
COMMENT= RequestStore gives you per-request global storage
WWW= https://github.com/steveklabnik/request_store

LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt

RUN_DEPENDS= rubygem-rack>=1.4:www/rubygem-rack

USES= gem

NO_ARCH= yes

.include <bsd.port.mk>
3 changes: 3 additions & 0 deletions devel/rubygem-request_store15/distinfo
@@ -0,0 +1,3 @@
TIMESTAMP = 1708587995
SHA256 (rubygem/request_store-1.5.1.gem) = 07a204d161590789f2b1d27f9f0eadcdecd6d868cb2f03240250e1bc747df78e
SIZE (rubygem/request_store-1.5.1.gem) = 9728
1 change: 1 addition & 0 deletions devel/rubygem-request_store15/pkg-descr
@@ -0,0 +1 @@
RequestStore gives you per-request global storage.
4 changes: 2 additions & 2 deletions www/gitlab-ce/Makefile
@@ -1,6 +1,6 @@
PORTNAME= gitlab-ce
PORTVERSION= 16.8.3
PORTREVISION= 1
PORTREVISION= 2
DISTVERSIONPREFIX= v
CATEGORIES= www devel

Expand Down Expand Up @@ -195,7 +195,7 @@ MY_DEPENDS= git>=2.41.0:devel/git \
rubygem-addressable>=2.8<3:www/rubygem-addressable \
rubygem-tanuki_emoji>=0.9<1:graphics/rubygem-tanuki_emoji \
rubygem-gon-rails70>=6.4.0<6.5:www/rubygem-gon-rails70 \
rubygem-request_store>=1.5.1<2.0:devel/rubygem-request_store \
rubygem-request_store15>=1.5.1<1.6:devel/rubygem-request_store15 \
rubygem-base32>=0.3.0<0.4.0:converters/rubygem-base32 \
rubygem-gitlab-license>=2.3<3:devel/rubygem-gitlab-license \
rubygem-rack-attack>=6.7.0<6.8:www/rubygem-rack-attack \
Expand Down

0 comments on commit ea2f77f

Please sign in to comment.