Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Aug 2020 13:23:47 +0000 (UTC)
From:      Mateusz Piotrowski <0mp@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r545165 - head/net-im/scli
Message-ID:  <202008171323.07HDNl9l078171@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



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