svn commit: r511486 - head/textproc/rubygem-jekyll-gist

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Sep 7 22:48:09 UTC 2019


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/*
 


More information about the svn-ports-all mailing list