git: 60c384addef0 - main - devel/cdecl: update to 11.9

From: Larry Rosenman <ler_at_FreeBSD.org>
Date: Wed, 22 Dec 2021 18:32:55 UTC
The branch main has been updated by ler:

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

commit 60c384addef0ae59cf599daf65aaf8986d5c176d
Author:     Larry Rosenman <ler@FreeBSD.org>
AuthorDate: 2021-12-22 18:31:19 +0000
Commit:     Larry Rosenman <ler@FreeBSD.org>
CommitDate: 2021-12-22 18:32:37 +0000

    devel/cdecl: update to 11.9
    
    ChangeLog:
    Fixed reading from stdin
    Fixed reading from stdin when it's not a TTY.
    
    Redefinition check
    Names being redefined with a different type in the same declaration are now correctly forbidden:
    
    int i, i;                           // OK (tentative definition)
    int j, *j;                          // error: different type
    Function-like parameter redefinition check
    Function-like parameters are now checked for redefinition (more than one parameter having the same name).
    
    More C++ standard types
    Added the standard C++ types std::ispanstream, std::stacktrace_entry, and std::wispanstream.
---
 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 fae3261d19ba..aa800255d3b5 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.8
+PORTVERSION=	11.9
 DISTVERSIONPREFIX=	${PORTNAME}-
 CATEGORIES=	devel
 
diff --git a/devel/cdecl/distinfo b/devel/cdecl/distinfo
index 30ed57f0ce65..fa6a5f8bbb46 100644
--- a/devel/cdecl/distinfo
+++ b/devel/cdecl/distinfo
@@ -1,3 +1,3 @@
-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
+TIMESTAMP = 1640197848
+SHA256 (paul-j-lucas-cdecl-cdecl-11.9_GH0.tar.gz) = 288d8c7d83a7704bdc0bae7587d7cb35cdf4cd84c3409919b624dff090f7ec15
+SIZE (paul-j-lucas-cdecl-cdecl-11.9_GH0.tar.gz) = 753378