git: 9d4482b9120d - main - www/gitlab-ce: added newly required ports for version 16.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 22 Jun 2023 15:25:18 UTC
The branch main has been updated by mfechner:
URL: https://cgit.FreeBSD.org/ports/commit/?id=9d4482b9120d61284f78ff89a4dee380f40b49c5
commit 9d4482b9120d61284f78ff89a4dee380f40b49c5
Author: Matthias Fechner <mfechner@FreeBSD.org>
AuthorDate: 2023-06-22 15:23:47 +0000
Commit: Matthias Fechner <mfechner@FreeBSD.org>
CommitDate: 2023-06-22 15:25:10 +0000
www/gitlab-ce: added newly required ports for version 16.1
rubygem-net-http 0.1.1 is required due to:
https://gitlab.com/gitlab-org/gitlab/-/issues/413528
---
security/Makefile | 1 +
.../rubygem-omniauth-shibboleth-redux/Makefile | 18 +++++++++++++++++
.../rubygem-omniauth-shibboleth-redux/distinfo | 3 +++
.../rubygem-omniauth-shibboleth-redux/pkg-descr | 1 +
www/Makefile | 1 +
www/rubygem-net-http011/Makefile | 23 ++++++++++++++++++++++
www/rubygem-net-http011/distinfo | 3 +++
www/rubygem-net-http011/pkg-descr | 7 +++++++
8 files changed, 57 insertions(+)
diff --git a/security/Makefile b/security/Makefile
index 91ef27e58eaf..e6514534a762 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -1138,6 +1138,7 @@
SUBDIR += rubygem-omniauth-saml
SUBDIR += rubygem-omniauth-saml1
SUBDIR += rubygem-omniauth-shibboleth
+ SUBDIR += rubygem-omniauth-shibboleth-redux
SUBDIR += rubygem-omniauth1
SUBDIR += rubygem-openssl
SUBDIR += rubygem-openssl-ccm
diff --git a/security/rubygem-omniauth-shibboleth-redux/Makefile b/security/rubygem-omniauth-shibboleth-redux/Makefile
new file mode 100644
index 000000000000..0a2b04a4ad42
--- /dev/null
+++ b/security/rubygem-omniauth-shibboleth-redux/Makefile
@@ -0,0 +1,18 @@
+PORTNAME= omniauth-shibboleth-redux
+PORTVERSION= 2.0.0
+CATEGORIES= security rubygems
+MASTER_SITES= RG
+
+MAINTAINER= ruby@FreeBSD.org
+COMMENT= OmniAuth strategy for Shibboleth
+WWW= https://www.rubydoc.info/gems/omniauth-shibboleth-redux/2.0.0
+
+LICENSE= MIT
+
+RUN_DEPENDS= rubygem-omniauth>=2.0:security/rubygem-omniauth
+
+USES= gem
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>
diff --git a/security/rubygem-omniauth-shibboleth-redux/distinfo b/security/rubygem-omniauth-shibboleth-redux/distinfo
new file mode 100644
index 000000000000..b846c1942b39
--- /dev/null
+++ b/security/rubygem-omniauth-shibboleth-redux/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1687445435
+SHA256 (rubygem/omniauth-shibboleth-redux-2.0.0.gem) = e9b353fd103405fcc8549e8510b9cad857acf0b286d764fac5dba8a93ab8ffe1
+SIZE (rubygem/omniauth-shibboleth-redux-2.0.0.gem) = 11776
diff --git a/security/rubygem-omniauth-shibboleth-redux/pkg-descr b/security/rubygem-omniauth-shibboleth-redux/pkg-descr
new file mode 100644
index 000000000000..7b858f7c62ae
--- /dev/null
+++ b/security/rubygem-omniauth-shibboleth-redux/pkg-descr
@@ -0,0 +1 @@
+OmniAuth Shibboleth strategies for OmniAuth 2.x
diff --git a/www/Makefile b/www/Makefile
index 05c87334d57d..ddae3e968d6c 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -2069,6 +2069,7 @@
SUBDIR += rubygem-nanoc-deploying
SUBDIR += rubygem-nested_form
SUBDIR += rubygem-net-http
+ SUBDIR += rubygem-net-http011
SUBDIR += rubygem-net-http-digest_auth
SUBDIR += rubygem-net-http-persistent
SUBDIR += rubygem-net-http-persistent2
diff --git a/www/rubygem-net-http011/Makefile b/www/rubygem-net-http011/Makefile
new file mode 100644
index 000000000000..373a673e3630
--- /dev/null
+++ b/www/rubygem-net-http011/Makefile
@@ -0,0 +1,23 @@
+PORTNAME= net-http
+PORTVERSION= 0.1.1
+CATEGORIES= www rubygems
+MASTER_SITES= RG
+
+MAINTAINER= ruby@FreeBSD.org
+COMMENT= HTTP client api for Ruby
+WWW= https://github.com/ruby/net-http
+
+LICENSE= BSD2CLAUSE RUBY
+LICENSE_COMB= dual
+LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/LICENSE.txt
+
+RUN_DEPENDS= rubygem-net-protocol>=0:net/rubygem-net-protocol \
+ rubygem-uri>=0:net/rubygem-uri
+
+USES= gem
+
+NO_ARCH= yes
+
+PORTSCOUT= limit:^0\.1\.1
+
+.include <bsd.port.mk>
diff --git a/www/rubygem-net-http011/distinfo b/www/rubygem-net-http011/distinfo
new file mode 100644
index 000000000000..29402448bc03
--- /dev/null
+++ b/www/rubygem-net-http011/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1687447176
+SHA256 (rubygem/net-http-0.1.1.gem) = 75a4e109b6f9af32fad0e98a6180c47aceb415927ca3bd70c8fc3e7dbbabbe86
+SIZE (rubygem/net-http-0.1.1.gem) = 36352
diff --git a/www/rubygem-net-http011/pkg-descr b/www/rubygem-net-http011/pkg-descr
new file mode 100644
index 000000000000..817662f0b1d6
--- /dev/null
+++ b/www/rubygem-net-http011/pkg-descr
@@ -0,0 +1,7 @@
+Net::HTTP provides a rich library which can be used to build HTTP user-agents.
+For more details about HTTP see RFC2616.
+
+Net::HTTP is designed to work closely with URI. URI::HTTP#host, URI::HTTP#port
+and URI::HTTP#request_uri are designed to work with Net::HTTP.
+
+If you are only performing a few GET requests you should try OpenURI.