aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2021-03-02 11:45:20 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2021-03-02 11:45:20 +0000
commit027481b398634c1d446154490555472aaf4616e6 (patch)
tree295f1c3dedd5e0b171888ca56e59cdc29372faf6
parentadf7655c694f60b3002af3fdb9f26f7fea8112f9 (diff)
downloadports-027481b398634c1d446154490555472aaf4616e6.tar.gz
ports-027481b398634c1d446154490555472aaf4616e6.zip
Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade.
Notes
Notes: svn path=/head/; revision=566947
-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 fcc50947267a..ec9d42858439 100644
--- a/converters/cl-babel-sbcl/Makefile
+++ b/converters/cl-babel-sbcl/Makefile
@@ -2,7 +2,7 @@
PORTNAME= babel
PORTVERSION= 2010.01.16
-PORTREVISION= 52
+PORTREVISION= 53
CATEGORIES= converters lisp
PKGNAMEPREFIX= cl-
DISTFILES= # none
diff --git a/devel/cl-alexandria-sbcl/Makefile b/devel/cl-alexandria-sbcl/Makefile
index 75efa7c5423e..68a6deb7a9a2 100644
--- a/devel/cl-alexandria-sbcl/Makefile
+++ b/devel/cl-alexandria-sbcl/Makefile
@@ -2,7 +2,7 @@
PORTNAME= alexandria
PORTVERSION= 1.2
-PORTREVISION= 1
+PORTREVISION= 2
PORTEPOCH= 1
CATEGORIES= devel lisp
PKGNAMEPREFIX= cl-
diff --git a/devel/cl-infix-sbcl/Makefile b/devel/cl-infix-sbcl/Makefile
index b36ed824e070..fd68dd5494ba 100644
--- a/devel/cl-infix-sbcl/Makefile
+++ b/devel/cl-infix-sbcl/Makefile
@@ -3,7 +3,7 @@
PORTNAME= infix
PORTVERSION= 19960628
-PORTREVISION= 56
+PORTREVISION= 57
CATEGORIES= devel lisp
PKGNAMEPREFIX= cl-
DISTFILES= # none
diff --git a/devel/cl-port-sbcl/Makefile b/devel/cl-port-sbcl/Makefile
index 7258db5cfc1b..8b5a07391a71 100644
--- a/devel/cl-port-sbcl/Makefile
+++ b/devel/cl-port-sbcl/Makefile
@@ -3,7 +3,7 @@
PORTNAME= port
PORTVERSION= 2002.10.02.1
-PORTREVISION= 54
+PORTREVISION= 55
CATEGORIES= devel lisp
PKGNAMEPREFIX= cl-
DISTFILES= # none
diff --git a/devel/cl-split-sequence-sbcl/Makefile b/devel/cl-split-sequence-sbcl/Makefile
index f62a81780627..947652ac4e8f 100644
--- a/devel/cl-split-sequence-sbcl/Makefile
+++ b/devel/cl-split-sequence-sbcl/Makefile
@@ -3,7 +3,7 @@
PORTNAME= split-sequence
PORTVERSION= 20011114.1
-PORTREVISION= 53
+PORTREVISION= 54
CATEGORIES= devel lisp
PKGNAMEPREFIX= cl-
DISTFILES= # none
diff --git a/devel/cl-trivial-features-sbcl/Makefile b/devel/cl-trivial-features-sbcl/Makefile
index 8e1363454113..8508fa708cf4 100644
--- a/devel/cl-trivial-features-sbcl/Makefile
+++ b/devel/cl-trivial-features-sbcl/Makefile
@@ -2,7 +2,7 @@
PORTNAME= trivial-features
PORTVERSION= 2010.01.16
-PORTREVISION= 53
+PORTREVISION= 54
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 96358aa1827c..6a34e20d1215 100644
--- a/devel/cl-trivial-gray-streams-sbcl/Makefile
+++ b/devel/cl-trivial-gray-streams-sbcl/Makefile
@@ -2,7 +2,7 @@
PORTNAME= trivial-gray-streams
PORTVERSION= 2008.11.02
-PORTREVISION= 53
+PORTREVISION= 54
CATEGORIES= devel lisp
PKGNAMEPREFIX= cl-
DISTFILES= # none
diff --git a/math/maxima/Makefile b/math/maxima/Makefile
index d5d0b03c6447..8a52999ee1f4 100644
--- a/math/maxima/Makefile
+++ b/math/maxima/Makefile
@@ -3,7 +3,7 @@
PORTNAME= maxima
PORTVERSION= 5.44.0
-PORTREVISION= 9
+PORTREVISION= 10
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 0cba913e7f85..7bb8734db314 100644
--- a/security/cl-md5-sbcl/Makefile
+++ b/security/cl-md5-sbcl/Makefile
@@ -2,7 +2,7 @@
PORTNAME= md5
PORTVERSION= 1.8.5
-PORTREVISION= 53
+PORTREVISION= 54
CATEGORIES= security lisp
PKGNAMEPREFIX= cl-
DISTFILES= # none
diff --git a/textproc/cl-meta-sbcl/Makefile b/textproc/cl-meta-sbcl/Makefile
index 993423deddb6..4be3b231acf7 100644
--- a/textproc/cl-meta-sbcl/Makefile
+++ b/textproc/cl-meta-sbcl/Makefile
@@ -3,7 +3,7 @@
PORTNAME= meta
PORTVERSION= 0.1
-PORTREVISION= 54
+PORTREVISION= 55
PORTEPOCH= 1
CATEGORIES= textproc lisp
PKGNAMEPREFIX= cl-
diff --git a/textproc/cl-ppcre-sbcl/Makefile b/textproc/cl-ppcre-sbcl/Makefile
index 5a7e8136ff56..ad6cb5da39fd 100644
--- a/textproc/cl-ppcre-sbcl/Makefile
+++ b/textproc/cl-ppcre-sbcl/Makefile
@@ -3,7 +3,7 @@
PORTNAME= cl-ppcre
PORTVERSION= 2.1.1
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= textproc lisp
DISTFILES= # none
diff --git a/www/cl-lml-sbcl/Makefile b/www/cl-lml-sbcl/Makefile
index 7b9a862cacc9..ab8f6ef7ddbd 100644
--- a/www/cl-lml-sbcl/Makefile
+++ b/www/cl-lml-sbcl/Makefile
@@ -3,7 +3,7 @@
PORTNAME= lml
PORTVERSION= 2.5.7
-PORTREVISION= 51
+PORTREVISION= 52
CATEGORIES= www textproc
PKGNAMEPREFIX= cl-
DISTFILES= # none
diff --git a/x11-wm/stumpwm/Makefile b/x11-wm/stumpwm/Makefile
index 020dc5081f4c..6e790a2ac923 100644
--- a/x11-wm/stumpwm/Makefile
+++ b/x11-wm/stumpwm/Makefile
@@ -4,7 +4,7 @@
PORTNAME= stumpwm
DISTVERSION= 20.11-3
DISTVERSIONSUFFIX= -g72a4e2c
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= x11-wm lisp
MAINTAINER= jrm@FreeBSD.org
diff --git a/x11/cl-clx-sbcl/Makefile b/x11/cl-clx-sbcl/Makefile
index 59983ebf621e..0fe321ff9cac 100644
--- a/x11/cl-clx-sbcl/Makefile
+++ b/x11/cl-clx-sbcl/Makefile
@@ -2,7 +2,7 @@
PORTNAME= clx
DISTVERSION= 0.7.5.65
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= x11 lisp
PKGNAMEPREFIX= cl-
PKGNAMESUFFIX= -sbcl