Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Sep 2019 22:48:09 +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: r511486 - head/textproc/rubygem-jekyll-gist
Message-ID:  <201909072248.x87Mm9mU050321@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Sep  7 22:48:08 2019
New Revision: 511486
URL: https://svnweb.freebsd.org/changeset/ports/511486

Log:
  Update version requirement of RUN_DEPENDS

Modified:
  head/textproc/rubygem-jekyll-gist/Makefile

Modified: head/textproc/rubygem-jekyll-gist/Makefile
==============================================================================
--- head/textproc/rubygem-jekyll-gist/Makefile	Sat Sep  7 22:48:04 2019	(r511485)
+++ head/textproc/rubygem-jekyll-gist/Makefile	Sat Sep  7 22:48:08 2019	(r511486)
@@ -12,11 +12,12 @@ COMMENT=	Liquid tag for displaying GitHub Gists in Jek
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-RUN_DEPENDS=	rubygem-octokit>=4.2:net/rubygem-octokit
+RUN_DEPENDS=	rubygem-octokit>=4.2<5:net/rubygem-octokit
 
-NO_ARCH=	yes
-USE_RUBY=	yes
 USES=		gem shebangfix
+USE_RUBY=	yes
+
+NO_ARCH=	yes
 
 SHEBANG_FILES=	script/*
 



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