git: b63b0b78852f - main - devel/cdecl: update to 11.6

From: Larry Rosenman <ler_at_FreeBSD.org>
Date: Fri, 03 Dec 2021 18:38:04 UTC
The branch main has been updated by ler:

URL: https://cgit.FreeBSD.org/ports/commit/?id=b63b0b78852ff7dbe64c89dcded75dce7b3ecb25

commit b63b0b78852ff7dbe64c89dcded75dce7b3ecb25
Author:     Larry Rosenman <ler@FreeBSD.org>
AuthorDate: 2021-12-03 18:37:15 +0000
Commit:     Larry Rosenman <ler@FreeBSD.org>
CommitDate: 2021-12-03 18:37:15 +0000

    devel/cdecl: update to 11.6
    
    ChangeLog:
    C++23 integer literal suffixes
    The case-insensitive integer literal suffixes of uz and zu for size_t and z for ssize_t are now supported.
    
    C++23 operator[]
    Now allowing operator[] to have zero or more arguments starting in C++23.
    
    Fixed bug with array of function
    Given:
    
    cdecl> explain int f[5](double)
    declare f as function (double) returning int
    cdecl (1) incorrectly elided the array and therefore (2) didn't report the array of function as an error.
    
    typedef of function
    typedefs of function are now correctly allowed:
    
    typedef int F(void)
---
 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 ce2811af3ac4..1585a9a5df29 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.5
+PORTVERSION=	11.6
 DISTVERSIONPREFIX=	${PORTNAME}-
 CATEGORIES=	devel
 
diff --git a/devel/cdecl/distinfo b/devel/cdecl/distinfo
index 301ec7b2d4b6..503178276185 100644
--- a/devel/cdecl/distinfo
+++ b/devel/cdecl/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1636642984
-SHA256 (paul-j-lucas-cdecl-cdecl-11.5_GH0.tar.gz) = 2375660a1ab0edb0b48dc5625b6efac3bcce4d21075e7bf72248d1d73957ea34
-SIZE (paul-j-lucas-cdecl-cdecl-11.5_GH0.tar.gz) = 743236
+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