From 5c2597808c0577ebfe009a65b4ddf591510ee1fc Mon Sep 17 00:00:00 2001 From: Matthias Fechner Date: Sun, 19 Oct 2025 09:15:46 +0200 Subject: www/gitlab: fix regression from 5028178941fc081cd43354ea03ceda365a12f73d this fixes a depedency conflict with rubygem-logger which was added into package security/rubygem-omniauth which conflicts with rubygem-logger-gitlab --- net/rubygem-gitlab_omniauth-ldap-gitlab/Makefile | 23 +++++++++++++++++++++++ net/rubygem-gitlab_omniauth-ldap-gitlab/distinfo | 3 +++ net/rubygem-gitlab_omniauth-ldap-gitlab/pkg-descr | 1 + 3 files changed, 27 insertions(+) create mode 100644 net/rubygem-gitlab_omniauth-ldap-gitlab/Makefile create mode 100644 net/rubygem-gitlab_omniauth-ldap-gitlab/distinfo create mode 100644 net/rubygem-gitlab_omniauth-ldap-gitlab/pkg-descr (limited to 'net/rubygem-gitlab_omniauth-ldap-gitlab') diff --git a/net/rubygem-gitlab_omniauth-ldap-gitlab/Makefile b/net/rubygem-gitlab_omniauth-ldap-gitlab/Makefile new file mode 100644 index 000000000000..01bc3496a74b --- /dev/null +++ b/net/rubygem-gitlab_omniauth-ldap-gitlab/Makefile @@ -0,0 +1,23 @@ +PORTNAME= gitlab_omniauth-ldap +PORTVERSION= 2.2.0 +PORTREVISION= 0 +CATEGORIES= net rubygems +MASTER_SITES= RG +PKGNAMESUFFIX= -gitlab + +MAINTAINER= mfechner@FreeBSD.org +COMMENT= LDAP strategy for OmniAuth +WWW= https://gitlab.com/gitlab-org/omniauth-ldap + +LICENSE= MIT + +RUN_DEPENDS= rubygem-net-ldap>=0.16<1:net/rubygem-net-ldap \ + rubygem-omniauth-gl>=1.3<3:security/rubygem-omniauth-gl \ + rubygem-pyu-ruby-sasl>=0.0.3.3<0.1:security/rubygem-pyu-ruby-sasl \ + rubygem-rubyntlm>=0.5<1:net/rubygem-rubyntlm + +USES= gem + +NO_ARCH= yes + +.include diff --git a/net/rubygem-gitlab_omniauth-ldap-gitlab/distinfo b/net/rubygem-gitlab_omniauth-ldap-gitlab/distinfo new file mode 100644 index 000000000000..c58ac6a6327a --- /dev/null +++ b/net/rubygem-gitlab_omniauth-ldap-gitlab/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1658815502 +SHA256 (rubygem/gitlab_omniauth-ldap-2.2.0.gem) = bb4d20acb3b123ed654a8f6a47d3fac673ece7ed0b6992edb92dca14bad2838c +SIZE (rubygem/gitlab_omniauth-ldap-2.2.0.gem) = 15360 diff --git a/net/rubygem-gitlab_omniauth-ldap-gitlab/pkg-descr b/net/rubygem-gitlab_omniauth-ldap-gitlab/pkg-descr new file mode 100644 index 000000000000..cd376560a430 --- /dev/null +++ b/net/rubygem-gitlab_omniauth-ldap-gitlab/pkg-descr @@ -0,0 +1 @@ +A LDAP strategy for OmniAuth. -- cgit v1.2.3 From 31a3d11a9e51f3550390e88d3d15f3f8fdc7a0c3 Mon Sep 17 00:00:00 2001 From: Matthias Fechner Date: Sat, 25 Oct 2025 16:55:56 +0200 Subject: net/rubygem-gitlab_omniauth-ldap-gitlab: update to 2.3.0 Required for gitlab 18.4.3 --- net/rubygem-gitlab_omniauth-ldap-gitlab/Makefile | 3 +-- net/rubygem-gitlab_omniauth-ldap-gitlab/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 5 deletions(-) (limited to 'net/rubygem-gitlab_omniauth-ldap-gitlab') diff --git a/net/rubygem-gitlab_omniauth-ldap-gitlab/Makefile b/net/rubygem-gitlab_omniauth-ldap-gitlab/Makefile index 01bc3496a74b..56ba4987d1a2 100644 --- a/net/rubygem-gitlab_omniauth-ldap-gitlab/Makefile +++ b/net/rubygem-gitlab_omniauth-ldap-gitlab/Makefile @@ -1,6 +1,5 @@ PORTNAME= gitlab_omniauth-ldap -PORTVERSION= 2.2.0 -PORTREVISION= 0 +PORTVERSION= 2.3.0 CATEGORIES= net rubygems MASTER_SITES= RG PKGNAMESUFFIX= -gitlab diff --git a/net/rubygem-gitlab_omniauth-ldap-gitlab/distinfo b/net/rubygem-gitlab_omniauth-ldap-gitlab/distinfo index c58ac6a6327a..de8cdeb8c93c 100644 --- a/net/rubygem-gitlab_omniauth-ldap-gitlab/distinfo +++ b/net/rubygem-gitlab_omniauth-ldap-gitlab/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1658815502 -SHA256 (rubygem/gitlab_omniauth-ldap-2.2.0.gem) = bb4d20acb3b123ed654a8f6a47d3fac673ece7ed0b6992edb92dca14bad2838c -SIZE (rubygem/gitlab_omniauth-ldap-2.2.0.gem) = 15360 +TIMESTAMP = 1761392605 +SHA256 (rubygem/gitlab_omniauth-ldap-2.3.0.gem) = 167036fe37c2711f2e1d2047260766e4c9b31ac37dfc873b101bcd4ea2a3a3b4 +SIZE (rubygem/gitlab_omniauth-ldap-2.3.0.gem) = 15360 -- cgit v1.2.3