Date: Mon, 30 Dec 2024 12:16:50 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: 438578c6d1cb - main - */*: Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade. Message-ID: <202412301216.4BUCGoPN067640@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=438578c6d1cbec2ede82507c57767d641b6bbee4 commit 438578c6d1cbec2ede82507c57767d641b6bbee4 Author: Kirill Ponomarev <krion@FreeBSD.org> AuthorDate: 2024-12-30 12:16:48 +0000 Commit: Kirill Ponomarev <krion@FreeBSD.org> CommitDate: 2024-12-30 12:16:48 +0000 */*: Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade. --- converters/cl-babel-sbcl/Makefile | 1 + devel/cl-alexandria-sbcl/Makefile | 2 +- devel/cl-infix-sbcl/Makefile | 2 +- devel/cl-port-sbcl/Makefile | 2 +- devel/cl-split-sequence-sbcl/Makefile | 1 + devel/cl-trivial-features-sbcl/Makefile | 1 + devel/cl-trivial-gray-streams-sbcl/Makefile | 1 + math/maxima/Makefile | 2 +- security/cl-md5-sbcl/Makefile | 1 + textproc/cl-meta-sbcl/Makefile | 2 +- textproc/cl-ppcre-sbcl/Makefile | 2 +- www/cl-lml-sbcl/Makefile | 2 +- x11/cl-clx-sbcl/Makefile | 2 +- 13 files changed, 13 insertions(+), 8 deletions(-) diff --git a/converters/cl-babel-sbcl/Makefile b/converters/cl-babel-sbcl/Makefile index 9d1f9c65c713..6e992f7408a0 100644 --- a/converters/cl-babel-sbcl/Makefile +++ b/converters/cl-babel-sbcl/Makefile @@ -1,5 +1,6 @@ PORTNAME= babel DISTVERSION= 0.5.0-24 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= converters lisp PKGNAMEPREFIX= cl- diff --git a/devel/cl-alexandria-sbcl/Makefile b/devel/cl-alexandria-sbcl/Makefile index 7197fa07679f..94f02808f67e 100644 --- a/devel/cl-alexandria-sbcl/Makefile +++ b/devel/cl-alexandria-sbcl/Makefile @@ -1,6 +1,6 @@ PORTNAME= alexandria PORTVERSION= 1.4 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= devel lisp PKGNAMEPREFIX= cl- diff --git a/devel/cl-infix-sbcl/Makefile b/devel/cl-infix-sbcl/Makefile index 3ec4828efe7d..ba743a4b369b 100644 --- a/devel/cl-infix-sbcl/Makefile +++ b/devel/cl-infix-sbcl/Makefile @@ -1,6 +1,6 @@ PORTNAME= infix PORTVERSION= 19960628 -PORTREVISION= 95 +PORTREVISION= 96 CATEGORIES= devel lisp PKGNAMEPREFIX= cl- DISTFILES= # none diff --git a/devel/cl-port-sbcl/Makefile b/devel/cl-port-sbcl/Makefile index df1c6f8778a9..aba3c3b60df8 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= 93 +PORTREVISION= 94 CATEGORIES= devel lisp PKGNAMEPREFIX= cl- DISTFILES= # none diff --git a/devel/cl-split-sequence-sbcl/Makefile b/devel/cl-split-sequence-sbcl/Makefile index ce1f599a5ae3..643ef468b8e5 100644 --- a/devel/cl-split-sequence-sbcl/Makefile +++ b/devel/cl-split-sequence-sbcl/Makefile @@ -1,6 +1,7 @@ PORTNAME= split-sequence DISTVERSIONPREFIX= v DISTVERSION= 2.0.1-3 +PORTREVISION= 1 DISTVERSIONSUFFIX= -g89a10b4 PORTEPOCH= 1 CATEGORIES= devel lisp diff --git a/devel/cl-trivial-features-sbcl/Makefile b/devel/cl-trivial-features-sbcl/Makefile index e9ff22423cc0..6318d62fd182 100644 --- a/devel/cl-trivial-features-sbcl/Makefile +++ b/devel/cl-trivial-features-sbcl/Makefile @@ -1,6 +1,7 @@ PORTNAME= trivial-features DISTVERSIONPREFIX= v DISTVERSION= 1.0-4 +PORTREVISION= 1 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 53e378e3f066..401e6908fc3c 100644 --- a/devel/cl-trivial-gray-streams-sbcl/Makefile +++ b/devel/cl-trivial-gray-streams-sbcl/Makefile @@ -1,5 +1,6 @@ PORTNAME= trivial-gray-streams PORTVERSION= 20240217 +PORTREVISION= 1 CATEGORIES= devel lisp PKGNAMEPREFIX= cl- DISTFILES= # none diff --git a/math/maxima/Makefile b/math/maxima/Makefile index 369f7cee7922..7b42406fd93d 100644 --- a/math/maxima/Makefile +++ b/math/maxima/Makefile @@ -1,6 +1,6 @@ PORTNAME= maxima DISTVERSION= 5.47.0 -PORTREVISION= 19 +PORTREVISION= 20 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 91d28d37d8d7..eda7b593fdcc 100644 --- a/security/cl-md5-sbcl/Makefile +++ b/security/cl-md5-sbcl/Makefile @@ -1,5 +1,6 @@ PORTNAME= md5 PORTVERSION= 2.0.5 +PORTREVISION= 1 CATEGORIES= security lisp PKGNAMEPREFIX= cl- DISTFILES= # none diff --git a/textproc/cl-meta-sbcl/Makefile b/textproc/cl-meta-sbcl/Makefile index 1ab5c8d758af..a458ff3dd48d 100644 --- a/textproc/cl-meta-sbcl/Makefile +++ b/textproc/cl-meta-sbcl/Makefile @@ -1,6 +1,6 @@ PORTNAME= meta PORTVERSION= 0.1 -PORTREVISION= 93 +PORTREVISION= 94 PORTEPOCH= 1 CATEGORIES= textproc lisp PKGNAMEPREFIX= cl- diff --git a/textproc/cl-ppcre-sbcl/Makefile b/textproc/cl-ppcre-sbcl/Makefile index 4b92584c228f..bde6df023c52 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= 9 +PORTREVISION= 10 CATEGORIES= textproc lisp DISTFILES= # none diff --git a/www/cl-lml-sbcl/Makefile b/www/cl-lml-sbcl/Makefile index 43edc2f2bd6a..d1578e98ee04 100644 --- a/www/cl-lml-sbcl/Makefile +++ b/www/cl-lml-sbcl/Makefile @@ -1,6 +1,6 @@ PORTNAME= lml PORTVERSION= 2.5.7 -PORTREVISION= 90 +PORTREVISION= 91 CATEGORIES= www textproc PKGNAMEPREFIX= cl- DISTFILES= # none diff --git a/x11/cl-clx-sbcl/Makefile b/x11/cl-clx-sbcl/Makefile index 48494fb4b19f..1bd586650c46 100644 --- a/x11/cl-clx-sbcl/Makefile +++ b/x11/cl-clx-sbcl/Makefile @@ -1,6 +1,6 @@ PORTNAME= clx DISTVERSION= 0.7.6 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11 lisp PKGNAMEPREFIX= cl- PKGNAMESUFFIX= -sbcl
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202412301216.4BUCGoPN067640>