devel/cdecl: upgrade to 3.6.
First word of first argument The first word of the first non-option command-line argument is now also checked to see if it's a command thus allowing fully quoted strings: $ cdecl 'explain int *const p'
This commit is contained in:
parent
7d22a26b87
commit
8cc7c6ec80
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=448994
2 changed files with 4 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= cdecl
|
||||
PORTVERSION= 3.5
|
||||
PORTVERSION= 3.6
|
||||
DISTVERSIONPREFIX= ${PORTNAME}-
|
||||
CATEGORIES= devel
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1503804275
|
||||
SHA256 (paul-j-lucas-cdecl-cdecl-3.5_GH0.tar.gz) = 1fc53b9b27a9127012fd038a9f384c86301d30586aa76489861c5e64b09f4c25
|
||||
SIZE (paul-j-lucas-cdecl-cdecl-3.5_GH0.tar.gz) = 243682
|
||||
TIMESTAMP = 1504116068
|
||||
SHA256 (paul-j-lucas-cdecl-cdecl-3.6_GH0.tar.gz) = 3f7da9a56e92c7e636e59e846f78d6fb3f9e9e2bbf05ef699e21f7f6c22a2e9c
|
||||
SIZE (paul-j-lucas-cdecl-cdecl-3.6_GH0.tar.gz) = 243968
|
||||
|
|
Loading…
Reference in a new issue