aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Fechner <mfechner@FreeBSD.org>2018-08-31 12:25:38 +0000
committerMatthias Fechner <mfechner@FreeBSD.org>2018-08-31 12:25:38 +0000
commita30d4de639fc6e44d9fedaedd9f491280a1d1495 (patch)
tree3c8225011a269ed00531e8dd59720e41c39c53b6
parente00110b5755dad7bc58754c56c177c9cd35983a3 (diff)
downloadports-a30d4de639fc6e44d9fedaedd9f491280a1d1495.tar.gz
ports-a30d4de639fc6e44d9fedaedd9f491280a1d1495.zip
MFH: r476298
Copied port security/rubygem-doorkeeper and fix it to version 4.3.x which is required by gitlab. PR: 230306 Approved by: mentors (implicit) Approved by: ports-secteam (miwi)
Notes
Notes: svn path=/branches/2018Q3/; revision=478551
-rw-r--r--security/Makefile1
-rw-r--r--security/rubygem-doorkeeper43/Makefile24
-rw-r--r--security/rubygem-doorkeeper43/distinfo3
-rw-r--r--security/rubygem-doorkeeper43/pkg-descr4
4 files changed, 32 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile
index f26a4cbe8cc7..194faac021a9 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -1103,6 +1103,7 @@
SUBDIR += rubygem-digest-crc
SUBDIR += rubygem-doorkeeper
SUBDIR += rubygem-doorkeeper42
+ SUBDIR += rubygem-doorkeeper43
SUBDIR += rubygem-doorkeeper-openid_connect
SUBDIR += rubygem-doorkeeper-openid_connect12
SUBDIR += rubygem-doorkeeper-rails5
diff --git a/security/rubygem-doorkeeper43/Makefile b/security/rubygem-doorkeeper43/Makefile
new file mode 100644
index 000000000000..472bebe11f57
--- /dev/null
+++ b/security/rubygem-doorkeeper43/Makefile
@@ -0,0 +1,24 @@
+# $FreeBSD$
+
+PORTNAME= doorkeeper
+PORTVERSION= 4.3.2
+CATEGORIES= security rubygems
+MASTER_SITES= RG
+PKGNAMESUFFIX= 43
+
+MAINTAINER= mfechner@FreeBSD.org
+COMMENT= Doorkeeper is an OAuth 2 provider for Rails and Grape
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
+
+RUN_DEPENDS= rubygem-railties4>=4.2:www/rubygem-railties4
+
+USES= gem
+USE_RUBY= yes
+
+NO_ARCH= yes
+
+PORTSCOUT= limit:^4\.3\.
+
+.include <bsd.port.mk>
diff --git a/security/rubygem-doorkeeper43/distinfo b/security/rubygem-doorkeeper43/distinfo
new file mode 100644
index 000000000000..b617d83aded6
--- /dev/null
+++ b/security/rubygem-doorkeeper43/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1522398991
+SHA256 (rubygem/doorkeeper-4.3.2.gem) = 3f9fa31a499bbae1f5228a78484cfe816dbaa391f47790eba6628181e2005908
+SIZE (rubygem/doorkeeper-4.3.2.gem) = 117760
diff --git a/security/rubygem-doorkeeper43/pkg-descr b/security/rubygem-doorkeeper43/pkg-descr
new file mode 100644
index 000000000000..05c77e09e5d2
--- /dev/null
+++ b/security/rubygem-doorkeeper43/pkg-descr
@@ -0,0 +1,4 @@
+Doorkeeper is a Ruby gem that makes it easy to introduce OAuth 2
+provider functionality to a Rails or Grape application.
+
+WWW: https://github.com/doorkeeper-gem/doorkeeper