aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2022-01-31 08:09:09 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2022-01-31 08:09:09 +0000
commitc22a99ae7dd735c1fa3b47c12ca383843f6d8919 (patch)
treed1ab1b27bbcf106f505518b4b054d8271fa8ccb8
parent96b18e094d0cc88e6ab86a51578df846e77dd96d (diff)
downloadports-c22a99ae7dd735c1fa3b47c12ca383843f6d8919.tar.gz
ports-c22a99ae7dd735c1fa3b47c12ca383843f6d8919.zip
*/*: Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade.
-rw-r--r--converters/cl-babel-sbcl/Makefile2
-rw-r--r--devel/cl-alexandria-sbcl/Makefile2
-rw-r--r--devel/cl-infix-sbcl/Makefile2
-rw-r--r--devel/cl-port-sbcl/Makefile2
-rw-r--r--devel/cl-split-sequence-sbcl/Makefile2
-rw-r--r--devel/cl-trivial-features-sbcl/Makefile2
-rw-r--r--devel/cl-trivial-gray-streams-sbcl/Makefile2
-rw-r--r--math/maxima/Makefile2
-rw-r--r--security/cl-md5-sbcl/Makefile2
-rw-r--r--textproc/cl-meta-sbcl/Makefile2
-rw-r--r--textproc/cl-ppcre-sbcl/Makefile2
-rw-r--r--www/cl-lml-sbcl/Makefile2
-rw-r--r--x11-wm/stumpwm/Makefile2
-rw-r--r--x11/cl-clx-sbcl/Makefile2
14 files changed, 14 insertions, 14 deletions
diff --git a/converters/cl-babel-sbcl/Makefile b/converters/cl-babel-sbcl/Makefile
index 61ec17cc7b08..fc50ad118ad6 100644
--- a/converters/cl-babel-sbcl/Makefile
+++ b/converters/cl-babel-sbcl/Makefile
@@ -1,6 +1,6 @@
PORTNAME= babel
PORTVERSION= 2010.01.16
-PORTREVISION= 65
+PORTREVISION= 66
CATEGORIES= converters lisp
PKGNAMEPREFIX= cl-
DISTFILES= # none
diff --git a/devel/cl-alexandria-sbcl/Makefile b/devel/cl-alexandria-sbcl/Makefile
index 9da2a7e306bc..e7c7fa8f357f 100644
--- a/devel/cl-alexandria-sbcl/Makefile
+++ b/devel/cl-alexandria-sbcl/Makefile
@@ -1,6 +1,6 @@
PORTNAME= alexandria
PORTVERSION= 1.2
-PORTREVISION= 14
+PORTREVISION= 15
PORTEPOCH= 1
CATEGORIES= devel lisp
PKGNAMEPREFIX= cl-
diff --git a/devel/cl-infix-sbcl/Makefile b/devel/cl-infix-sbcl/Makefile
index 4627f09bf84a..e4dd50ae992a 100644
--- a/devel/cl-infix-sbcl/Makefile
+++ b/devel/cl-infix-sbcl/Makefile
@@ -2,7 +2,7 @@
PORTNAME= infix
PORTVERSION= 19960628
-PORTREVISION= 69
+PORTREVISION= 70
CATEGORIES= devel lisp
PKGNAMEPREFIX= cl-
DISTFILES= # none
diff --git a/devel/cl-port-sbcl/Makefile b/devel/cl-port-sbcl/Makefile
index e3a206f6298f..8ccc3c1a85d1 100644
--- a/devel/cl-port-sbcl/Makefile
+++ b/devel/cl-port-sbcl/Makefile
@@ -2,7 +2,7 @@
PORTNAME= port
PORTVERSION= 2002.10.02.1
-PORTREVISION= 67
+PORTREVISION= 68
CATEGORIES= devel lisp
PKGNAMEPREFIX= cl-
DISTFILES= # none
diff --git a/devel/cl-split-sequence-sbcl/Makefile b/devel/cl-split-sequence-sbcl/Makefile
index f2840812ce40..302fe19f1003 100644
--- a/devel/cl-split-sequence-sbcl/Makefile
+++ b/devel/cl-split-sequence-sbcl/Makefile
@@ -2,7 +2,7 @@
PORTNAME= split-sequence
PORTVERSION= 20011114.1
-PORTREVISION= 66
+PORTREVISION= 67
CATEGORIES= devel lisp
PKGNAMEPREFIX= cl-
DISTFILES= # none
diff --git a/devel/cl-trivial-features-sbcl/Makefile b/devel/cl-trivial-features-sbcl/Makefile
index ffd63fe95397..4576312f30da 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= 66
+PORTREVISION= 67
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 65ec93ba8463..4f62de872904 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= 66
+PORTREVISION= 67
CATEGORIES= devel lisp
PKGNAMEPREFIX= cl-
DISTFILES= # none
diff --git a/math/maxima/Makefile b/math/maxima/Makefile
index d7f929c8030c..aac4b6f1a023 100644
--- a/math/maxima/Makefile
+++ b/math/maxima/Makefile
@@ -2,7 +2,7 @@
PORTNAME= maxima
PORTVERSION= 5.44.0
-PORTREVISION= 22
+PORTREVISION= 23
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 0b0ebd19edfa..daf9da3be710 100644
--- a/security/cl-md5-sbcl/Makefile
+++ b/security/cl-md5-sbcl/Makefile
@@ -1,6 +1,6 @@
PORTNAME= md5
PORTVERSION= 1.8.5
-PORTREVISION= 66
+PORTREVISION= 67
CATEGORIES= security lisp
PKGNAMEPREFIX= cl-
DISTFILES= # none
diff --git a/textproc/cl-meta-sbcl/Makefile b/textproc/cl-meta-sbcl/Makefile
index 94a41a075798..19ceb2c92317 100644
--- a/textproc/cl-meta-sbcl/Makefile
+++ b/textproc/cl-meta-sbcl/Makefile
@@ -2,7 +2,7 @@
PORTNAME= meta
PORTVERSION= 0.1
-PORTREVISION= 67
+PORTREVISION= 68
PORTEPOCH= 1
CATEGORIES= textproc lisp
PKGNAMEPREFIX= cl-
diff --git a/textproc/cl-ppcre-sbcl/Makefile b/textproc/cl-ppcre-sbcl/Makefile
index 57fea3ab23c6..9fe741dabbf1 100644
--- a/textproc/cl-ppcre-sbcl/Makefile
+++ b/textproc/cl-ppcre-sbcl/Makefile
@@ -2,7 +2,7 @@
PORTNAME= cl-ppcre
PORTVERSION= 2.1.1
-PORTREVISION= 15
+PORTREVISION= 16
CATEGORIES= textproc lisp
DISTFILES= # none
diff --git a/www/cl-lml-sbcl/Makefile b/www/cl-lml-sbcl/Makefile
index 6639c392109c..f0730f68c316 100644
--- a/www/cl-lml-sbcl/Makefile
+++ b/www/cl-lml-sbcl/Makefile
@@ -2,7 +2,7 @@
PORTNAME= lml
PORTVERSION= 2.5.7
-PORTREVISION= 64
+PORTREVISION= 65
CATEGORIES= www textproc
PKGNAMEPREFIX= cl-
DISTFILES= # none
diff --git a/x11-wm/stumpwm/Makefile b/x11-wm/stumpwm/Makefile
index ff8828d943f5..10aa6ad13029 100644
--- a/x11-wm/stumpwm/Makefile
+++ b/x11-wm/stumpwm/Makefile
@@ -2,7 +2,7 @@
PORTNAME= stumpwm
DISTVERSION= 20.11-107
-PORTREVISION= 2
+PORTREVISION= 3
DISTVERSIONSUFFIX= -gaef6557
CATEGORIES= x11-wm lisp
diff --git a/x11/cl-clx-sbcl/Makefile b/x11/cl-clx-sbcl/Makefile
index bf88fa56df1f..eb1d52c79d72 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= 14
+PORTREVISION= 15
CATEGORIES= x11 lisp
PKGNAMEPREFIX= cl-
PKGNAMESUFFIX= -sbcl