aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLarry Rosenman <ler@FreeBSD.org>2022-01-23 02:33:57 +0000
committerLarry Rosenman <ler@FreeBSD.org>2022-01-23 02:33:57 +0000
commit1c27917347bc381764bea75faa91f1f86362bf51 (patch)
tree7a5e77ab10c8488604dcc1dee7164228d3444194
parenta6cf0b8a8936e062f4d871e91473c74bbebc7146 (diff)
downloadports-1c27917347bc381764bea75faa91f1f86362bf51.tar.gz
ports-1c27917347bc381764bea75faa91f1f86362bf51.zip
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.
-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 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