git: f075b80fc20e - main - devel/cdecl: update to 16.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 15 Jan 2024 04:17:36 UTC
The branch main has been updated by ler:
URL: https://cgit.FreeBSD.org/ports/commit/?id=f075b80fc20e0e8bb7cd47c5cab4a2094093ee16
commit f075b80fc20e0e8bb7cd47c5cab4a2094093ee16
Author: Larry Rosenman <ler@FreeBSD.org>
AuthorDate: 2024-01-15 04:16:52 +0000
Commit: Larry Rosenman <ler@FreeBSD.org>
CommitDate: 2024-01-15 04:16:52 +0000
devel/cdecl: update to 16.1
ChangeLog:
explicit-ecsu in English
The value of the explicit-ecsu option now also applies in pseudo-English. Previously:
c++decl> class C
c++decl> explain C *p
declare p as pointer to C
Now (with explicit-ecsu containing c):
c++decl> class C
c++decl> set explicit-ecsu = csu
c++decl> explain C *p
declare p as pointer to class C
Leading/trailing whitespace stringification
Previously:
expand Q2(, a b ,)
incorrectly returned " a b " whereas now it correctly returns "a b".
---
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 9bca59cbc7a4..3ec623b5966c 100644
--- a/devel/cdecl/Makefile
+++ b/devel/cdecl/Makefile
@@ -1,5 +1,5 @@
PORTNAME= cdecl
-PORTVERSION= 16.0
+PORTVERSION= 16.1
DISTVERSIONPREFIX= ${PORTNAME}-
CATEGORIES= devel
diff --git a/devel/cdecl/distinfo b/devel/cdecl/distinfo
index 7279c5a816db..9d96b5172e9d 100644
--- a/devel/cdecl/distinfo
+++ b/devel/cdecl/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1704501804
-SHA256 (paul-j-lucas-cdecl-cdecl-16.0_GH0.tar.gz) = 6f4b7825f1fa6793a881478470828372d5487d3c548de35108a1bf8af98625a1
-SIZE (paul-j-lucas-cdecl-cdecl-16.0_GH0.tar.gz) = 958403
+TIMESTAMP = 1705292206
+SHA256 (paul-j-lucas-cdecl-cdecl-16.1_GH0.tar.gz) = 306e7494b87925b0d0c944001ac74c619c98dc426a517a4eca5b013e7278e6a0
+SIZE (paul-j-lucas-cdecl-cdecl-16.1_GH0.tar.gz) = 959361