svn commit: r442855 - head/devel/cdecl
Larry Rosenman
ler at FreeBSD.org
Wed Jun 7 17:23:01 UTC 2017
Author: ler
Date: Wed Jun 7 17:22:59 2017
New Revision: 442855
URL: https://svnweb.freebsd.org/changeset/ports/442855
Log:
Update devel/cdecl to 3.3.
Help command-line option
Added the command-line options of -h or --help that prints the usage message.
Fixed const pointers to members
Explaining const/volatile pointers to members now works.
Modified:
head/devel/cdecl/Makefile
head/devel/cdecl/distinfo
Modified: head/devel/cdecl/Makefile
==============================================================================
--- head/devel/cdecl/Makefile Wed Jun 7 17:21:30 2017 (r442854)
+++ head/devel/cdecl/Makefile Wed Jun 7 17:22:59 2017 (r442855)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= cdecl
-PORTVERSION= 3.2
+PORTVERSION= 3.3
DISTVERSIONPREFIX= ${PORTNAME}-
CATEGORIES= devel
Modified: head/devel/cdecl/distinfo
==============================================================================
--- head/devel/cdecl/distinfo Wed Jun 7 17:21:30 2017 (r442854)
+++ head/devel/cdecl/distinfo Wed Jun 7 17:22:59 2017 (r442855)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1496108806
-SHA256 (paul-j-lucas-cdecl-cdecl-3.2_GH0.tar.gz) = 7f0a8128576dfc86a0e53bf1098a7d2e142dc27cf7f5c48f59a46f267c1d07ad
-SIZE (paul-j-lucas-cdecl-cdecl-3.2_GH0.tar.gz) = 239121
+TIMESTAMP = 1496856134
+SHA256 (paul-j-lucas-cdecl-cdecl-3.3_GH0.tar.gz) = ff8e555f7fe9ebca7804e2ba2829227fdd9d945179f3aa8ff0015335a6832c7a
+SIZE (paul-j-lucas-cdecl-cdecl-3.3_GH0.tar.gz) = 239458
More information about the svn-ports-all
mailing list