aboutsummaryrefslogtreecommitdiff
path: root/devel/cdecl
diff options
context:
space:
mode:
authorLarry Rosenman <ler@FreeBSD.org>2021-12-14 18:14:52 +0000
committerLarry Rosenman <ler@FreeBSD.org>2021-12-14 18:14:52 +0000
commitb311b6c2d28f42970a291eec3dda5b1d2815c736 (patch)
tree5de710564787da1bd9e1af15629dc7f49c1b1ff2 /devel/cdecl
parentcbbbda598bdf500fe9fe495b339633da7e0a6fba (diff)
downloadports-b311b6c2d28f42970a291eec3dda5b1d2815c736.tar.gz
ports-b311b6c2d28f42970a291eec3dda5b1d2815c736.zip
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.
Diffstat (limited to 'devel/cdecl')
-rw-r--r--devel/cdecl/Makefile2
-rw-r--r--devel/cdecl/distinfo6
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