Date: Thu, 31 Aug 2023 08:21:59 GMT From: Kirill Ponomarev <krion@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 07f13b16f5ce - main - */*: Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade. Message-ID: <202308310821.37V8Lxq2029303@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by krion: URL: https://cgit.FreeBSD.org/ports/commit/?id=07f13b16f5ce434e454ef70a73f696a84bffef3d commit 07f13b16f5ce434e454ef70a73f696a84bffef3d Author: Kirill Ponomarev <krion@FreeBSD.org> AuthorDate: 2023-08-31 08:21:46 +0000 Commit: Kirill Ponomarev <krion@FreeBSD.org> CommitDate: 2023-08-31 08:21:46 +0000 */*: Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade. --- converters/cl-babel-sbcl/Makefile | 2 +- devel/cl-alexandria-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 +- math/maxima/Makefile | 2 +- security/cl-md5-sbcl/Makefile | 2 +- textproc/cl-meta-sbcl/Makefile | 2 +- textproc/cl-ppcre-sbcl/Makefile | 2 +- www/cl-lml-sbcl/Makefile | 2 +- x11-wm/stumpwm/Makefile | 2 +- x11/cl-clx-sbcl/Makefile | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) diff --git a/converters/cl-babel-sbcl/Makefile b/converters/cl-babel-sbcl/Makefile index b8c84c6ad74c..0793bed054e5 100644 --- a/converters/cl-babel-sbcl/Makefile +++ b/converters/cl-babel-sbcl/Makefile @@ -1,6 +1,6 @@ PORTNAME= babel PORTVERSION= 2010.01.16 -PORTREVISION= 77 +PORTREVISION= 78 CATEGORIES= converters lisp PKGNAMEPREFIX= cl- DISTFILES= # none diff --git a/devel/cl-alexandria-sbcl/Makefile b/devel/cl-alexandria-sbcl/Makefile index 45fbf9196d8d..e37f8c9dbb6b 100644 --- a/devel/cl-alexandria-sbcl/Makefile +++ b/devel/cl-alexandria-sbcl/Makefile @@ -1,6 +1,6 @@ PORTNAME= alexandria PORTVERSION= 1.2 -PORTREVISION= 26 +PORTREVISION= 27 PORTEPOCH= 1 CATEGORIES= devel lisp PKGNAMEPREFIX= cl- diff --git a/devel/cl-infix-sbcl/Makefile b/devel/cl-infix-sbcl/Makefile index ce05692faccd..75a094101bf4 100644 --- a/devel/cl-infix-sbcl/Makefile +++ b/devel/cl-infix-sbcl/Makefile @@ -1,6 +1,6 @@ PORTNAME= infix PORTVERSION= 19960628 -PORTREVISION= 81 +PORTREVISION= 82 CATEGORIES= devel lisp PKGNAMEPREFIX= cl- DISTFILES= # none diff --git a/devel/cl-port-sbcl/Makefile b/devel/cl-port-sbcl/Makefile index 0e2465c16205..3a366fa7d92c 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= 79 +PORTREVISION= 80 CATEGORIES= devel lisp PKGNAMEPREFIX= cl- DISTFILES= # none diff --git a/devel/cl-split-sequence-sbcl/Makefile b/devel/cl-split-sequence-sbcl/Makefile index 2f7d9b7013d8..c06c3e914417 100644 --- a/devel/cl-split-sequence-sbcl/Makefile +++ b/devel/cl-split-sequence-sbcl/Makefile @@ -1,6 +1,6 @@ PORTNAME= split-sequence PORTVERSION= 20011114.1 -PORTREVISION= 78 +PORTREVISION= 79 CATEGORIES= devel lisp PKGNAMEPREFIX= cl- DISTFILES= # none diff --git a/devel/cl-trivial-features-sbcl/Makefile b/devel/cl-trivial-features-sbcl/Makefile index d1974bdbdfca..8969cedccacb 100644 --- a/devel/cl-trivial-features-sbcl/Makefile +++ b/devel/cl-trivial-features-sbcl/Makefile @@ -1,6 +1,6 @@ PORTNAME= trivial-features PORTVERSION= 2010.01.16 -PORTREVISION= 78 +PORTREVISION= 79 CATEGORIES= devel lisp PKGNAMEPREFIX= cl- DISTFILES= # none diff --git a/devel/cl-trivial-gray-streams-sbcl/Makefile b/devel/cl-trivial-gray-streams-sbcl/Makefile index a3822a570bb4..7db5b36a7fd6 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= 2008.11.02 -PORTREVISION= 78 +PORTREVISION= 79 CATEGORIES= devel lisp PKGNAMEPREFIX= cl- DISTFILES= # none diff --git a/math/maxima/Makefile b/math/maxima/Makefile index ae4272d3e5a9..6e7bd3823939 100644 --- a/math/maxima/Makefile +++ b/math/maxima/Makefile @@ -1,6 +1,6 @@ PORTNAME= maxima PORTVERSION= 5.47.0 -PORTREVISION= 3 +PORTREVISION= 4 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 b9904749036f..d3240a7d93ed 100644 --- a/security/cl-md5-sbcl/Makefile +++ b/security/cl-md5-sbcl/Makefile @@ -1,6 +1,6 @@ PORTNAME= md5 PORTVERSION= 1.8.5 -PORTREVISION= 78 +PORTREVISION= 79 CATEGORIES= security lisp PKGNAMEPREFIX= cl- DISTFILES= # none diff --git a/textproc/cl-meta-sbcl/Makefile b/textproc/cl-meta-sbcl/Makefile index e7171e6df7ae..10aa5bd6dc38 100644 --- a/textproc/cl-meta-sbcl/Makefile +++ b/textproc/cl-meta-sbcl/Makefile @@ -1,6 +1,6 @@ PORTNAME= meta PORTVERSION= 0.1 -PORTREVISION= 79 +PORTREVISION= 80 PORTEPOCH= 1 CATEGORIES= textproc lisp PKGNAMEPREFIX= cl- diff --git a/textproc/cl-ppcre-sbcl/Makefile b/textproc/cl-ppcre-sbcl/Makefile index c652da4ecb26..40fa3215557a 100644 --- a/textproc/cl-ppcre-sbcl/Makefile +++ b/textproc/cl-ppcre-sbcl/Makefile @@ -1,6 +1,6 @@ PORTNAME= cl-ppcre PORTVERSION= 2.1.1 -PORTREVISION= 27 +PORTREVISION= 28 CATEGORIES= textproc lisp DISTFILES= # none diff --git a/www/cl-lml-sbcl/Makefile b/www/cl-lml-sbcl/Makefile index 0f28c9bd498b..a98010ea56a1 100644 --- a/www/cl-lml-sbcl/Makefile +++ b/www/cl-lml-sbcl/Makefile @@ -1,6 +1,6 @@ PORTNAME= lml PORTVERSION= 2.5.7 -PORTREVISION= 76 +PORTREVISION= 77 CATEGORIES= www textproc PKGNAMEPREFIX= cl- DISTFILES= # none diff --git a/x11-wm/stumpwm/Makefile b/x11-wm/stumpwm/Makefile index 9146047616ee..994c2c1e0a38 100644 --- a/x11-wm/stumpwm/Makefile +++ b/x11-wm/stumpwm/Makefile @@ -1,6 +1,6 @@ PORTNAME= stumpwm DISTVERSION= 22.11 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= x11-wm lisp MAINTAINER= jrm@FreeBSD.org diff --git a/x11/cl-clx-sbcl/Makefile b/x11/cl-clx-sbcl/Makefile index d76a1a595086..f46e537d4f6a 100644 --- a/x11/cl-clx-sbcl/Makefile +++ b/x11/cl-clx-sbcl/Makefile @@ -1,6 +1,6 @@ PORTNAME= clx DISTVERSION= 0.7.5.65 -PORTREVISION= 26 +PORTREVISION= 27 CATEGORIES= x11 lisp PKGNAMEPREFIX= cl- PKGNAMESUFFIX= -sbcl
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308310821.37V8Lxq2029303>