1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00

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.
This commit is contained in:
Larry Rosenman 2021-12-14 12:14:52 -06:00
parent cbbbda598b
commit b311b6c2d2
No known key found for this signature in database
GPG Key ID: 697C99B1AB48A77D
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
# Created by: David O'Brien (obrien@NUXI.com)
PORTNAME= cdecl
PORTVERSION= 11.7
PORTVERSION= 11.8
DISTVERSIONPREFIX= ${PORTNAME}-
CATEGORIES= devel

View File

@ -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