diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2020-12-01 00:42:24 +0800 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2020-12-01 00:42:24 +0800 |
commit | d6af5b2fc4dbc3a1d573c90287296b3d2165029d (patch) | |
tree | 3ab0218514217368bed485bb18fb40e366889370 /x11 | |
parent | ae4ae80c0a488dadc3281be30730dc0f09825e5f (diff) | |
download | freebsd-ports-gnome-d6af5b2fc4dbc3a1d573c90287296b3d2165029d.tar.gz freebsd-ports-gnome-d6af5b2fc4dbc3a1d573c90287296b3d2165029d.tar.zst freebsd-ports-gnome-d6af5b2fc4dbc3a1d573c90287296b3d2165029d.zip |
Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/cl-clx-sbcl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/cl-clx-sbcl/Makefile b/x11/cl-clx-sbcl/Makefile index fecf2ffe49d4..484d16e9ad73 100644 --- a/x11/cl-clx-sbcl/Makefile +++ b/x11/cl-clx-sbcl/Makefile @@ -2,7 +2,7 @@ PORTNAME= clx DISTVERSION= 0.7.5 -PORTREVISION= 32 +PORTREVISION= 33 CATEGORIES= x11 lisp PKGNAMEPREFIX= cl- PKGNAMESUFFIX= -sbcl |