svn commit: r506711 - head/devel/cdecl

Larry Rosenman ler at FreeBSD.org
Mon Jul 15 20:34:43 UTC 2019


Author: ler
Date: Mon Jul 15 20:34:42 2019
New Revision: 506711
URL: https://svnweb.freebsd.org/changeset/ports/506711

Log:
  devel/cdecl: update to 6.5.
  
  Much better alternative tokens support
  Alternative tokens (and, and_eq, etc.) are now parsed correctly in all cases. Additionally, alternative tokens can be emitted via the new set alt-tokens option.
  
  Changed -q to -p
  The --quiet and -q options (that were in the original cdecl) were changed to --no-prompt and -p so they're more explicit about what they do.
  
  Trigraphs warning
  If the trigraphs option is set and the language is C++17 or later, a warning will be printed (since trigraphs were removed from C++17).
  
  Set command output changed
  The set command now only prints the current options. Its help has beed added to the help command.
  
  Better K&R C prototypes error
  The error message given when attempting to use function prototypes in K&R C has been improved.
  
  —

Modified:
  head/devel/cdecl/Makefile
  head/devel/cdecl/distinfo

Modified: head/devel/cdecl/Makefile
==============================================================================
--- head/devel/cdecl/Makefile	Mon Jul 15 20:26:43 2019	(r506710)
+++ head/devel/cdecl/Makefile	Mon Jul 15 20:34:42 2019	(r506711)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	cdecl
-PORTVERSION=	6.4.2
+PORTVERSION=	6.5
 DISTVERSIONPREFIX=	${PORTNAME}-
 CATEGORIES=	devel
 

Modified: head/devel/cdecl/distinfo
==============================================================================
--- head/devel/cdecl/distinfo	Mon Jul 15 20:26:43 2019	(r506710)
+++ head/devel/cdecl/distinfo	Mon Jul 15 20:34:42 2019	(r506711)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1561521305
-SHA256 (paul-j-lucas-cdecl-cdecl-6.4.2_GH0.tar.gz) = 4ad9ca9ba7c742cdcf050bb215c7cfacb2aefeffbca37ee082badf52e18c06b2
-SIZE (paul-j-lucas-cdecl-cdecl-6.4.2_GH0.tar.gz) = 378379
+TIMESTAMP = 1563222117
+SHA256 (paul-j-lucas-cdecl-cdecl-6.5_GH0.tar.gz) = 94b52c5073b2fdffbc493d371cd533178eca094d2f0562edf65d338c3a90a133
+SIZE (paul-j-lucas-cdecl-cdecl-6.5_GH0.tar.gz) = 382514


More information about the svn-ports-head mailing list