git: 9ab7b70f20c7 - main - */*: Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade.

From: Kirill Ponomarev <krion_at_FreeBSD.org>
Date: Fri, 03 Jul 2026 09:14:16 UTC
The branch main has been updated by krion:

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

commit 9ab7b70f20c786380834533b3c6ddcfc5a009373
Author:     Kirill Ponomarev <krion@FreeBSD.org>
AuthorDate: 2026-07-03 09:14:06 +0000
Commit:     Kirill Ponomarev <krion@FreeBSD.org>
CommitDate: 2026-07-03 09:14:06 +0000

    */*: Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade.
---
 converters/cl-babel-sbcl/Makefile           | 2 +-
 databases/pgloader3/Makefile                | 2 +-
 devel/cl-alexandria-sbcl/Makefile           | 2 +-
 devel/cl-alexandria/Makefile                | 2 +-
 devel/cl-asdf-sbcl/Makefile                 | 2 +-
 devel/cl-flexi-streams-sbcl/Makefile        | 2 +-
 devel/cl-infix-sbcl/Makefile                | 2 +-
 devel/cl-port-sbcl/Makefile                 | 2 +-
 devel/cl-split-sequence-sbcl/Makefile       | 2 +-
 devel/cl-trivial-features-sbcl/Makefile     | 2 +-
 devel/cl-trivial-gray-streams-sbcl/Makefile | 2 +-
 lang/quilc/Makefile                         | 2 +-
 math/fricas/Makefile                        | 2 +-
 math/maxima/Makefile                        | 2 +-
 security/cl-md5-sbcl/Makefile               | 2 +-
 textproc/cl-ppcre-sbcl/Makefile             | 2 +-
 www/cl-lml-sbcl/Makefile                    | 2 +-
 www/nyxt/Makefile                           | 2 +-
 x11-wm/stumpwm/Makefile                     | 2 +-
 x11/cl-clx-sbcl/Makefile                    | 2 +-
 20 files changed, 20 insertions(+), 20 deletions(-)

diff --git a/converters/cl-babel-sbcl/Makefile b/converters/cl-babel-sbcl/Makefile
index cd1a802debfd..17607261e7a7 100644
--- a/converters/cl-babel-sbcl/Makefile
+++ b/converters/cl-babel-sbcl/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	babel
 DISTVERSION=	0.5.0-24
-PORTREVISION=	13
+PORTREVISION=	14
 PORTEPOCH=	1
 CATEGORIES=	converters lisp
 PKGNAMEPREFIX=	cl-
diff --git a/databases/pgloader3/Makefile b/databases/pgloader3/Makefile
index 62e0dfb95465..086d7dbc0ae2 100644
--- a/databases/pgloader3/Makefile
+++ b/databases/pgloader3/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	pgloader
 PORTVERSION=	3.6.9
-PORTREVISION=	5
+PORTREVISION=	6
 DISTVERSIONPREFIX=	v
 CATEGORIES=	databases
 MASTER_SITES=	https://beta.quicklisp.org/archive/alexandria/2023-10-21/:alexandria \
diff --git a/devel/cl-alexandria-sbcl/Makefile b/devel/cl-alexandria-sbcl/Makefile
index 3d0bc915130d..d5da7c2a0040 100644
--- a/devel/cl-alexandria-sbcl/Makefile
+++ b/devel/cl-alexandria-sbcl/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	alexandria
 PORTVERSION=	1.4
-PORTREVISION=	15
+PORTREVISION=	16
 PORTEPOCH=	1
 CATEGORIES=	devel lisp
 PKGNAMEPREFIX=	cl-
diff --git a/devel/cl-alexandria/Makefile b/devel/cl-alexandria/Makefile
index 898d80405d5a..6eea25883dad 100644
--- a/devel/cl-alexandria/Makefile
+++ b/devel/cl-alexandria/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	alexandria
 DISTVERSIONPREFIX=	v
 DISTVERSION=	1.4
-PORTREVISION=	6
+PORTREVISION=	7
 PORTEPOCH=	1
 CATEGORIES=	devel lisp
 PKGNAMEPREFIX=	cl-
