aboutsummaryrefslogtreecommitdiff
path: root/devel/cdecl
diff options
context:
space:
mode:
authorLarry Rosenman <ler@FreeBSD.org>2021-12-11 01:59:04 +0000
committerLarry Rosenman <ler@FreeBSD.org>2021-12-11 02:04:25 +0000
commitfca70e75bb04954ece4cf91489ee69a16befd5bf (patch)
tree0b5ffb48a762f522a59fe87ad895466d2949598d /devel/cdecl
parent1535965c818c7ae81e86ad3ac45ce32ea09adfb0 (diff)
downloadports-fca70e75bb04954ece4cf91489ee69a16befd5bf.tar.gz
ports-fca70e75bb04954ece4cf91489ee69a16befd5bf.zip
devel/cdecl: update to 11.7
ChangeLog: Cdecl keywords When an unexpected name token is encountered, if said token is a cdecl keyword, it's now mentioned in the error message: cdecl> declare ptr as pointer to void ^ 16: syntax error: "ptr": name expected ("ptr" is a cdecl keyword) Additionally, cdecl keywords are now also offered in suggestions. register arrays register arrays are now correctly allowed. Zero-sized arrays Zero-sized arrays are now correctly forbidden. No files as arguments Command-line arguments were treated as files if they weren't commands. This dubious use-case was a hold-over from the original cdecl and has been removed. (If you want to read a file use -f.)
Diffstat (limited to 'devel/cdecl')
-rw-r--r--devel/cdecl/Makefile2
-rw-r--r--devel/cdecl/distinfo6
2 files changed, 4 insertions, 4 deletions
diff --git a/devel/cdecl/Makefile b/devel/cdecl/Makefile
index 1585a9a5df29..ef88fada7847 100644
--- a/devel/cdecl/Makefile
+++ b/devel/cdecl/Makefile
@@ -1,7 +1,7 @@
# Created by: David O'Brien (obrien@NUXI.com)
PORTNAME= cdecl
-PORTVERSION= 11.6
+PORTVERSION= 11.7
DISTVERSIONPREFIX= ${PORTNAME}-
CATEGORIES= devel
diff --git a/devel/cdecl/distinfo b/devel/cdecl/distinfo
index 503178276185..c21bc22c81b4 100644
--- a/devel/cdecl/distinfo
+++ b/devel/cdecl/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1638556629
-SHA256 (paul-j-lucas-cdecl-cdecl-11.6_GH0.tar.gz) = cbab9308b03732b320264f5abc7155db0723788e9bdf71bb87a5d92ae610d03a
-SIZE (paul-j-lucas-cdecl-cdecl-11.6_GH0.tar.gz) = 745800
+TIMESTAMP = 1639187834
+SHA256 (paul-j-lucas-cdecl-cdecl-11.7_GH0.tar.gz) = b7155f85573ecc67b08d2e49e120f0aa5debfd087c70e54d853d07c206dd974b
+SIZE (paul-j-lucas-cdecl-cdecl-11.7_GH0.tar.gz) = 749532