Specify stricter version requirement for RUN_DEPENDS

This is possible now as rubygem-curses >= 1.3.1 is now in ports.
This commit is contained in:
Mateusz Piotrowski 2020-10-09 20:39:24 +00:00
parent 72ae8b56fd
commit 1d041ad0b1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=551822

View File

@ -4,6 +4,7 @@
PORTNAME= diakonos
DISTVERSIONPREFIX= v
DISTVERSION= 0.9.7
PORTREVISION= 1
CATEGORIES= editors ruby
MAINTAINER= ports@FreeBSD.org
@ -12,7 +13,7 @@ COMMENT= Console editor for the masses
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENCE
RUN_DEPENDS= rubygem-curses>0:devel/rubygem-curses
RUN_DEPENDS= rubygem-curses>=1.3.1:devel/rubygem-curses
USES= shebangfix
USE_GITHUB= yes