Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Oct 2019 17:16:49 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r515001 - head/misc/rubygem-dotenv-rails-rails5
Message-ID:  <201910201716.x9KHGnSZ078812@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Oct 20 17:16:48 2019
New Revision: 515001
URL: https://svnweb.freebsd.org/changeset/ports/515001

Log:
  Update version requirement of RUN_DEPENDS

Modified:
  head/misc/rubygem-dotenv-rails-rails5/Makefile

Modified: head/misc/rubygem-dotenv-rails-rails5/Makefile
==============================================================================
--- head/misc/rubygem-dotenv-rails-rails5/Makefile	Sun Oct 20 17:16:44 2019	(r515000)
+++ head/misc/rubygem-dotenv-rails-rails5/Makefile	Sun Oct 20 17:16:48 2019	(r515001)
@@ -14,7 +14,7 @@ LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	rubygem-dotenv>=${PORTVERSION}:misc/rubygem-dotenv \
-		rubygem-railties5>=3.2:www/rubygem-railties5
+		rubygem-railties5>=3.2<6.1:www/rubygem-railties5
 
 USES=		gem
 USE_RUBY=	yes



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