git: 3a3e66b601f5 - main - www/netsurf: update build dependency after vim update and fix building INDEX

Neel Chauhan nc at FreeBSD.org
Thu Sep 2 16:41:18 UTC 2021


The branch main has been updated by nc:

URL: https://cgit.FreeBSD.org/ports/commit/?id=3a3e66b601f5f8393adeebc1df024da66907cf99

commit 3a3e66b601f5f8393adeebc1df024da66907cf99
Author:     Philipp Ost <bsd at philippost.de>
AuthorDate: 2021-09-02 16:40:57 +0000
Commit:     Neel Chauhan <nc at FreeBSD.org>
CommitDate: 2021-09-02 16:40:57 +0000

    www/netsurf: update build dependency after vim update and fix building INDEX
    
    PR:     258229
---
 www/netsurf/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/www/netsurf/Makefile b/www/netsurf/Makefile
index cb09a03a7dbb..a9db6ceaf11b 100644
--- a/www/netsurf/Makefile
+++ b/www/netsurf/Makefile
@@ -2,7 +2,7 @@
 
 PORTNAME=	netsurf
 PORTVERSION=	3.10
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	www
 MASTER_SITES=	http://download.netsurf-browser.org/netsurf/releases/source/
 DISTNAME=	${PORTNAME}-${PORTVERSION}-src
@@ -16,7 +16,7 @@ LICENSE_COMB=	multi
 BUILD_DEPENDS=	duk:lang/duktape \
 		nsgenbind:devel/nsgenbind \
 		p5-HTML-Parser>=3.72:www/p5-HTML-Parser \
-		xxd:editors/vim-console
+		xxd:editors/vim
 LIB_DEPENDS=	libcss.so:textproc/libcss \
 		libcurl.so:ftp/curl \
 		libdom.so:www/libdom \


More information about the dev-commits-ports-main mailing list