svn commit: r516477 - head/devel/rubygem-rb-inotify

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


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


More information about the svn-ports-all mailing list