Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 May 2017 02:20:07 +0000 (UTC)
From:      Joseph Mingrone <jrm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r441651 - in head/security: . rubygem-doorkeeper-rails50
Message-ID:  <201705250220.v4P2K7YN052794@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jrm
Date: Thu May 25 02:20:07 2017
New Revision: 441651
URL: https://svnweb.freebsd.org/changeset/ports/441651

Log:
  security/rubygem-doorkeeper-rails50: Create rails version 5.0 port by
  copying security/rubygem-doorkeeper-rails5
  
  Approved by:	swills (mentor, implicit)

Added:
  head/security/rubygem-doorkeeper-rails50/
     - copied from r441626, head/security/rubygem-doorkeeper-rails5/
Modified:
  head/security/Makefile
  head/security/rubygem-doorkeeper-rails50/Makefile

Modified: head/security/Makefile
==============================================================================
--- head/security/Makefile	Thu May 25 02:18:03 2017	(r441650)
+++ head/security/Makefile	Thu May 25 02:20:07 2017	(r441651)
@@ -1010,6 +1010,7 @@
     SUBDIR += rubygem-digest-crc
     SUBDIR += rubygem-doorkeeper
     SUBDIR += rubygem-doorkeeper-rails5
+    SUBDIR += rubygem-doorkeeper-rails50
     SUBDIR += rubygem-encryptor
     SUBDIR += rubygem-ezcrypto
     SUBDIR += rubygem-googleauth

Modified: head/security/rubygem-doorkeeper-rails50/Makefile
==============================================================================
--- head/security/rubygem-doorkeeper-rails5/Makefile	Wed May 24 22:42:14 2017	(r441626)
+++ head/security/rubygem-doorkeeper-rails50/Makefile	Thu May 25 02:20:07 2017	(r441651)
@@ -4,7 +4,7 @@ PORTNAME=	doorkeeper
 PORTVERSION=	4.2.5
 CATEGORIES=	security rubygems
 MASTER_SITES=	RG
-PKGNAMESUFFIX=	-rails5
+PKGNAMESUFFIX=	-rails50
 
 MAINTAINER=	jrm@FreeBSD.org
 COMMENT=	Doorkeeper is an OAuth 2 provider for Rails and Grape
@@ -12,7 +12,7 @@ COMMENT=	Doorkeeper is an OAuth 2 provid
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/MIT-LICENSE
 
-RUN_DEPENDS=	rubygem-railties5>0:www/rubygem-railties5
+RUN_DEPENDS=	rubygem-railties50>0:www/rubygem-railties50
 
 NO_ARCH=	yes
 USE_RUBY=	yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705250220.v4P2K7YN052794>