Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 May 2017 02:18:04 +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: r441650 - in head/security: . rubygem-devise-two-factor-rails50
Message-ID:  <201705250218.v4P2I4Xo052563@repo.freebsd.org>

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

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

Added:
  head/security/rubygem-devise-two-factor-rails50/
     - copied from r441626, head/security/rubygem-devise-two-factor-rails5/
Modified:
  head/security/Makefile
  head/security/rubygem-devise-two-factor-rails50/Makefile

Modified: head/security/Makefile
==============================================================================
--- head/security/Makefile	Thu May 25 02:15:51 2017	(r441649)
+++ head/security/Makefile	Thu May 25 02:18:03 2017	(r441650)
@@ -1006,6 +1006,7 @@
     SUBDIR += rubygem-bcrypt-ruby
     SUBDIR += rubygem-devise-two-factor
     SUBDIR += rubygem-devise-two-factor-rails5
+    SUBDIR += rubygem-devise-two-factor-rails50
     SUBDIR += rubygem-digest-crc
     SUBDIR += rubygem-doorkeeper
     SUBDIR += rubygem-doorkeeper-rails5

Modified: head/security/rubygem-devise-two-factor-rails50/Makefile
==============================================================================
--- head/security/rubygem-devise-two-factor-rails5/Makefile	Wed May 24 22:42:14 2017	(r441626)
+++ head/security/rubygem-devise-two-factor-rails50/Makefile	Thu May 25 02:18:03 2017	(r441650)
@@ -5,7 +5,7 @@ PORTNAME=	devise-two-factor
 PORTVERSION=	3.0.0
 CATEGORIES=	security rubygems
 MASTER_SITES=	RG
-PKGNAMESUFFIX=	-rails5
+PKGNAMESUFFIX=	-rails50
 
 MAINTAINER=	jrm@FreeBSD.org
 COMMENT=	Barebones two-factor authentication with Devise
@@ -13,10 +13,10 @@ COMMENT=	Barebones two-factor authentica
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	rubygem-activesupport5>=0:devel/rubygem-activesupport5 \
+RUN_DEPENDS=	rubygem-activesupport50>=0:devel/rubygem-activesupport50 \
 		rubygem-attr_encrypted>=1.3:security/rubygem-attr_encrypted \
-		rubygem-devise-rails5>0:devel/rubygem-devise-rails5 \
-		rubygem-railties5>=0:www/rubygem-railties5 \
+		rubygem-devise-rails50>0:devel/rubygem-devise-rails50 \
+		rubygem-railties50>=0:www/rubygem-railties50 \
 		rubygem-rotp>=2.0:devel/rubygem-rotp
 
 NO_ARCH=	yes



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