git: 1c27917347bc - main - devel/cdecl: update to 11.11

From: Larry Rosenman <ler_at_FreeBSD.org>
Date: Sun, 23 Jan 2022 02:34:54 UTC
The branch main has been updated by ler:

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

commit 1c27917347bc381764bea75faa91f1f86362bf51
Author:     Larry Rosenman <ler@FreeBSD.org>
AuthorDate: 2022-01-23 02:33:57 +0000
Commit:     Larry Rosenman <ler@FreeBSD.org>
CommitDate: 2022-01-23 02:33:57 +0000

    devel/cdecl: update to 11.11
    
    ChangeLog:
    using with attributes
    Now supporting using with attributes:
    
    c++decl> explain using Int [[maybe_unused]] = int
    declare Int as maybe unused type int
    Declare types with using
    In C++11 and later, types are now declared with using instead of typedef
    by default.
    
    using declarations
    New --no-using/-u command-line option and using set option that control
    whether types are declared with using instead of typedef in C++11 and
    later:
    
    c++decl> declare pint as type pointer to int
    using pint = int*;
    c++decl> set nousing
    c++decl> declare pint as type pointer to int
    typedef int *pint;
    More K&R C types
    The types caaddr_t and daddr_t were added; jmp_buf was moved from C89.
---
 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 458879c1921c..59b25ef01927 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.10
+PORTVERSION=	11.11
 DISTVERSIONPREFIX=	${PORTNAME}-
 CATEGORIES=	devel
 
diff --git a/devel/cdecl/distinfo b/devel/cdecl/distinfo
index aa99a1fdc037..89adb7f7d667 100644
--- a/devel/cdecl/distinfo
+++ b/devel/cdecl/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1641225750
-SHA256 (paul-j-lucas-cdecl-cdecl-11.10_GH0.tar.gz) = 68c9152d5ee48369ecabdeaaf402f1b7323101c6f30a38e5d439748ec227c177
-SIZE (paul-j-lucas-cdecl-cdecl-11.10_GH0.tar.gz) = 756814
+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