diff --git a/devel/cl-asdf-sbcl/Makefile b/devel/cl-asdf-sbcl/Makefile
index fc7720a91e9d..9fee87cffc5c 100644
--- a/devel/cl-asdf-sbcl/Makefile
+++ b/devel/cl-asdf-sbcl/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	asdf
 PORTVERSION=	3.3.7
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	devel lisp
 PKGNAMEPREFIX=	cl-
 DISTFILES=	# none
diff --git a/devel/cl-flexi-streams-sbcl/Makefile b/devel/cl-flexi-streams-sbcl/Makefile
index 6c13cc4d25ce..479a2383a481 100644
--- a/devel/cl-flexi-streams-sbcl/Makefile
+++ b/devel/cl-flexi-streams-sbcl/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	flexi-streams
 DISTVERSION=	1.0.20
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	devel lisp
 PKGNAMEPREFIX=	cl-
 DISTFILES=	# none
diff --git a/devel/cl-infix-sbcl/Makefile b/devel/cl-infix-sbcl/Makefile
index f1c6068cdacc..cd71150f9425 100644
--- a/devel/cl-infix-sbcl/Makefile
+++ b/devel/cl-infix-sbcl/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	infix
 PORTVERSION=	19960628
-PORTREVISION=	108
+PORTREVISION=	109
 CATEGORIES=	devel lisp
 PKGNAMEPREFIX=	cl-
 DISTFILES=	# none
diff --git a/devel/cl-port-sbcl/Makefile b/devel/cl-port-sbcl/Makefile
index b9755be823a3..ac3e2141fb9f 100644
--- a/devel/cl-port-sbcl/Makefile
+++ b/devel/cl-port-sbcl/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	port
 PORTVERSION=	2002.10.02.1
-PORTREVISION=	106
+PORTREVISION=	107
 CATEGORIES=	devel lisp
 PKGNAMEPREFIX=	cl-
 DISTFILES=	# none
diff --git a/devel/cl-split-sequence-sbcl/Makefile b/devel/cl-split-sequence-sbcl/Makefile
index 666c21f7901f..2542af249fac 100644
--- a/devel/cl-split-sequence-sbcl/Makefile
+++ b/devel/cl-split-sequence-sbcl/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	split-sequence
 DISTVERSIONPREFIX=	v
 DISTVERSION=	2.0.1-3
-PORTREVISION=	13
+PORTREVISION=	14
 DISTVERSIONSUFFIX=	-g89a10b4
 PORTEPOCH=	1
 CATEGORIES=	devel lisp
diff --git a/devel/cl-trivial-features-sbcl/Makefile b/devel/cl-trivial-features-sbcl/Makefile
index 9fad77db709b..422505fd830b 100644
--- a/devel/cl-trivial-features-sbcl/Makefile
+++ b/devel/cl-trivial-features-sbcl/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	trivial-features
 DISTVERSIONPREFIX=	v
 DISTVERSION=	1.0-4
-PORTREVISION=	13
+PORTREVISION=	14
 DISTVERSIONSUFFIX=	-gd249a62
 PORTEPOCH=	1
 CATEGORIES=	devel lisp
diff --git a/devel/cl-trivial-gray-streams-sbcl/Makefile b/devel/cl-trivial-gray-streams-sbcl/Makefile
index c10b8f6752ff..933ea1c4be92 100644
--- a/devel/cl-trivial-gray-streams-sbcl/Makefile
+++ b/devel/cl-trivial-gray-streams-sbcl/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	trivial-gray-streams
 PORTVERSION=	20240217
-PORTREVISION=	13
+PORTREVISION=	14
 CATEGORIES=	devel lisp
 PKGNAMEPREFIX=	cl-
 DISTFILES=	# none
diff --git a/lang/quilc/Makefile b/lang/quilc/Makefile
index ac009db391c3..52761f4c5544 100644
--- a/lang/quilc/Makefile
+++ b/lang/quilc/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	quilc
 DISTVERSIONPREFIX=	v
 DISTVERSION=	1.26.0
