Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 May 2020 09:15:02 +0000 (UTC)
From:      =?UTF-8?Q?Fernando_Apestegu=c3=ada?= <fernape@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r535099 - head/editors/jucipp
Message-ID:  <202005130915.04D9F2ms075066@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: fernape
Date: Wed May 13 09:15:02 2020
New Revision: 535099
URL: https://svnweb.freebsd.org/changeset/ports/535099

Log:
  editors/jucipp: Update to 1.6.0
  
  From ChangeLog: https://gitlab.com/cppit/jucipp/-/releases/v1.6.0
  
  New features:
  
   * Added Go To Method for file types supported by (Universal) ctags
   * Added Find Pattern that uses grep to find given patterns
   * Added markdown parsing for tooltips
  
  Cleanups, bugfixes and other improvements:
  
   * Replaced some deprecated gtkmm functions
   * Corrected bold markings for ctags results
   * Made improvements to finding C/C++ system header paths
   * Removed deprecated --harmony flag when running standalone JavaScript files
   * Prettier is now used to style format markdown and YAML files
   * Various fixes for FreeBSD
   * Structured bindings in C++ are now supported
   * Improved C/C++ tooltips, for instance showing correct const qualifier
   * Language client: fixed didChange notification when test document sync is full
   * Fixed crash on MacOS due to buggy boost::filesystem::canonical
   * Symbols and emojis no longer considered word characters when spellchecking
  
  PR:	246347
  Submitted by:	info@babaei.net (maintainer)

Modified:
  head/editors/jucipp/Makefile

Modified: head/editors/jucipp/Makefile
==============================================================================
--- head/editors/jucipp/Makefile	Wed May 13 09:11:46 2020	(r535098)
+++ head/editors/jucipp/Makefile	Wed May 13 09:15:02 2020	(r535099)
@@ -3,8 +3,7 @@
 
 PORTNAME=	jucipp
 DISTVERSIONPREFIX=	v
-DISTVERSION=	1.5.1
-PORTREVISION=	2
+DISTVERSION=	1.6.0
 CATEGORIES=	editors
 
 MAINTAINER=	info@babaei.net



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