aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2022-05-31 17:45:16 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2022-05-31 17:45:16 +0000
commit750dd69b2ce35035eec3d07bf31fce51d6396819 (patch)
tree3c9b35106ef048db0783988cd7d9444ae5527901
parentf248081e04421233cb2f64eeafe7272216870902 (diff)
downloadports-750dd69b2ce35035eec3d07bf31fce51d6396819.tar.gz
ports-750dd69b2ce35035eec3d07bf31fce51d6396819.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/Makefile1
-rw-r--r--x11/cl-clx-sbcl/Makefile2
14 files changed, 14 insertions, 13 deletions
diff --git a/converters/cl-babel-sbcl/Makefile b/converters/cl-babel-sbcl/Makefile
index 8cf8c68e436d..178ca64e29e6 100644
--- a/converters/cl-babel-sbcl/Makefile
+++ b/converters/cl-babel-sbcl/Makefile
@@ -1,6 +1,6 @@
PORTNAME= babel
PORTVERSION= 2010.01.16
-PORTREVISION= 68
+PORTREVISION= 69
CATEGORIES= converters lisp
PKGNAMEPREFIX= cl-
DISTFILES= # none
diff --git a/devel/cl-alexandria-sbcl/Makefile b/devel/cl-alexandria-sbcl/Makefile
index 4372fe793bb7..09aa70f5ca5d 100644
--- a/devel/cl-alexandria-sbcl/Makefile
+++ b/devel/cl-alexandria-sbcl/Makefile
@@ -1,6 +1,6 @@
PORTNAME= alexandria
PORTVERSION= 1.2
-PORTREVISION= 17
+PORTREVISION= 18
PORTEPOCH= 1
CATEGORIES= devel lisp
PKGNAMEPREFIX= cl-
diff --git a/devel/cl-infix-sbcl/Makefile b/devel/cl-infix-sbcl/Makefile
index c7783e3a5542..3d45864fb31d 100644
--- a/devel/cl-infix-sbcl/Makefile
+++ b/devel/cl-infix-sbcl/Makefile
@@ -2,7 +2,7 @@
PORTNAME= infix
PORTVERSION= 19960628
-PORTREVISION= 72
+PORTREVISION= 73
CATEGORIES= devel lisp
PKGNAMEPREFIX= cl-
DISTFILES= # none
diff --git a/devel/cl-port-sbcl/Makefile b/devel/cl-port-sbcl/Makefile
index e02a6e49e979..4ff1cb5cd2be 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= 70
+PORTREVISION= 71
CATEGORIES= devel lisp
PKGNAMEPREFIX= cl-
DISTFILES= # none
diff --git a/devel/cl-split-sequence-sbcl/Makefile b/devel/cl-split-sequence-sbcl/Makefile
index 8f2df539176c..94c6a62bd795 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= 69
+PORTREVISION= 70
CATEGORIES= devel lisp
PKGNAMEPREFIX= cl-
DISTFILES= # none
diff --git a/devel/cl-trivial-features-sbcl/Makefile b/devel/cl-trivial-features-sbcl/Makefile
index f3ee41292c01..be817bd6d393 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= 69
+PORTREVISION= 70
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 4dbe8a57e199..bf31322c465f 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= 69
+PORTREVISION= 70
CATEGORIES= devel lisp
PKGNAMEPREFIX= cl-
DISTFILES= # none
diff --git a/math/maxima/Makefile b/math/maxima/Makefile
index e509d2b930fe..43f8d8d05f27 100644
--- a/math/maxima/Makefile
+++ b/math/maxima/Makefile
@@ -2,7 +2,7 @@
PORTNAME= maxima
PORTVERSION= 5.46.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 3e8e92cc1ab0..de6b3d1460d9 100644
--- a/security/cl-md5-sbcl/Makefile
+++ b/security/cl-md5-sbcl/Makefile
@@ -1,6 +1,6 @@
PORTNAME= md5
PORTVERSION= 1.8.5
-PORTREVISION= 69
+PORTREVISION= 70
CATEGORIES= security lisp
PKGNAMEPREFIX= cl-
DISTFILES= # none
diff --git a/textproc/cl-meta-sbcl/Makefile b/textproc/cl-meta-sbcl/Makefile
index c478a242bbc0..3c292a316336 100644
--- a/textproc/cl-meta-sbcl/Makefile
+++ b/textproc/cl-meta-sbcl/Makefile
@@ -2,7 +2,7 @@
PORTNAME= meta
PORTVERSION= 0.1
-PORTREVISION= 70
+PORTREVISION= 71
PORTEPOCH= 1
CATEGORIES= textproc lisp
PKGNAMEPREFIX= cl-
diff --git a/textproc/cl-ppcre-sbcl/Makefile b/textproc/cl-ppcre-sbcl/Makefile
index 0b0bdc37e985..1525036ec9b8 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= 18
+PORTREVISION= 19
CATEGORIES= textproc lisp
DISTFILES= # none
diff --git a/www/cl-lml-sbcl/Makefile b/www/cl-lml-sbcl/Makefile
index ad2cbe6254ad..6f8587294e3a 100644
--- a/www/cl-lml-sbcl/Makefile
+++ b/www/cl-lml-sbcl/Makefile
@@ -2,7 +2,7 @@
PORTNAME= lml
PORTVERSION= 2.5.7
-PORTREVISION= 67
+PORTREVISION= 68
CATEGORIES= www textproc
PKGNAMEPREFIX= cl-
DISTFILES= # none
diff --git a/x11-wm/stumpwm/Makefile b/x11-wm/stumpwm/Makefile
index d37f91b025a0..01ad3ef47b73 100644
--- a/x11-wm/stumpwm/Makefile
+++ b/x11-wm/stumpwm/Makefile
@@ -2,6 +2,7 @@
PORTNAME= stumpwm
DISTVERSION= 22.05
+PORTREVISION= 1
CATEGORIES= x11-wm lisp
MAINTAINER= jrm@FreeBSD.org
diff --git a/x11/cl-clx-sbcl/Makefile b/x11/cl-clx-sbcl/Makefile
index e9dabdaf2e27..e47e626bcbba 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= 17
+PORTREVISION= 18
CATEGORIES= x11 lisp
PKGNAMEPREFIX= cl-
PKGNAMESUFFIX= -sbcl