Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Sep 2021 16:39:56 GMT
From:      Neel Chauhan <nc@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 71208e857c68 - main - sysutils/ttyd: update build dependency after vim update and fix building INDEX
Message-ID:  <202109021639.182Gdubd023843@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by nc:

URL: https://cgit.FreeBSD.org/ports/commit/?id=71208e857c68e6d7f4e33b5159cbf0b610922bf9

commit 71208e857c68e6d7f4e33b5159cbf0b610922bf9
Author:     Philipp Ost <bsd@philippost.de>
AuthorDate: 2021-09-02 16:39:40 +0000
Commit:     Neel Chauhan <nc@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@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


home | help

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