aboutsummaryrefslogtreecommitdiff
path: root/devel/cdecl
diff options
context:
space:
mode:
authorLarry Rosenman <ler@FreeBSD.org>2017-10-09 19:53:57 +0000
committerLarry Rosenman <ler@FreeBSD.org>2017-10-09 19:53:57 +0000
commit5f3a08aa72b2201a8cdb074348a8f42fb060197d (patch)
treea8ef2644ff28d674bc270089f90a5d3afb9f69f7 /devel/cdecl
parente6eae992705f80c714b95681e29ce7ab2a3aa09c (diff)
downloadports-5f3a08aa72b2201a8cdb074348a8f42fb060197d.tar.gz
ports-5f3a08aa72b2201a8cdb074348a8f42fb060197d.zip
devel/cdecl: upgrade to 4.1.
New C11 standard atomic types The following C11 atomic types are now supported via the new typedef command: atomic_bool, atomic_char, atomic_schar, atomic_char16_t, atomic_char32_t, atomic_wchar_t, atomic_short, atomic_int, atomic_long, atomic_llong, atomic_uchar, atomic_ushort, atomic_uint, atomic_ulong, atomic_ullong, atomic_ptrdiff_t, atomic_size_t, atomic_intmax_t, atomic_intptr_t, atomic_uintptr_t, atomic_uintmax_t, atomic_int_fast8_t, atomic_int_fast16_t, atomic_int_fast32_t, atomic_int_fast64_t, atomic_uint_fast8_t, atomic_uint_fast16_t, atomic_uint_fast32_t, atomic_uint_fast64_t, atomic_int_least8_t, atomic_int_least16_t, atomic_int_least32_t, atomic_int_least64_t, atomic_uint_least8_t, atomic_uint_least16_t, atomic_uint_least32_t, and atomic_uint_least64_t. Fixed typedef and define commands with storage classes Typedef and define now prohibit storage classes, e.g.: typedef static int sint; is now correctly reported as an error.
Notes
Notes: svn path=/head/; revision=451635
Diffstat (limited to 'devel/cdecl')
-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 a737af66c47c..f0e3cf07739e 100644
--- a/devel/cdecl/Makefile
+++ b/devel/cdecl/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= cdecl
-PORTVERSION= 4.0
+PORTVERSION= 4.1
DISTVERSIONPREFIX= ${PORTNAME}-
CATEGORIES= devel
diff --git a/devel/cdecl/distinfo b/devel/cdecl/distinfo
index 023ec4024051..f8ea1a49c9a2 100644
--- a/devel/cdecl/distinfo
+++ b/devel/cdecl/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1506085907
-SHA256 (paul-j-lucas-cdecl-cdecl-4.0_GH0.tar.gz) = f9e543cdfc343230366667eb982f4d0fbd1b02ccffc8a58c2d9a8beae581e31b
-SIZE (paul-j-lucas-cdecl-cdecl-4.0_GH0.tar.gz) = 258365
+TIMESTAMP = 1507577805
+SHA256 (paul-j-lucas-cdecl-cdecl-4.1_GH0.tar.gz) = bc085ba9092c87421c8a2f9f6120eeab79ea52e6ec3dd440174ea11186e7cc9c
+SIZE (paul-j-lucas-cdecl-cdecl-4.1_GH0.tar.gz) = 260821