Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Nov 2019 17:19:30 +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: r516477 - head/devel/rubygem-rb-inotify
Message-ID:  <201911031719.xA3HJUCH022791@repo.freebsd.org>

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

Log:
  Update version requirement of RUN_DEPENDS

Modified:
  head/devel/rubygem-rb-inotify/Makefile

Modified: head/devel/rubygem-rb-inotify/Makefile
==============================================================================
--- head/devel/rubygem-rb-inotify/Makefile	Sun Nov  3 17:19:25 2019	(r516476)
+++ head/devel/rubygem-rb-inotify/Makefile	Sun Nov  3 17:19:30 2019	(r516477)
@@ -12,7 +12,7 @@ COMMENT=	Ruby wrapper for libinotify, using ffi
 LICENSE=	MIT
 
 LIB_DEPENDS=	libinotify.so:devel/libinotify
-RUN_DEPENDS=	rubygem-ffi>=1.0:devel/rubygem-ffi
+RUN_DEPENDS=	rubygem-ffi>=1.0<2:devel/rubygem-ffi
 
 USES=		gem
 USE_RUBY=	yes



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