Received: by mail.netbsd.org (Postfix, from userid 605) id A003684D7C; Mon, 25 May 2020 17:48:38 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 220BF84D6D for ; Mon, 25 May 2020 17:48:38 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id WTwAybEvh1JG for ; Mon, 25 May 2020 17:48:37 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 4D7F684D62 for ; Mon, 25 May 2020 17:48:37 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4AE8EFB27; Mon, 25 May 2020 17:48:37 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1590428917272950" MIME-Version: 1.0 Date: Mon, 25 May 2020 17:48:37 +0000 From: "Leonardo Taccari" Subject: CVS commit: pkgsrc/www/netsurf To: pkgsrc-changes@NetBSD.org Reply-To: leot@netbsd.org X-Mailer: log_accum Message-Id: <20200525174837.4AE8EFB27@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1590428917272950 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: leot Date: Mon May 25 17:48:37 UTC 2020 Modified Files: pkgsrc/www/netsurf: Makefile PLIST distinfo Removed Files: pkgsrc/www/netsurf/patches: patch-netsurf_content_handlers_html_html__interaction.c patch-netsurf_frontends_gtk_download.c patch-netsurf_utils_config.h Log Message: netsurf: Update to 3.10 pkgsrc changes: - Remove patch-netsurf_content_handlers_html_html__interaction.c, patch-netsurf_utils_config.h, patch-netsurf_frontends_gtk_download.c: all present upstream now Changes: NetSurf 3.10 features many fixes, better performance and improved functionality. In particular, handling of authentication, certificates and fetch errors have been updated and unified. The GTK front end has had a major overhaul too. To generate a diff of this commit: cvs rdiff -u -r1.90 -r1.91 pkgsrc/www/netsurf/Makefile cvs rdiff -u -r1.8 -r1.9 pkgsrc/www/netsurf/PLIST cvs rdiff -u -r1.18 -r1.19 pkgsrc/www/netsurf/distinfo cvs rdiff -u -r1.1 -r0 \ pkgsrc/www/netsurf/patches/patch-netsurf_content_handlers_html_html__interaction.c cvs rdiff -u -r1.2 -r0 \ pkgsrc/www/netsurf/patches/patch-netsurf_frontends_gtk_download.c cvs rdiff -u -r1.4 -r0 \ pkgsrc/www/netsurf/patches/patch-netsurf_utils_config.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1590428917272950 Content-Disposition: inline Content-Length: 4567 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/netsurf/Makefile diff -u pkgsrc/www/netsurf/Makefile:1.90 pkgsrc/www/netsurf/Makefile:1.91 --- pkgsrc/www/netsurf/Makefile:1.90 Fri May 22 10:56:45 2020 +++ pkgsrc/www/netsurf/Makefile Mon May 25 17:48:36 2020 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.90 2020/05/22 10:56:45 adam Exp $ +# $NetBSD: Makefile,v 1.91 2020/05/25 17:48:36 leot Exp $ -DISTNAME= netsurf-all-3.9 +DISTNAME= netsurf-all-3.10 PKGNAME= ${DISTNAME:S/-all//} -PKGREVISION= 9 CATEGORIES= www MASTER_SITES= https://download.netsurf-browser.org/netsurf/releases/source-full/ @@ -18,13 +17,13 @@ BUILD_DEPENDS+= p5-HTML-Parser-[0-9]*:.. BUILD_TARGET= build USE_TOOLS+= bison flex gmake perl:build pax pkg-config -MAKE_FLAGS+= NETSURF_GTK_MAJOR=3 +MAKE_FLAGS+= TARGET=gtk3 SUBST_CLASSES+= ssl-certs SUBST_STAGE.ssl-certs= pre-configure SUBST_MESSAGE.ssl-certs= Fixing hardcoded paths for SSL certs SUBST_FILES.ssl-certs= netsurf/frontends/beos/gui.cpp -SUBST_FILES.ssl-certs+= netsurf/frontends/gtk/gui.c +SUBST_FILES.ssl-certs+= netsurf/test/data/Choices SUBST_FILES.ssl-certs+= netsurf/test/data/Choices-all SUBST_FILES.ssl-certs+= netsurf/test/data/Choices-full SUBST_FILES.ssl-certs+= netsurf/test/data/Choices-short Index: pkgsrc/www/netsurf/PLIST diff -u pkgsrc/www/netsurf/PLIST:1.8 pkgsrc/www/netsurf/PLIST:1.9 --- pkgsrc/www/netsurf/PLIST:1.8 Thu Sep 12 18:41:41 2019 +++ pkgsrc/www/netsurf/PLIST Mon May 25 17:48:36 2020 @@ -1,10 +1,9 @@ -@comment $NetBSD: PLIST,v 1.8 2019/09/12 18:41:41 nia Exp $ +@comment $NetBSD: PLIST,v 1.9 2020/05/25 17:48:36 leot Exp $ bin/netsurf-gtk3 share/applications/netsurf-gtk.desktop share/netsurf/Messages share/netsurf/SearchEngines share/netsurf/adblock.css -share/netsurf/arrow_down_8x32.png share/netsurf/ca-bundle.txt share/netsurf/cookies.gtk3.ui share/netsurf/credits.html @@ -16,7 +15,6 @@ share/netsurf/downloads.gtk3.ui share/netsurf/en/Messages share/netsurf/en/credits.html share/netsurf/en/licence.html -share/netsurf/en/maps.html share/netsurf/en/welcome.html share/netsurf/favicon.png share/netsurf/fr/Messages @@ -28,7 +26,9 @@ share/netsurf/icons/directory.png share/netsurf/icons/directory2.png share/netsurf/icons/hotlist-add.png share/netsurf/icons/hotlist-rmv.png +share/netsurf/icons/local-history.png share/netsurf/icons/search.png +share/netsurf/icons/show-cookie.png share/netsurf/internal.css share/netsurf/it/Messages share/netsurf/it/credits.html @@ -38,8 +38,6 @@ share/netsurf/ja/welcome.html share/netsurf/languages share/netsurf/licence.html share/netsurf/localhistory.gtk3.ui -share/netsurf/login.gtk3.ui -share/netsurf/maps.html share/netsurf/netsurf-16x16.xpm share/netsurf/netsurf.gtk3.ui share/netsurf/netsurf.png @@ -49,9 +47,9 @@ share/netsurf/nl/credits.html share/netsurf/nl/licence.html share/netsurf/nl/welcome.html share/netsurf/options.gtk3.ui +share/netsurf/pageinfo.gtk3.ui share/netsurf/password.gtk3.ui share/netsurf/quirks.css -share/netsurf/ssl.gtk3.ui share/netsurf/tabcontents.gtk3.ui share/netsurf/throbber/throbber0.png share/netsurf/throbber/throbber1.png Index: pkgsrc/www/netsurf/distinfo diff -u pkgsrc/www/netsurf/distinfo:1.18 pkgsrc/www/netsurf/distinfo:1.19 --- pkgsrc/www/netsurf/distinfo:1.18 Mon Dec 16 18:01:10 2019 +++ pkgsrc/www/netsurf/distinfo Mon May 25 17:48:36 2020 @@ -1,10 +1,7 @@ -$NetBSD: distinfo,v 1.18 2019/12/16 18:01:10 nros Exp $ +$NetBSD: distinfo,v 1.19 2020/05/25 17:48:36 leot Exp $ -SHA1 (netsurf-all-3.9.tar.gz) = 392aa7cf94b303228a00e6887c74e5763a81f3a4 -RMD160 (netsurf-all-3.9.tar.gz) = 3f7aff04cfd253f2b18590830b0aa2fca0123b3c -SHA512 (netsurf-all-3.9.tar.gz) = 3223b0a3bc9721ea1a5a81bbabdda11e1d0f63850074a5dea3ea8999e53c92f07228f58befbf10359c028965131426888a8b9595d6c3cd7a5cde33ca256cf987 -Size (netsurf-all-3.9.tar.gz) = 8416458 bytes -SHA1 (patch-netsurf_content_handlers_html_html__interaction.c) = 5dbfbaf26ba8ee32077af5aae0db2ee54cf59eb8 -SHA1 (patch-netsurf_frontends_gtk_download.c) = 8a449c0b46859be104f2eb87860960f84ebd38ad -SHA1 (patch-netsurf_utils_config.h) = 0617eb62219eb9d9a570a9857e910c584b68a18b +SHA1 (netsurf-all-3.10.tar.gz) = d1404abcc8ba526dc425d8fda81a5a495082de19 +RMD160 (netsurf-all-3.10.tar.gz) = 2ba50fcb148d1b229e48b80f2a2c24daf2948783 +SHA512 (netsurf-all-3.10.tar.gz) = fc4c300eef07c540a7e07f8034db25b7e5fb731b5956029af2220f8638802aa38c055ad54b5683c14501aef9c22fb781b96613c16ae9a6996c3833ceede6f9bf +Size (netsurf-all-3.10.tar.gz) = 8537919 bytes SHA1 (patch-nsgenbind_src_Makefile) = 9024fe193c532fefec83b86a8cf85f1bcffb614e --_----------=_1590428917272950--