devel/cdecl: update to 4.2.
Added noexcept and throw() support Function declarations may now include exception specifications. Fixed handling of leading whitespace in command-line argument The unusual case of: cdecl ' declare x as int' i.e., a quoted argument having leading whitespace, is now handled correctly.
This commit is contained in:
parent
a7bb1811e2
commit
4e316ae2db
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=452049
2 changed files with 4 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= cdecl
|
||||
PORTVERSION= 4.1
|
||||
PORTVERSION= 4.2
|
||||
DISTVERSIONPREFIX= ${PORTNAME}-
|
||||
CATEGORIES= devel
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
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
|
||||
TIMESTAMP = 1507972217
|
||||
SHA256 (paul-j-lucas-cdecl-cdecl-4.2_GH0.tar.gz) = 15d57c448774c0656d54a661fb16018a4ccc31208b8295c4674f31accbc6168b
|
||||
SIZE (paul-j-lucas-cdecl-cdecl-4.2_GH0.tar.gz) = 263146
|
||||
|
|
Loading…
Reference in a new issue