git: fca70e75bb04 - main - devel/cdecl: update to 11.7
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 11 Dec 2021 02:04:42 UTC
The branch main has been updated by ler: URL: https://cgit.FreeBSD.org/ports/commit/?id=fca70e75bb04954ece4cf91489ee69a16befd5bf commit fca70e75bb04954ece4cf91489ee69a16befd5bf Author: Larry Rosenman <ler@FreeBSD.org> AuthorDate: 2021-12-11 01:59:04 +0000 Commit: Larry Rosenman <ler@FreeBSD.org> CommitDate: 2021-12-11 02:04:25 +0000 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.) --- devel/cdecl/Makefile | 2 +- devel/cdecl/distinfo | 6 +++--- 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