git: 1d3251a7cf7e - main - devel/cdecl: Upgrade to 11.12.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 11 Feb 2022 15:47:24 UTC
The branch main has been updated by ler: URL: https://cgit.FreeBSD.org/ports/commit/?id=1d3251a7cf7e01ed6f1de8c812d4c5f67c6bc531 commit 1d3251a7cf7e01ed6f1de8c812d4c5f67c6bc531 Author: Larry Rosenman <ler@FreeBSD.org> AuthorDate: 2022-02-11 15:45:31 +0000 Commit: Larry Rosenman <ler@FreeBSD.org> CommitDate: 2022-02-11 15:47:05 +0000 devel/cdecl: Upgrade to 11.12. ChangeLog: noexcept for function parameters noexcept is now correctly allowed for pointers to function parameter arguments: c++decl> explain void g( void (*f)() noexcept ) declare g as function (f as pointer to no-exception function returning void) returning void Dynamic exception specifications These are now parsed, but either not supported by cdecl through C++14 or no longer supported in C++17. Ignore leading whitespace for command completion Previously, if there was any leading whitesplace before a command, that is: cdecl> dec<TAB> ^ leading whitespace it wouldn't match: now it does. Fixed interactive column The column number printed for error and warning messages while interactive is now correct. --- 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 59b25ef01927..a83f96394a00 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.11 +PORTVERSION= 11.12 DISTVERSIONPREFIX= ${PORTNAME}- CATEGORIES= devel diff --git a/devel/cdecl/distinfo b/devel/cdecl/distinfo index 89adb7f7d667..2d34b88358b9 100644 --- a/devel/cdecl/distinfo +++ b/devel/cdecl/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1642905230 -SHA256 (paul-j-lucas-cdecl-cdecl-11.11_GH0.tar.gz) = 0b29c28ba53447d07ea60ec7625411b880f1fea3f0646bd939ed78419da8e3c2 -SIZE (paul-j-lucas-cdecl-cdecl-11.11_GH0.tar.gz) = 765023 +TIMESTAMP = 1644594257 +SHA256 (paul-j-lucas-cdecl-cdecl-11.12_GH0.tar.gz) = 97834179df8cb11ed43b204e4b3d07afceea84c7183daa6996d9afe96792a7fe +SIZE (paul-j-lucas-cdecl-cdecl-11.12_GH0.tar.gz) = 766918