summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLarry Rosenman <ler@FreeBSD.org>2022-03-11 10:00:18 -0600
committerLarry Rosenman <ler@FreeBSD.org>2022-03-11 10:01:30 -0600
commit06dd8b8e8ed5ac54f8bb20db18730942c934d95a (patch)
tree8f9e2aead46fbded3d36f655b22b4830b1acd927
parentdevel/gputils: update to 1.5.2 and release maintainership (diff)
devel/cdecl: upgrade to 11.14
ChangeLog: Alternative tokens & digraphs Now prints a warning that neither alternative tokens nor digraphs are supported until C95. Also now printing a warning if alternative tokens are set and the current language changes to one that doesn't support them. east-const in K&R C Now prints a warning that east-const isn't supported until C89. using Now prints a warning that using isn't supported until C++11. Fixed void f(int()) The long-standing issue #10 has finally been fixed. Fixed help message The old mention of files... in the help messages was removed.
-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 37a14784374f..5f2481ef8c94 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.13
+PORTVERSION= 11.14
DISTVERSIONPREFIX= ${PORTNAME}-
CATEGORIES= devel
diff --git a/devel/cdecl/distinfo b/devel/cdecl/distinfo
index dc4c4d04ef78..b8a69a5cef47 100644
--- a/devel/cdecl/distinfo
+++ b/devel/cdecl/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1645989952
-SHA256 (paul-j-lucas-cdecl-cdecl-11.13_GH0.tar.gz) = f9329923d7780c9542d442385698fd8d897f5f6aae142acbc222cd8e6717fd2a
-SIZE (paul-j-lucas-cdecl-cdecl-11.13_GH0.tar.gz) = 769720
+TIMESTAMP = 1647014252
+SHA256 (paul-j-lucas-cdecl-cdecl-11.14_GH0.tar.gz) = 257309c6fa95b9fd1d4e1dc5d8e14a0077a53dc28d8a1b170fcc138edb90c331
+SIZE (paul-j-lucas-cdecl-cdecl-11.14_GH0.tar.gz) = 772235