devel/cdecl: update to 6.0.1.

6.0 release notes:
Added C++ scoped name support
Added support for scoped names in C++. For example:

cdecl> explain int S::x
declare x of scope S as int
cdecl> define S::T as struct T; explain S::T x
declare x as T of scope S
Added partial namespace support
Specifically, you can now perform typedef and using declarations within
namespaces or inline namespaces:

c++decl> namespace S { inline namespace T { typedef int Int; } }
c++decl> show user typedef
namespace S::T { typedef int Int; }

6.0.1 release note:
Fixed undefined uint64_t
Fixed a compile-time error on some platforms.

Reported by:	portscout
This commit is contained in:
Larry Rosenman 2019-03-26 17:37:57 +00:00
parent e3dd4b3947
commit 01f66ee564
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=496902
2 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= cdecl
PORTVERSION= 5.2
PORTVERSION= 6.0.1
DISTVERSIONPREFIX= ${PORTNAME}-
CATEGORIES= devel

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1544730602
SHA256 (paul-j-lucas-cdecl-cdecl-5.2_GH0.tar.gz) = a529890df1b5a94e3c75f56fcd1d8bfdec9b3868340634778c7501bb9f9a19ea
SIZE (paul-j-lucas-cdecl-cdecl-5.2_GH0.tar.gz) = 336160
TIMESTAMP = 1553621530
SHA256 (paul-j-lucas-cdecl-cdecl-6.0.1_GH0.tar.gz) = a98ba31826ded4963a2a39d9a75cb32c10ffa95e2d66eadad60ef530a1a97798
SIZE (paul-j-lucas-cdecl-cdecl-6.0.1_GH0.tar.gz) = 350735