svn commit: r516466 - head/devel/rubygem-notiffany

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


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


More information about the svn-ports-head mailing list