-PORTREVISION=	13
+PORTREVISION=	14
 CATEGORIES=	lang # quantum-computing
 DIST_SUBDIR=	${PORTNAME}-${DISTVERSION} # many files, some are unversioned
 EXTRACT_ONLY=	${DISTNAME}${EXTRACT_SUFX}
diff --git a/math/fricas/Makefile b/math/fricas/Makefile
index 45eda3d82681..1fc0adb26ced 100644
--- a/math/fricas/Makefile
+++ b/math/fricas/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	fricas
 DISTVERSION=	1.3.13
-PORTREVISION=	1
+PORTREVISION=	2
 DISTVERSIONSUFFIX=	-full
 CATEGORIES=	math
 MASTER_SITES=	SF
diff --git a/math/maxima/Makefile b/math/maxima/Makefile
index 1a450cf3dde3..f29a84b99610 100644
--- a/math/maxima/Makefile
+++ b/math/maxima/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	maxima
 DISTVERSION=	5.49.0
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	math lisp tk
 MASTER_SITES=	SF/maxima/Maxima-source/${PORTVERSION}-source
 
diff --git a/security/cl-md5-sbcl/Makefile b/security/cl-md5-sbcl/Makefile
index 881a857a4845..87db59f583b9 100644
--- a/security/cl-md5-sbcl/Makefile
+++ b/security/cl-md5-sbcl/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	md5
 PORTVERSION=	2.0.5
-PORTREVISION=	13
+PORTREVISION=	14
 CATEGORIES=	security lisp
 PKGNAMEPREFIX=	cl-
 DISTFILES=	# none
diff --git a/textproc/cl-ppcre-sbcl/Makefile b/textproc/cl-ppcre-sbcl/Makefile
index d9a36944e39d..5c9145eb89d8 100644
--- a/textproc/cl-ppcre-sbcl/Makefile
+++ b/textproc/cl-ppcre-sbcl/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	cl-ppcre
 PORTVERSION=	2.1.2
-PORTREVISION=	22
+PORTREVISION=	23
 CATEGORIES=	textproc lisp
 DISTFILES=	# none
 
diff --git a/www/cl-lml-sbcl/Makefile b/www/cl-lml-sbcl/Makefile
index ae6f0d659e27..92149a12e8f5 100644
--- a/www/cl-lml-sbcl/Makefile
+++ b/www/cl-lml-sbcl/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	lml
 PORTVERSION=	2.5.7
-PORTREVISION=	103
+PORTREVISION=	104
 CATEGORIES=	www textproc
 PKGNAMEPREFIX=	cl-
 DISTFILES=	# none
diff --git a/www/nyxt/Makefile b/www/nyxt/Makefile
index b70e4dd9d754..29de80cde7e6 100644
--- a/www/nyxt/Makefile
+++ b/www/nyxt/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	nyxt
 DISTVERSION=	3.12.0
 DISTVERSIONSUFFIX=	-source-with-submodules
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES=	www
 MASTER_SITES=	https://github.com/atlas-engineer/${PORTNAME}/releases/download/${DISTVERSION}/
 
diff --git a/x11-wm/stumpwm/Makefile b/x11-wm/stumpwm/Makefile
index a147610bccbd..b42dfc21baf6 100644
--- a/x11-wm/stumpwm/Makefile
+++ b/x11-wm/stumpwm/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	stumpwm
 DISTVERSION=	24.11-29
-PORTREVISION=	5
+PORTREVISION=	6
 DISTVERSIONSUFFIX=	-ga8196db
 CATEGORIES=	x11-wm lisp
 
diff --git a/x11/cl-clx-sbcl/Makefile b/x11/cl-clx-sbcl/Makefile
index 6fed5b4c481c..b078a3cb6e7e 100644
--- a/x11/cl-clx-sbcl/Makefile
+++ b/x11/cl-clx-sbcl/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	clx
 DISTVERSION=	0.7.8
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	x11 lisp
 PKGNAMEPREFIX=	cl-
 PKGNAMESUFFIX=	-sbcl