Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Nov 2019 17:26:18 +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: r516551 - head/www/rubygem-gollum-grit_adapter
Message-ID:  <201911031726.xA3HQIJR036535@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Nov  3 17:26:17 2019
New Revision: 516551
URL: https://svnweb.freebsd.org/changeset/ports/516551

Log:
  Update version requirement of RUN_DEPENDS

Modified:
  head/www/rubygem-gollum-grit_adapter/Makefile

Modified: head/www/rubygem-gollum-grit_adapter/Makefile
==============================================================================
--- head/www/rubygem-gollum-grit_adapter/Makefile	Sun Nov  3 17:26:13 2019	(r516550)
+++ head/www/rubygem-gollum-grit_adapter/Makefile	Sun Nov  3 17:26:17 2019	(r516551)
@@ -11,10 +11,11 @@ COMMENT=	Adapter for Gollum to use Grit at the backend
 
 LICENSE=	MIT
 
-RUN_DEPENDS=	rubygem-gitlab-grit>=2.7.1:textproc/rubygem-gitlab-grit
+RUN_DEPENDS=	rubygem-gitlab-grit>=2.7.1<3:textproc/rubygem-gitlab-grit
 
-NO_ARCH=	yes
-USE_RUBY=	yes
 USES=		gem
+USE_RUBY=	yes
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>



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