Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 May 2017 01:48:00 +0000 (UTC)
From:      Larry Rosenman <ler@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r442043 - head/devel/cdecl
Message-ID:  <201705300148.v4U1m0ag017952@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ler
Date: Tue May 30 01:48:00 2017
New Revision: 442043
URL: https://svnweb.freebsd.org/changeset/ports/442043

Log:
  devel/cdecl: upgrade to 3.1
  
  **C++ new-style casts**
  Added support for C++ new-style casts.
  
  **Language-sensitive autocompletion**
  Autocompletion is now language-sensitive in that it will not offer completions that are not valid in the current language.
  
  **Context-sensitive autocompletion**
  Autocompletion is now slightly more context-sensitive in that it will offer only command keywords for the first word in the input.
  
  **Fixed command-line error printing**
  Command-line input is now printed when there's an error.

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

Modified: head/devel/cdecl/Makefile
==============================================================================
--- head/devel/cdecl/Makefile	Tue May 30 01:47:20 2017	(r442042)
+++ head/devel/cdecl/Makefile	Tue May 30 01:48:00 2017	(r442043)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	cdecl
-PORTVERSION=	3.1.5
+PORTVERSION=	3.2
 DISTVERSIONPREFIX=	${PORTNAME}-
 CATEGORIES=	devel
 

Modified: head/devel/cdecl/distinfo
==============================================================================
--- head/devel/cdecl/distinfo	Tue May 30 01:47:20 2017	(r442042)
+++ head/devel/cdecl/distinfo	Tue May 30 01:48:00 2017	(r442043)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1496059058
-SHA256 (paul-j-lucas-cdecl-cdecl-3.1.5_GH0.tar.gz) = 2cfc0c91bff177e76c2321ea0d064dac86a521b4c704f7fa7d9a6a22f728d992
-SIZE (paul-j-lucas-cdecl-cdecl-3.1.5_GH0.tar.gz) = 236125
+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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705300148.v4U1m0ag017952>