svn commit: r535099 - head/editors/jucipp

Fernando Apesteguía fernape at FreeBSD.org
Wed May 13 09:15:03 UTC 2020


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 at 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 at babaei.net


More information about the svn-ports-head mailing list