svn commit: r488205 - head/security/rubygem-doorkeeper43

Matthias Fechner mfechner at FreeBSD.org
Sun Dec 23 12:23:13 UTC 2018


Author: mfechner
Date: Sun Dec 23 12:23:12 2018
New Revision: 488205
URL: https://svnweb.freebsd.org/changeset/ports/488205

Log:
  Port now uses rails50 instead of rails4, required for gitlab-ce 11.6 upgrade.
  
  Approved by:	mentors (implicit)

Modified:
  head/security/rubygem-doorkeeper43/Makefile

Modified: head/security/rubygem-doorkeeper43/Makefile
==============================================================================
--- head/security/rubygem-doorkeeper43/Makefile	Sun Dec 23 12:19:59 2018	(r488204)
+++ head/security/rubygem-doorkeeper43/Makefile	Sun Dec 23 12:23:12 2018	(r488205)
@@ -2,6 +2,7 @@
 
 PORTNAME=	doorkeeper
 PORTVERSION=	4.3.2
+PORTREVISION=	1
 CATEGORIES=	security rubygems
 MASTER_SITES=	RG
 PKGNAMESUFFIX=	43
@@ -12,7 +13,7 @@ COMMENT=	Doorkeeper is an OAuth 2 provider for Rails a
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/MIT-LICENSE
 
-RUN_DEPENDS=	rubygem-railties4>=4.2:www/rubygem-railties4
+RUN_DEPENDS=	rubygem-railties50>=4.2:www/rubygem-railties50
 
 USES=		gem
 USE_RUBY=	yes


More information about the svn-ports-all mailing list