Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Jun 2024 14:43:33 GMT
From:      Larry Rosenman <ler@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: b3179d564f82 - main - devel/cdecl: upgrade to 16.4.1
Message-ID:  <202406051443.455EhXwo069170@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by ler:

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

commit b3179d564f825bd844abb46968f5356d38be2830
Author:     Larry Rosenman <ler@FreeBSD.org>
AuthorDate: 2024-06-05 14:41:53 +0000
Commit:     Larry Rosenman <ler@FreeBSD.org>
CommitDate: 2024-06-05 14:41:53 +0000

    devel/cdecl: upgrade to 16.4.1
    
    ChangeLog:
    16.4:
    Echoing commands short option
    The short option for --echo-commands has been changed from -O to -E.
    
    Number help
    Help now includes what a "number" is.
    
    Shell completion options
    There are two new options: --commands/-K that prints cdecl's commands for the current language and --options/-O that prints cdecl's options. Both are intended to aid in writing shell completion functions for cdecl.
    
    Shell completion functions
    Bash and Zsh shell completion functions for cdecl are included under share and are installed as part of make install.
    
    Improved error messages for predefined types
    Improved error messages in cases involving a predefined type such as:
    
    cdecl> explain int int8_t
    cdecl> struct int8_t
    In both cases, the error message printed now is:
    
    error: "int8_t" is a predefined type starting in C99
    
    16.4.1:
    Fixed make install DESTDIR=...
    Fixed make install of shell completion functions when setting DESTDIR on the command-line.
    
    Better error message when expanding __VA_* macros
    Attempting to expand either __VA_ARGS__ or __VA_OPT__ now says that either is valid only in a macro definition.
---
 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 cd972cf6df59..b1a6590f75bc 100644
--- a/devel/cdecl/Makefile
+++ b/devel/cdecl/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	cdecl
-PORTVERSION=	16.3
+PORTVERSION=	16.4.1
 DISTVERSIONPREFIX=	${PORTNAME}-
 CATEGORIES=	devel
 
diff --git a/devel/cdecl/distinfo b/devel/cdecl/distinfo
index 69f126200c8a..4f0a066ccf2e 100644
--- a/devel/cdecl/distinfo
+++ b/devel/cdecl/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1713412710
-SHA256 (paul-j-lucas-cdecl-cdecl-16.3_GH0.tar.gz) = ced9d93ad4bee071a8481867017c8db2b6621081178c27037e77fc9c16f102e9
-SIZE (paul-j-lucas-cdecl-cdecl-16.3_GH0.tar.gz) = 964259
+TIMESTAMP = 1717598505
+SHA256 (paul-j-lucas-cdecl-cdecl-16.4.1_GH0.tar.gz) = d955a2b6115c49f39b006c06d330548a015541dc958317de2e4811d18f121f2b
+SIZE (paul-j-lucas-cdecl-cdecl-16.4.1_GH0.tar.gz) = 974214



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202406051443.455EhXwo069170>