svn commit: r516551 - head/www/rubygem-gollum-grit_adapter

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Nov 3 17:26:18 UTC 2019


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>


More information about the svn-ports-head mailing list