git: b311b6c2d28f - main - devel/cdecl: update 11.8

From: Larry Rosenman <ler_at_FreeBSD.org>
Date: Tue, 14 Dec 2021 18:15:52 UTC
The branch main has been updated by ler:

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

commit b311b6c2d28f42970a291eec3dda5b1d2815c736
Author:     Larry Rosenman <ler@FreeBSD.org>
AuthorDate: 2021-12-14 18:14:52 +0000
Commit:     Larry Rosenman <ler@FreeBSD.org>
CommitDate: 2021-12-14 18:14:52 +0000

    devel/cdecl: update 11.8
    
    ChangeLog:
    New cdecl keywords
    There are now the new pseudo-English keywords of evaluation (plus eval as a shorthand), expression (plus expr), and initialization (plus init) that can optionally be used after constant (or const) instead of consteval, constexpr, or constinit, respectively:
    
    c++decl> declare f as constant expression function returning int
    constexpr int f();
    There are now the new pseudo-English keywords of maybe, unused, thread, local, as well as discard, except, and return that can be used after no that can be used instead of maybe_unused, thread_local, nodiscard, noexcept, and noreturn.
    
    Fixed reading of stdin
    The "no files as arguments" change broke reading of stdin; fixed.
---
 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 ef88fada7847..fae3261d19ba 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.7
+PORTVERSION=	11.8
 DISTVERSIONPREFIX=	${PORTNAME}-
 CATEGORIES=	devel
 
diff --git a/devel/cdecl/distinfo b/devel/cdecl/distinfo
index c21bc22c81b4..30ed57f0ce65 100644
--- a/devel/cdecl/distinfo
+++ b/devel/cdecl/distinfo
@@ -1,3 +1,3 @@
-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
+TIMESTAMP = 1639505684
+SHA256 (paul-j-lucas-cdecl-cdecl-11.8_GH0.tar.gz) = 2317f7a318baffdf2949f87fc74dbfc6d1a613a6e43755c7cd57d03ca36a70bc
+SIZE (paul-j-lucas-cdecl-cdecl-11.8_GH0.tar.gz) = 751251