Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Nov 2019 17:18:35 +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: r516466 - head/devel/rubygem-notiffany
Message-ID:  <201911031718.xA3HIZLs021591@repo.freebsd.org>

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

Log:
  Update version requirement of RUN_DEPENDS

Modified:
  head/devel/rubygem-notiffany/Makefile

Modified: head/devel/rubygem-notiffany/Makefile
==============================================================================
--- head/devel/rubygem-notiffany/Makefile	Sun Nov  3 17:18:30 2019	(r516465)
+++ head/devel/rubygem-notiffany/Makefile	Sun Nov  3 17:18:35 2019	(r516466)
@@ -12,8 +12,8 @@ COMMENT=	Single wrapper for most popular notification 
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-RUN_DEPENDS=	rubygem-nenv>=0.1:devel/rubygem-nenv \
-		rubygem-shellany>=0:sysutils/rubygem-shellany
+RUN_DEPENDS=	rubygem-nenv>=0.1<1:devel/rubygem-nenv \
+		rubygem-shellany>=0<1:sysutils/rubygem-shellany
 
 USES=		gem
 USE_RUBY=	yes



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