git: b63a90c49c8d - main - */*: Treewide: Bump consumers of textproc/utf8proc

From: Daniel Engberg <diizzy_at_FreeBSD.org>
Date: Sat, 21 Oct 2023 14:44:18 UTC
The branch main has been updated by diizzy:

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

commit b63a90c49c8d944b94ce4905fbaf5cc01ca904b1
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2023-10-21 14:26:29 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2023-10-21 14:43:22 +0000

    */*: Treewide: Bump consumers of textproc/utf8proc
    
    ...after commit a71f6f1f41195fc156071640e2cd200541c21e52
    
    Reported by:    vvd
---
 databases/arrow/Makefile         | 2 +-
 devel/libddwaf/Makefile          | 2 +-
 devel/subversion-lts/Makefile    | 2 +-
 devel/subversion/Makefile        | 2 +-
 emulators/mame/Makefile          | 1 +
 lang/julia/Makefile              | 2 +-
 sysutils/fusefs-hfsfuse/Makefile | 1 +
 textproc/msort/Makefile          | 2 +-
 www/netsurf/Makefile             | 2 +-
 x11-fonts/fcft/Makefile          | 1 +
 x11/foot/Makefile                | 1 +
 11 files changed, 11 insertions(+), 7 deletions(-)

diff --git a/databases/arrow/Makefile b/databases/arrow/Makefile
index ac2a2e736972..7f38dbb74b9b 100644
--- a/databases/arrow/Makefile
+++ b/databases/arrow/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	arrow
 DISTVERSION=	13.0.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	databases
 MASTER_SITES=	APACHE/${PORTNAME}/${PORTNAME}-${DISTVERSION} \
 		https://github.com/apache/orc/archive/rel/:orc
diff --git a/devel/libddwaf/Makefile b/devel/libddwaf/Makefile
index 66b5d38051a0..929b3908a9f9 100644
--- a/devel/libddwaf/Makefile
+++ b/devel/libddwaf/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	libddwaf
 PORTVERSION=	1.14.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel
 
 MAINTAINER=	sunpoet@FreeBSD.org
diff --git a/devel/subversion-lts/Makefile b/devel/subversion-lts/Makefile
index 5c228c600386..f9b4435e5718 100644
--- a/devel/subversion-lts/Makefile
+++ b/devel/subversion-lts/Makefile
@@ -1,4 +1,4 @@
-PORTREVISION=	4
+PORTREVISION=	5
 PKGNAMESUFFIX=	-lts
 
 MAINTAINER=	lev@FreeBSD.org
diff --git a/devel/subversion/Makefile b/devel/subversion/Makefile
index 52525e3d3af9..f0b3692af577 100644
--- a/devel/subversion/Makefile
+++ b/devel/subversion/Makefile
@@ -1,4 +1,4 @@
-PORTREVISION=	3
+PORTREVISION=	4
 
 MAINTAINER=	lev@FreeBSD.org
 COMMENT=	Version control system
diff --git a/emulators/mame/Makefile b/emulators/mame/Makefile
index ce5a72b14a25..8252e5a0efba 100644
--- a/emulators/mame/Makefile
+++ b/emulators/mame/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	mame
 DISTVERSION=	0.259
+PORTREVISION=	1
 CATEGORIES=	emulators games
 
 MAINTAINER=	agh@riseup.net
diff --git a/lang/julia/Makefile b/lang/julia/Makefile
index 81eff1301518..d1bf99e5e1b0 100644
--- a/lang/julia/Makefile
+++ b/lang/julia/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	julia
 DISTVERSION=	1.9.3
-PORTREVISION=	1
+PORTREVISION=	2
 DISTVERSIONSUFFIX=	-full
 CATEGORIES=	lang math
 MASTER_SITES=	https://github.com/JuliaLang/${PORTNAME}/releases/download/v${DISTVERSION}/
diff --git a/sysutils/fusefs-hfsfuse/Makefile b/sysutils/fusefs-hfsfuse/Makefile
index eccf4c6c8a57..007e3440f01f 100644
--- a/sysutils/fusefs-hfsfuse/Makefile
+++ b/sysutils/fusefs-hfsfuse/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	hfsfuse
 DISTVERSION=	0.132
+PORTREIVSION=	1
 CATEGORIES=	sysutils
 MASTER_SITES=	https://github.com/0x09/hfsfuse/releases/download/${DISTVERSION}/
 PKGNAMEPREFIX=	fusefs-
diff --git a/textproc/msort/Makefile b/textproc/msort/Makefile
index b877f881bcaf..575c51b0e61a 100644
--- a/textproc/msort/Makefile
+++ b/textproc/msort/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	msort
 PORTVERSION=	8.53
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	textproc
 MASTER_SITES=	http://billposer.org/Software/Downloads/
 
diff --git a/www/netsurf/Makefile b/www/netsurf/Makefile
index 512b0db1481f..2e3f76203b6e 100644
--- a/www/netsurf/Makefile
+++ b/www/netsurf/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	netsurf
 PORTVERSION=	3.10
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES=	www
 MASTER_SITES=	http://download.netsurf-browser.org/netsurf/releases/source/
 DISTNAME=	${PORTNAME}-${PORTVERSION}-src
diff --git a/x11-fonts/fcft/Makefile b/x11-fonts/fcft/Makefile
index 0944bd7c1f74..06cca4fb7872 100644
--- a/x11-fonts/fcft/Makefile
+++ b/x11-fonts/fcft/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	fcft
 DISTVERSION=	3.1.6
+PORTREVISION=	1
 CATEGORIES=	x11-fonts
 MASTER_SITES=	https://codeberg.org/dnkl/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/
 
diff --git a/x11/foot/Makefile b/x11/foot/Makefile
index cf8c41118ee9..1c492bad3410 100644
--- a/x11/foot/Makefile
+++ b/x11/foot/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	foot
 DISTVERSION=	1.16.2
+PORTREVISION=	1
 CATEGORIES=	x11 wayland
 MASTER_SITES=	https://codeberg.org/dnkl/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/