git: 231134db7c3c - main - editors/jucipp: Update to 1.7.1

Fernando Apesteguía fernape at FreeBSD.org
Fri Aug 27 05:20:13 UTC 2021


The branch main has been updated by fernape:

URL: https://cgit.FreeBSD.org/ports/commit/?id=231134db7c3c69017ad5d6fe45c3432ef28f0455

commit 231134db7c3c69017ad5d6fe45c3432ef28f0455
Author:     Mohammad S. Babaei <info at babaei.net>
AuthorDate: 2021-08-26 16:25:00 +0000
Commit:     Fernando Apesteguía <fernape at FreeBSD.org>
CommitDate: 2021-08-27 05:15:19 +0000

    editors/jucipp: Update to 1.7.1
    
    From ChangeLog: https://gitlab.com/cppit/jucipp/-/releases/v1.7.1
    
     * Added Toggle Status to Window menu
     * Fixed indentation on enter after for instance {\n 1,\n 2,\n}
     * Preference item search_for_selection now also applies to Find Pattern
     * Now adds scrolling to all tooltip windows that are placed partially outside of
       screen
     * Can now unset keybindings in Preferences
     * Fixed buffer overread in Tooltip::insert_doxygen(), and added
       _GLIBCXX_ASSERTIONS to tests
    
    PR:     258055
    Reported by:    info at babaei.net (maintainer)
---
 editors/jucipp/Makefile | 4 ++--
 editors/jucipp/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/editors/jucipp/Makefile b/editors/jucipp/Makefile
index 5121417f3493..af507709d2bb 100644
--- a/editors/jucipp/Makefile
+++ b/editors/jucipp/Makefile
@@ -2,7 +2,7 @@
 
 PORTNAME=	jucipp
 DISTVERSIONPREFIX=	v
-DISTVERSION=	1.7.0
+DISTVERSION=	1.7.1
 CATEGORIES=	editors
 
 MAINTAINER=	info at babaei.net
@@ -22,7 +22,7 @@ RUN_DEPENDS=	llvm${LLVM_DEFAULT}>0:devel/llvm${LLVM_DEFAULT} \
 USES=		cmake compiler:c++14-lang desktop-file-utils gnome pkgconfig
 USE_GITLAB=	yes
 GL_ACCOUNT=	cppit
-GL_COMMIT=	c3b62cb6470373438f0fe6bcca303ffb783e8eb8
+GL_COMMIT=	b3b5182258b25835e7c5f683623ab774d8e34c75
 GL_TUPLE=	cppit:libclangmm:0df7169ddc918d80a95e50f04813be82fff7ce24:libclangmm/lib/libclangmm \
 		eidheim:tiny-process-library:15e4f77f8254e4b093f6be128db50fe4b6bee120:tinyprocesslibrary/lib/tiny-process-library
 USE_GNOME=	gdkpixbuf2 gtkmm30 gtksourceviewmm3
diff --git a/editors/jucipp/distinfo b/editors/jucipp/distinfo
index 308e9e99b676..c1189def14d3 100644
--- a/editors/jucipp/distinfo
+++ b/editors/jucipp/distinfo
@@ -1,6 +1,6 @@
-TIMESTAMP = 1628954395
-SHA256 (cppit-jucipp-c3b62cb6470373438f0fe6bcca303ffb783e8eb8_GL0.tar.gz) = 2e556670571fb5d6ac8f0cc2582c74654a403cb828b07f20b12bbc1dec77462e
-SIZE (cppit-jucipp-c3b62cb6470373438f0fe6bcca303ffb783e8eb8_GL0.tar.gz) = 1015351
+TIMESTAMP = 1629971168
+SHA256 (cppit-jucipp-b3b5182258b25835e7c5f683623ab774d8e34c75_GL0.tar.gz) = a9b258b3260bed3c411970b36c0684025adc7f85ecd14140871e1761bc620df8
+SIZE (cppit-jucipp-b3b5182258b25835e7c5f683623ab774d8e34c75_GL0.tar.gz) = 1015759
 SHA256 (cppit-libclangmm-0df7169ddc918d80a95e50f04813be82fff7ce24_GL0.tar.gz) = 0a55b79cfbc8618580015201854918eeea625dbe79eb213280077bb147c8a55f
 SIZE (cppit-libclangmm-0df7169ddc918d80a95e50f04813be82fff7ce24_GL0.tar.gz) = 18053
 SHA256 (eidheim-tiny-process-library-15e4f77f8254e4b093f6be128db50fe4b6bee120_GL0.tar.gz) = 42e7d6ab6215c005943b1c6ab4544f3e1a43b72f23f350f432d66a231d020f9f


More information about the dev-commits-ports-main mailing list