diff options
author | jrm <jrm@FreeBSD.org> | 2018-02-05 09:56:49 +0800 |
---|---|---|
committer | jrm <jrm@FreeBSD.org> | 2018-02-05 09:56:49 +0800 |
commit | bb7ea049163bd2ea977a37c496c1ccabee823ad1 (patch) | |
tree | 88662aaccd401cd03d2c4acff0c7ceffb2a14bd4 /x11 | |
parent | 9a3cd6c6bfdff51555e1ac499b3bd99461f7da20 (diff) | |
download | freebsd-ports-gnome-bb7ea049163bd2ea977a37c496c1ccabee823ad1.tar.gz freebsd-ports-gnome-bb7ea049163bd2ea977a37c496c1ccabee823ad1.tar.zst freebsd-ports-gnome-bb7ea049163bd2ea977a37c496c1ccabee823ad1.zip |
x11/cl-clx-sbcl: Update to version 0.7.5
Upstream changes: https://github.com/sharplispers/clx/blob/master/NEWS
Diffstat (limited to 'x11')
-rw-r--r-- | x11/cl-clx-sbcl/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/cl-clx-sbcl/Makefile b/x11/cl-clx-sbcl/Makefile index 02ea8cdc2a19..b1182de38549 100644 --- a/x11/cl-clx-sbcl/Makefile +++ b/x11/cl-clx-sbcl/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= clx -DISTVERSION= 0.7.4 -PORTREVISION= 5 +DISTVERSION= 0.7.5 CATEGORIES= x11 lisp PKGNAMEPREFIX= cl- PKGNAMESUFFIX= -sbcl |