aboutsummaryrefslogtreecommitdiff
path: root/editors/jucipp
diff options
context:
space:
mode:
authorFernando ApesteguĂ­a <fernape@FreeBSD.org>2020-05-13 09:15:02 +0000
committerFernando ApesteguĂ­a <fernape@FreeBSD.org>2020-05-13 09:15:02 +0000
commit313c099ad9c86919784b5d1cb23739ecc2b351c8 (patch)
tree22ca0549c58a368c9cf3d11ce48951d5d0972391 /editors/jucipp
parent38d7f865534328975b51dae3276d71fd9be6afd2 (diff)
downloadports-313c099ad9c86919784b5d1cb23739ecc2b351c8.tar.gz
ports-313c099ad9c86919784b5d1cb23739ecc2b351c8.zip
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)
Notes
Notes: svn path=/head/; revision=535099
Diffstat (limited to 'editors/jucipp')
-rw-r--r--editors/jucipp/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/editors/jucipp/Makefile b/editors/jucipp/Makefile
index 63f4f142978b..ab7d763cb452 100644
--- a/editors/jucipp/Makefile
+++ b/editors/jucipp/Makefile
@@ -3,8 +3,7 @@
PORTNAME= jucipp
DISTVERSIONPREFIX= v
-DISTVERSION= 1.5.1
-PORTREVISION= 2
+DISTVERSION= 1.6.0
CATEGORIES= editors
MAINTAINER= info@babaei.net