svn commit: r545165 - head/net-im/scli

Mateusz Piotrowski 0mp at FreeBSD.org
Mon Aug 17 13:23:48 UTC 2020


Author: 0mp
Date: Mon Aug 17 13:23:47 2020
New Revision: 545165
URL: https://svnweb.freebsd.org/changeset/ports/545165

Log:
  net-im/scli: Add readline support via urwid-readline
  
  Although urwird-readline is an optional dependency for scli, let's not
  create a port option for it. This is a really small dependency and it
  makes no reason to ever disable it.

Modified:
  head/net-im/scli/Makefile

Modified: head/net-im/scli/Makefile
==============================================================================
--- head/net-im/scli/Makefile	Mon Aug 17 13:18:15 2020	(r545164)
+++ head/net-im/scli/Makefile	Mon Aug 17 13:23:47 2020	(r545165)
@@ -2,7 +2,7 @@
 
 PORTNAME=	scli
 DISTVERSION=	g20200817
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	net-im python
 
 MAINTAINER=	0mp at FreeBSD.org
@@ -12,6 +12,7 @@ LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}urwid>=0:devel/py-urwid@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}urwid-readline>=0:devel/py-urwid-readline@${PY_FLAVOR} \
 		signal-cli>=0.6.8_1:net-im/signal-cli
 
 USES=		python:run,3.5+ shebangfix


More information about the svn-ports-all mailing list