git: ec7786ce5ff9 - main - www/gitlab-ce: new ports required for gitlab-ce 16.3
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 05 Sep 2023 13:54:36 UTC
The branch main has been updated by mfechner:
URL: https://cgit.FreeBSD.org/ports/commit/?id=ec7786ce5ff9cc09b4648daa531d1de7a3f4f917
commit ec7786ce5ff9cc09b4648daa531d1de7a3f4f917
Author: Matthias Fechner <mfechner@FreeBSD.org>
AuthorDate: 2023-09-02 07:53:46 +0000
Commit: Matthias Fechner <mfechner@FreeBSD.org>
CommitDate: 2023-09-05 13:54:21 +0000
www/gitlab-ce: new ports required for gitlab-ce 16.3
---
devel/Makefile | 3 +++
devel/rubygem-devise48-rails70/Makefile | 28 ++++++++++++++++++++++
devel/rubygem-devise48-rails70/distinfo | 3 +++
devel/rubygem-devise48-rails70/pkg-descr | 1 +
devel/rubygem-gettext_i18n_rails111/Makefile | 22 +++++++++++++++++
devel/rubygem-gettext_i18n_rails111/distinfo | 3 +++
devel/rubygem-gettext_i18n_rails111/pkg-descr | 6 +++++
devel/rubygem-health_check-rails70/Makefile | 22 +++++++++++++++++
devel/rubygem-health_check-rails70/distinfo | 3 +++
devel/rubygem-health_check-rails70/pkg-descr | 1 +
security/Makefile | 3 +++
security/rubygem-attr_encrypted3/Makefile | 22 +++++++++++++++++
security/rubygem-attr_encrypted3/distinfo | 3 +++
security/rubygem-attr_encrypted3/pkg-descr | 2 ++
.../rubygem-devise-two-factor40-rails70/Makefile | 26 ++++++++++++++++++++
.../rubygem-devise-two-factor40-rails70/distinfo | 3 +++
.../rubygem-devise-two-factor40-rails70/pkg-descr | 1 +
security/rubygem-doorkeeper-rails70/Makefile | 22 +++++++++++++++++
security/rubygem-doorkeeper-rails70/distinfo | 3 +++
security/rubygem-doorkeeper-rails70/pkg-descr | 2 ++
20 files changed, 179 insertions(+)
diff --git a/devel/Makefile b/devel/Makefile
index 80eba4ebd525..35e9db4fc350 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -6711,6 +6711,7 @@
SUBDIR += rubygem-devise-rails60
SUBDIR += rubygem-devise-rails61
SUBDIR += rubygem-devise-rails70
+ SUBDIR += rubygem-devise48-rails70
SUBDIR += rubygem-did_you_mean
SUBDIR += rubygem-dig_rb
SUBDIR += rubygem-directory_watcher
@@ -6824,6 +6825,7 @@
SUBDIR += rubygem-gettext
SUBDIR += rubygem-gettext-setup
SUBDIR += rubygem-gettext_i18n_rails
+ SUBDIR += rubygem-gettext_i18n_rails111
SUBDIR += rubygem-gettext_i18n_rails18
SUBDIR += rubygem-gettext_i18n_rails_js-rails5
SUBDIR += rubygem-gettext_i18n_rails_js-rails50
@@ -6911,6 +6913,7 @@
SUBDIR += rubygem-hashie-forbidden_attributes
SUBDIR += rubygem-hashie4
SUBDIR += rubygem-health_check
+ SUBDIR += rubygem-health_check-rails70
SUBDIR += rubygem-heapy
SUBDIR += rubygem-highline
SUBDIR += rubygem-highline1
diff --git a/devel/rubygem-devise48-rails70/Makefile b/devel/rubygem-devise48-rails70/Makefile
new file mode 100644
index 000000000000..e7741e7579a1
--- /dev/null
+++ b/devel/rubygem-devise48-rails70/Makefile
@@ -0,0 +1,28 @@
+PORTNAME= devise
+PORTVERSION= 4.8.1
+CATEGORIES= devel rubygems
+MASTER_SITES= RG
+PKGNAMESUFFIX= 48-rails70
+
+MAINTAINER= ruby@FreeBSD.org
+COMMENT= Flexible authentication solution for Rails with Warden
+WWW= https://github.com/heartcombo/devise
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
+
+RUN_DEPENDS= rubygem-bcrypt>=3.0<4:security/rubygem-bcrypt \
+ rubygem-orm_adapter>=0.1<1:devel/rubygem-orm_adapter \
+ rubygem-railties70>=4.1.0:www/rubygem-railties70 \
+ rubygem-responders-rails70>=0:www/rubygem-responders-rails70 \
+ rubygem-warden>=1.2.3<1.3:devel/rubygem-warden
+
+USES= cpe gem
+
+NO_ARCH= yes
+
+CPE_VENDOR= plataformatec
+
+PORTSCOUT= limit:^4\.8\.
+
+.include <bsd.port.mk>
diff --git a/devel/rubygem-devise48-rails70/distinfo b/devel/rubygem-devise48-rails70/distinfo
new file mode 100644
index 000000000000..d6d9c4c8de28
--- /dev/null
+++ b/devel/rubygem-devise48-rails70/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1693629002
+SHA256 (rubygem/devise-4.8.1.gem) = fdd48bbe79a89e7c1152236a70479842ede48bea4fa7f4f2d8da1f872559803e
+SIZE (rubygem/devise-4.8.1.gem) = 91136
diff --git a/devel/rubygem-devise48-rails70/pkg-descr b/devel/rubygem-devise48-rails70/pkg-descr
new file mode 100644
index 000000000000..806ad314b56d
--- /dev/null
+++ b/devel/rubygem-devise48-rails70/pkg-descr
@@ -0,0 +1 @@
+Flexible authentication solution for Rails with Warden
diff --git a/devel/rubygem-gettext_i18n_rails111/Makefile b/devel/rubygem-gettext_i18n_rails111/Makefile
new file mode 100644
index 000000000000..5a014d07a70b
--- /dev/null
+++ b/devel/rubygem-gettext_i18n_rails111/Makefile
@@ -0,0 +1,22 @@
+PORTNAME= gettext_i18n_rails
+PORTVERSION= 1.11.0
+CATEGORIES= devel rubygems
+MASTER_SITES= RG
+PKGNAMESUFFIX= 111
+
+MAINTAINER= ruby@FreeBSD.org
+COMMENT= Simple FastGettext Rails integration
+WWW= https://github.com/grosser/gettext_i18n_rails
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/MIT-LICENSE.txt
+
+RUN_DEPENDS= rubygem-fast_gettext>=0.9.0:devel/rubygem-fast_gettext
+
+USES= gem
+
+NO_ARCH= yes
+
+PORTSCOUT= limit:^1\.11\.
+
+.include <bsd.port.mk>
diff --git a/devel/rubygem-gettext_i18n_rails111/distinfo b/devel/rubygem-gettext_i18n_rails111/distinfo
new file mode 100644
index 000000000000..bbf56a570e55
--- /dev/null
+++ b/devel/rubygem-gettext_i18n_rails111/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1693634682
+SHA256 (rubygem/gettext_i18n_rails-1.11.0.gem) = e19c7e4a256c500f7f38396dca44a282b9838ae278f57c362993a54964b22bbe
+SIZE (rubygem/gettext_i18n_rails-1.11.0.gem) = 13312
diff --git a/devel/rubygem-gettext_i18n_rails111/pkg-descr b/devel/rubygem-gettext_i18n_rails111/pkg-descr
new file mode 100644
index 000000000000..c58156d0b21f
--- /dev/null
+++ b/devel/rubygem-gettext_i18n_rails111/pkg-descr
@@ -0,0 +1,6 @@
+gettext_i18n_rails is simple FastGettext Rails integration. Translate via
+FastGettext, use any other I18n backend as extension/fallback.
+
+Rails does: I18n.t('syntax.with.lots.of.dots') with nested yml files. We do:
+_('Just translate my damn text!') with simple, flat mo/po/yml files or directly
+from db. To use I18n, calls add a syntax.with.lots.of.dots translation.
diff --git a/devel/rubygem-health_check-rails70/Makefile b/devel/rubygem-health_check-rails70/Makefile
new file mode 100644
index 000000000000..6f27b3570b6d
--- /dev/null
+++ b/devel/rubygem-health_check-rails70/Makefile
@@ -0,0 +1,22 @@
+PORTNAME= health_check
+PORTVERSION= 3.1.0
+CATEGORIES= devel rubygems
+MASTER_SITES= RG
+PKGNAMESUFFIX= -rails70
+
+MAINTAINER= ruby@FreeBSD.org
+COMMENT= Simple health check of Rails app for uptime monitoring
+WWW= https://github.com/ianheggie/health_check
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
+
+RUN_DEPENDS= rubygem-railties70>=5.0:www/rubygem-railties70
+
+USES= gem shebangfix
+
+NO_ARCH= yes
+
+SHEBANG_FILES= test/*railsapp
+
+.include <bsd.port.mk>
diff --git a/devel/rubygem-health_check-rails70/distinfo b/devel/rubygem-health_check-rails70/distinfo
new file mode 100644
index 000000000000..8e87e7350f91
--- /dev/null
+++ b/devel/rubygem-health_check-rails70/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1624630294
+SHA256 (rubygem/health_check-3.1.0.gem) = 10146508237dc54ed7e24c292d8ba7fb8f9590cf26c66e325b947438c4103b57
+SIZE (rubygem/health_check-3.1.0.gem) = 34816
diff --git a/devel/rubygem-health_check-rails70/pkg-descr b/devel/rubygem-health_check-rails70/pkg-descr
new file mode 100644
index 000000000000..53267c53e60d
--- /dev/null
+++ b/devel/rubygem-health_check-rails70/pkg-descr
@@ -0,0 +1 @@
+Simple health check of Rails app for uptime monitoring.
diff --git a/security/Makefile b/security/Makefile
index c2e8ec364e0c..e6dc8b2191ba 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -1076,6 +1076,7 @@
SUBDIR += rubygem-airbrussh
SUBDIR += rubygem-android_key_attestation
SUBDIR += rubygem-attr_encrypted
+ SUBDIR += rubygem-attr_encrypted3
SUBDIR += rubygem-bcrypt
SUBDIR += rubygem-bcrypt-ruby
SUBDIR += rubygem-bcrypt_pbkdf
@@ -1086,6 +1087,7 @@
SUBDIR += rubygem-devise-two-factor-rails5
SUBDIR += rubygem-devise-two-factor-rails61
SUBDIR += rubygem-devise-two-factor-rails70
+ SUBDIR += rubygem-devise-two-factor40-rails70
SUBDIR += rubygem-devise_pam_authenticatable2
SUBDIR += rubygem-devise_pam_authenticatable2-rails61
SUBDIR += rubygem-digest
@@ -1095,6 +1097,7 @@
SUBDIR += rubygem-doorkeeper-rails5
SUBDIR += rubygem-doorkeeper-rails50
SUBDIR += rubygem-doorkeeper-rails61
+ SUBDIR += rubygem-doorkeeper-rails70
SUBDIR += rubygem-duo_api
SUBDIR += rubygem-ed25519
SUBDIR += rubygem-encryptor
diff --git a/security/rubygem-attr_encrypted3/Makefile b/security/rubygem-attr_encrypted3/Makefile
new file mode 100644
index 000000000000..679135c7dc61
--- /dev/null
+++ b/security/rubygem-attr_encrypted3/Makefile
@@ -0,0 +1,22 @@
+PORTNAME= attr_encrypted
+PORTVERSION= 3.1.0
+CATEGORIES= security rubygems
+MASTER_SITES= RG
+PKGNAMESUFFIX= 3
+
+MAINTAINER= ruby@FreeBSD.org
+COMMENT= Generates attr_accessors that encrypt and decrypt attributes
+WWW= https://github.com/attr-encrypted/attr_encrypted
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
+
+RUN_DEPENDS= rubygem-encryptor>=3.0.0<3.1:security/rubygem-encryptor
+
+USES= gem
+
+NO_ARCH= yes
+
+PORTSCOUT= limit:^3\.1
+
+.include <bsd.port.mk>
diff --git a/security/rubygem-attr_encrypted3/distinfo b/security/rubygem-attr_encrypted3/distinfo
new file mode 100644
index 000000000000..9c45f22366b6
--- /dev/null
+++ b/security/rubygem-attr_encrypted3/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1693631128
+SHA256 (rubygem/attr_encrypted-3.1.0.gem) = 4f0682604714ed4599cf00771ad27e82f0b51b0ed8644af51a43d21fbe129b59
+SIZE (rubygem/attr_encrypted-3.1.0.gem) = 35840
diff --git a/security/rubygem-attr_encrypted3/pkg-descr b/security/rubygem-attr_encrypted3/pkg-descr
new file mode 100644
index 000000000000..ef0d80dbc633
--- /dev/null
+++ b/security/rubygem-attr_encrypted3/pkg-descr
@@ -0,0 +1,2 @@
+Ruby library which generates attr_accessors that encrypt
+and decrypt attributes transparently
diff --git a/security/rubygem-devise-two-factor40-rails70/Makefile b/security/rubygem-devise-two-factor40-rails70/Makefile
new file mode 100644
index 000000000000..9c732a406be7
--- /dev/null
+++ b/security/rubygem-devise-two-factor40-rails70/Makefile
@@ -0,0 +1,26 @@
+PORTNAME= devise-two-factor
+PORTVERSION= 4.0.2
+CATEGORIES= security rubygems
+MASTER_SITES= RG
+PKGNAMESUFFIX= 40-rails70
+
+MAINTAINER= mfechner@FreeBSD.org
+COMMENT= Barebones two-factor authentication with Devise
+WWW= https://github.com/tinfoil/devise-two-factor
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+RUN_DEPENDS= rubygem-activesupport70>=7.0<7.1:devel/rubygem-activesupport70 \
+ rubygem-attr_encrypted3>=1.3<4:security/rubygem-attr_encrypted3 \
+ rubygem-devise-rails70>=4.0<5:devel/rubygem-devise-rails70 \
+ rubygem-railties70>=7.0<7.1:www/rubygem-railties70 \
+ rubygem-rotp>=6.0<7:devel/rubygem-rotp
+
+USES= gem
+
+NO_ARCH= yes
+
+PORTSCOUT= limit:^4\.0\.
+
+.include <bsd.port.mk>
diff --git a/security/rubygem-devise-two-factor40-rails70/distinfo b/security/rubygem-devise-two-factor40-rails70/distinfo
new file mode 100644
index 000000000000..8c61b5146111
--- /dev/null
+++ b/security/rubygem-devise-two-factor40-rails70/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1693630697
+SHA256 (rubygem/devise-two-factor-4.0.2.gem) = 6548d2696ed090d27046f888f4fa7380f151e0f823902d46fd9b91e7d0cac511
+SIZE (rubygem/devise-two-factor-4.0.2.gem) = 30208
diff --git a/security/rubygem-devise-two-factor40-rails70/pkg-descr b/security/rubygem-devise-two-factor40-rails70/pkg-descr
new file mode 100644
index 000000000000..316de9a9d77e
--- /dev/null
+++ b/security/rubygem-devise-two-factor40-rails70/pkg-descr
@@ -0,0 +1 @@
+Barebones two-factor authentication with Devise
diff --git a/security/rubygem-doorkeeper-rails70/Makefile b/security/rubygem-doorkeeper-rails70/Makefile
new file mode 100644
index 000000000000..d42851a117ab
--- /dev/null
+++ b/security/rubygem-doorkeeper-rails70/Makefile
@@ -0,0 +1,22 @@
+PORTNAME= doorkeeper
+PORTVERSION= 5.6.6
+CATEGORIES= security rubygems
+MASTER_SITES= RG
+PKGNAMESUFFIX= -rails70
+
+MAINTAINER= ruby@FreeBSD.org
+COMMENT= OAuth2 provider for Rails and Grape
+WWW= https://github.com/doorkeeper-gem/doorkeeper
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
+
+RUN_DEPENDS= rubygem-railties70>=5:www/rubygem-railties70
+
+USES= cpe gem
+
+NO_ARCH= yes
+
+CPE_VENDOR= doorkeeper_project
+
+.include <bsd.port.mk>
diff --git a/security/rubygem-doorkeeper-rails70/distinfo b/security/rubygem-doorkeeper-rails70/distinfo
new file mode 100644
index 000000000000..d3fd0efbfda8
--- /dev/null
+++ b/security/rubygem-doorkeeper-rails70/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1680175864
+SHA256 (rubygem/doorkeeper-5.6.6.gem) = 2344e86c77770526efcda893b5217aa13d1c7eb1b40de840b58b19eb1ff757e0
+SIZE (rubygem/doorkeeper-5.6.6.gem) = 105472
diff --git a/security/rubygem-doorkeeper-rails70/pkg-descr b/security/rubygem-doorkeeper-rails70/pkg-descr
new file mode 100644
index 000000000000..ed39cf3f3049
--- /dev/null
+++ b/security/rubygem-doorkeeper-rails70/pkg-descr
@@ -0,0 +1,2 @@
+Doorkeeper is a Ruby gem that makes it easy to introduce OAuth 2
+provider functionality to a Rails or Grape application.