git: e86779e71641 - main - graphics/libsvgtiny: Remove duplicate comment

From: Emanuel Haupt <ehaupt_at_FreeBSD.org>
Date: Wed, 13 Jul 2022 12:23:54 UTC
The branch main has been updated by ehaupt:

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

commit e86779e716415ba4ac34e922754f62e55c108ae0
Author:     Emanuel Haupt <ehaupt@FreeBSD.org>
AuthorDate: 2022-07-13 12:23:48 +0000
Commit:     Emanuel Haupt <ehaupt@FreeBSD.org>
CommitDate: 2022-07-13 12:23:48 +0000

    graphics/libsvgtiny: Remove duplicate comment
---
 graphics/libsvgtiny/Makefile      | 1 -
 www/netsurf/Makefile              | 2 +-
 www/netsurf/files/Makefile.config | 2 +-
 3 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/graphics/libsvgtiny/Makefile b/graphics/libsvgtiny/Makefile
index 859f5553a904..d94cbba2a5e7 100644
--- a/graphics/libsvgtiny/Makefile
+++ b/graphics/libsvgtiny/Makefile
@@ -7,7 +7,6 @@ CATEGORIES=	graphics
 MASTER_SITES=	https://download.netsurf-browser.org/libs/releases/
 
 MAINTAINER=	ehaupt@FreeBSD.org
-COMMENT=	SVG tiny library
 COMMENT=	Tiny SVG fremebuffer abstraction library, written in C
 
 LICENSE=	MIT
diff --git a/www/netsurf/Makefile b/www/netsurf/Makefile
index 7289240186b0..5469c7349dc9 100644
--- a/www/netsurf/Makefile
+++ b/www/netsurf/Makefile
@@ -2,7 +2,7 @@
 
 PORTNAME=	netsurf
 PORTVERSION=	3.10
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	www
 MASTER_SITES=	http://download.netsurf-browser.org/netsurf/releases/source/
 DISTNAME=	${PORTNAME}-${PORTVERSION}-src
diff --git a/www/netsurf/files/Makefile.config b/www/netsurf/files/Makefile.config
index cd7852143c08..757728ef8d2f 100644
--- a/www/netsurf/files/Makefile.config
+++ b/www/netsurf/files/Makefile.config
@@ -1,5 +1,5 @@
 NETSURF_USE_LIBICONV_PLUG=YES
-NETSURF_USE_NSSVG=NO
+NETSURF_USE_NSSVG=YES
 NETSURF_USE_RSVG=YES
 NETSURF_USE_VIDEO=NO
 NETSURF_STRIP_BINARY=YES