git: 86cb3a0b425e - main - www/netsurf: Remove bogus patch

From: Gleb Popov <arrowd_at_FreeBSD.org>
Date: Tue, 21 May 2024 19:06:10 UTC
The branch main has been updated by arrowd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=86cb3a0b425e6bf3ab9b1fb7e826127e649acdc8

commit 86cb3a0b425e6bf3ab9b1fb7e826127e649acdc8
Author:     mew14930xvi <mew14930xvi@inbox.lv>
AuthorDate: 2024-05-21 19:05:04 +0000
Commit:     Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2024-05-21 19:06:00 +0000

    www/netsurf: Remove bogus patch
    
    PR:             277521
    Approved by:    maintainer timeout
---
 www/netsurf/Makefile                              |  4 +++-
 www/netsurf/files/patch-frontends_gtk_resources.c | 22 ----------------------
 2 files changed, 3 insertions(+), 23 deletions(-)

diff --git a/www/netsurf/Makefile b/www/netsurf/Makefile
index aef7f162489d..808e22956b42 100644
--- a/www/netsurf/Makefile
+++ b/www/netsurf/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	netsurf
 PORTVERSION=	3.11
+PORTREVISION=	1
 CATEGORIES=	www
 MASTER_SITES=	http://download.netsurf-browser.org/netsurf/releases/source/
 DISTNAME=	${PORTNAME}-${PORTVERSION}-src
@@ -10,11 +11,12 @@ WWW=		https://www.netsurf-browser.org/
 
 LICENSE=	GPLv2 MIT
 LICENSE_COMB=	multi
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 BUILD_DEPENDS=	duk:lang/duktape \
 		nsgenbind:devel/nsgenbind \
 		p5-HTML-Parser>=3.72:www/p5-HTML-Parser \
-		xxd:editors/vim
+		xxd:sysutils/xxd
 LIB_DEPENDS=	libcss.so:textproc/libcss \
 		libcurl.so:ftp/curl \
 		libdom.so:www/libdom \
diff --git a/www/netsurf/files/patch-frontends_gtk_resources.c b/www/netsurf/files/patch-frontends_gtk_resources.c
deleted file mode 100644
index dc812f85081a..000000000000
--- a/www/netsurf/files/patch-frontends_gtk_resources.c
+++ /dev/null
@@ -1,22 +0,0 @@
---- frontends/gtk/resources.c.orig	2021-04-01 19:00:43 UTC
-+++ frontends/gtk/resources.c
-@@ -82,6 +82,11 @@ static struct nsgtk_resource_s ui_resource[] = {
- 	RES_ENTRY("globalhistory"),
- 	RES_ENTRY("localhistory"),
- 	RES_ENTRY("options"),
-+	RES_ENTRY("deoptions"),
-+	RES_ENTRY("enoptions"),
-+	RES_ENTRY("froptions"),
-+	RES_ENTRY("itoptions"),
-+	RES_ENTRY("nloptions"),
- 	RES_ENTRY("hotlist"),
- 	RES_ENTRY("cookies"),
- 	RES_ENTRY("viewdata"),
-@@ -552,6 +557,7 @@ nsgtk_builder_new_from_resname(const char *resname, Gt
- 			      error->message);
- 			g_error_free(error);
- 			g_object_unref(G_OBJECT(new_builder));
-+			
- 			return NSERROR_INIT_FAILED;
- 		}
- 	} else {