git: 71208e857c68 - main - sysutils/ttyd: update build dependency after vim update and fix building INDEX
Neel Chauhan
nc at FreeBSD.org
Thu Sep 2 16:39:56 UTC 2021
The branch main has been updated by nc:
URL: https://cgit.FreeBSD.org/ports/commit/?id=71208e857c68e6d7f4e33b5159cbf0b610922bf9
commit 71208e857c68e6d7f4e33b5159cbf0b610922bf9
Author: Philipp Ost <bsd at philippost.de>
AuthorDate: 2021-09-02 16:39:40 +0000
Commit: Neel Chauhan <nc at FreeBSD.org>
CommitDate: 2021-09-02 16:39:40 +0000
sysutils/ttyd: update build dependency after vim update and fix building INDEX
PR: 258228
---
sysutils/ttyd/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sysutils/ttyd/Makefile b/sysutils/ttyd/Makefile
index 36e0b41d5a3d..c0c3af2ed950 100644
--- a/sysutils/ttyd/Makefile
+++ b/sysutils/ttyd/Makefile
@@ -1,6 +1,6 @@
PORTNAME= ttyd
DISTVERSION= 1.6.3
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= sysutils
MAINTAINER= nc at FreeBSD.org
@@ -9,7 +9,7 @@ COMMENT= Program to share your terminal over the web
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
-BUILD_DEPENDS= xxd:editors/vim-console
+BUILD_DEPENDS= xxd:editors/vim
LIB_DEPENDS= libjson-c.so:devel/json-c \
libuv.so:devel/libuv \
libwebsockets.so:net/libwebsockets
More information about the dev-commits-ports-all
mailing list