Date: Fri, 17 May 2024 05:21:00 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: 20150bb98e60 - main - */*: Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade. Message-ID: <202405170521.44H5L0AS061875@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=20150bb98e6073245be66d9968c9b68bd2576934 commit 20150bb98e6073245be66d9968c9b68bd2576934 Author: Kirill Ponomarev <krion@FreeBSD.org> AuthorDate: 2024-05-17 05:20:49 +0000 Commit: Kirill Ponomarev <krion@FreeBSD.org> CommitDate: 2024-05-17 05:20:49 +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 | 1 + www/cl-lml-sbcl/Makefile | 2 +- x11/cl-clx-sbcl/Makefile | 2 +- 13 files changed, 13 insertions(+), 12 deletions(-) diff --git a/converters/cl-babel-sbcl/Makefile b/converters/cl-babel-sbcl/Makefile index 04769bd61f9f..368ec3488576 100644 --- a/converters/cl-babel-sbcl/Makefile +++ b/converters/cl-babel-sbcl/Makefile @@ -1,6 +1,6 @@ PORTNAME= babel PORTVERSION= 2010.01.16 -PORTREVISION= 82 +PORTREVISION= 83 CATEGORIES= converters lisp PKGNAMEPREFIX= cl- DISTFILES= # none diff --git a/devel/cl-alexandria-sbcl/Makefile b/devel/cl-alexandria-sbcl/Makefile index d61d7080d901..2a15db08e4c8 100644 --- a/devel/cl-alexandria-sbcl/Makefile +++ b/devel/cl-alexandria-sbcl/Makefile @@ -1,6 +1,6 @@ PORTNAME= alexandria PORTVERSION= 1.2 -PORTREVISION= 31 +PORTREVISION= 32 PORTEPOCH= 1 CATEGORIES= devel lisp PKGNAMEPREFIX= cl- diff --git a/devel/cl-infix-sbcl/Makefile b/devel/cl-infix-sbcl/Makefile index ffddaea792f0..8435ae1288d1 100644 --- a/devel/cl-infix-sbcl/Makefile +++ b/devel/cl-infix-sbcl/Makefile @@ -1,6 +1,6 @@ PORTNAME= infix PORTVERSION= 19960628 -PORTREVISION= 86 +PORTREVISION= 87 CATEGORIES= devel lisp PKGNAMEPREFIX= cl- DISTFILES= # none diff --git a/devel/cl-port-sbcl/Makefile b/devel/cl-port-sbcl/Makefile index 8297efc35c37..6e9bc654cb0d 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= 84 +PORTREVISION= 85 CATEGORIES= devel lisp PKGNAMEPREFIX= cl- DISTFILES= # none diff --git a/devel/cl-split-sequence-sbcl/Makefile b/devel/cl-split-sequence-sbcl/Makefile index b45eb088a7f0..8582c90f2064 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= 83 +PORTREVISION= 84 CATEGORIES= devel lisp PKGNAMEPREFIX= cl- DISTFILES= # none diff --git a/devel/cl-trivial-features-sbcl/Makefile b/devel/cl-trivial-features-sbcl/Makefile index dc84d47af885..50eb3b544407 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= 83 +PORTREVISION= 84 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 2db285d1702e..605078a5763c 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= 83 +PORTREVISION= 84 CATEGORIES= devel lisp PKGNAMEPREFIX= cl- DISTFILES= # none diff --git a/math/maxima/Makefile b/math/maxima/Makefile index af2d50ece088..6adb36968b37 100644 --- a/math/maxima/Makefile +++ b/math/maxima/Makefile @@ -1,6 +1,6 @@ PORTNAME= maxima PORTVERSION= 5.47.0 -PORTREVISION= 10 +PORTREVISION= 11 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 733499bbea7f..f06fa5c1264a 100644 --- a/security/cl-md5-sbcl/Makefile +++ b/security/cl-md5-sbcl/Makefile @@ -1,6 +1,6 @@ PORTNAME= md5 PORTVERSION= 1.8.5 -PORTREVISION= 83 +PORTREVISION= 84 CATEGORIES= security lisp PKGNAMEPREFIX= cl- DISTFILES= # none diff --git a/textproc/cl-meta-sbcl/Makefile b/textproc/cl-meta-sbcl/Makefile index 0021caf37321..9638533059ec 100644 --- a/textproc/cl-meta-sbcl/Makefile +++ b/textproc/cl-meta-sbcl/Makefile @@ -1,6 +1,6 @@ PORTNAME= meta PORTVERSION= 0.1 -PORTREVISION= 84 +PORTREVISION= 85 PORTEPOCH= 1 CATEGORIES= textproc lisp PKGNAMEPREFIX= cl- diff --git a/textproc/cl-ppcre-sbcl/Makefile b/textproc/cl-ppcre-sbcl/Makefile index c04fb9392144..8613403a4487 100644 --- a/textproc/cl-ppcre-sbcl/Makefile +++ b/textproc/cl-ppcre-sbcl/Makefile @@ -1,5 +1,6 @@ PORTNAME= cl-ppcre PORTVERSION= 2.1.2 +PORTREVISION= 1 CATEGORIES= textproc lisp DISTFILES= # none diff --git a/www/cl-lml-sbcl/Makefile b/www/cl-lml-sbcl/Makefile index 7ede627088e6..bed4cd7de3e9 100644 --- a/www/cl-lml-sbcl/Makefile +++ b/www/cl-lml-sbcl/Makefile @@ -1,6 +1,6 @@ PORTNAME= lml PORTVERSION= 2.5.7 -PORTREVISION= 81 +PORTREVISION= 82 CATEGORIES= www textproc PKGNAMEPREFIX= cl- DISTFILES= # none diff --git a/x11/cl-clx-sbcl/Makefile b/x11/cl-clx-sbcl/Makefile index 6cf0e9283823..df943936d4ee 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= 31 +PORTREVISION= 32 CATEGORIES= x11 lisp PKGNAMEPREFIX= cl- PKGNAMESUFFIX= -sbcl
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202405170521.44H5L0AS061875>