svn commit: r551822 - head/editors/diakonos

Mateusz Piotrowski 0mp at FreeBSD.org
Fri Oct 9 20:39:24 UTC 2020


Author: 0mp
Date: Fri Oct  9 20:39:24 2020
New Revision: 551822
URL: https://svnweb.freebsd.org/changeset/ports/551822

Log:
  Specify stricter version requirement for RUN_DEPENDS
  
  This is possible now as rubygem-curses >= 1.3.1 is now in ports.

Modified:
  head/editors/diakonos/Makefile

Modified: head/editors/diakonos/Makefile
==============================================================================
--- head/editors/diakonos/Makefile	Fri Oct  9 20:38:27 2020	(r551821)
+++ head/editors/diakonos/Makefile	Fri Oct  9 20:39:24 2020	(r551822)
@@ -4,6 +4,7 @@
 PORTNAME=	diakonos
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.9.7
+PORTREVISION=	1
 CATEGORIES=	editors ruby
 
 MAINTAINER=	ports at 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


More information about the svn-ports-all mailing list