aboutsummaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorMatthias Fechner <mfechner@FreeBSD.org>2019-08-30 07:26:06 +0000
committerMatthias Fechner <mfechner@FreeBSD.org>2019-08-30 07:26:06 +0000
commitb99c4c9304a4e367dbcde1971abbe3584a7f64e5 (patch)
treef7a75a429b7522a574281b08fad9f0e2ada6eaf1 /security
parent38b65fb97a80d171f7aee96b5c6af5a2bfd9525e (diff)
downloadports-b99c4c9304a4e367dbcde1971abbe3584a7f64e5.tar.gz
ports-b99c4c9304a4e367dbcde1971abbe3584a7f64e5.zip
Switch ports required by gitlab-ce 12.1 from rails 5.0 to rails 5.2.
Notes
Notes: svn path=/head/; revision=510241
Diffstat (limited to 'security')
-rw-r--r--security/rubygem-doorkeeper43/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/rubygem-doorkeeper43/Makefile b/security/rubygem-doorkeeper43/Makefile
index 654dc004e72e..f29e558ce3d8 100644
--- a/security/rubygem-doorkeeper43/Makefile
+++ b/security/rubygem-doorkeeper43/Makefile
@@ -2,7 +2,7 @@
PORTNAME= doorkeeper
PORTVERSION= 4.3.2
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= security rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 43
@@ -13,7 +13,7 @@ COMMENT= Doorkeeper is an OAuth 2 provider for Rails and Grape
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
-RUN_DEPENDS= rubygem-railties5>=4.2:www/rubygem-railties5
+RUN_DEPENDS= rubygem-railties52>=4.2:www/rubygem-railties52
USES= gem
USE_RUBY= yes