git: e65fee0ccf92 - main - editors/cpeditor: update 6.10.3 → 7.0.1

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Sun, 18 Feb 2024 06:11:30 UTC
The branch main has been updated by yuri:

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

commit e65fee0ccf92ca033b9a4186984b5638820a0a03
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-02-18 06:11:12 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-02-18 06:11:28 +0000

    editors/cpeditor: update 6.10.3 → 7.0.1
---
 editors/cpeditor/Makefile | 21 ++++++++++++++-------
 editors/cpeditor/distinfo | 20 +++++++++-----------
 2 files changed, 23 insertions(+), 18 deletions(-)

diff --git a/editors/cpeditor/Makefile b/editors/cpeditor/Makefile
index cc9c6ef9fde2..f6f614f7b7e4 100644
--- a/editors/cpeditor/Makefile
+++ b/editors/cpeditor/Makefile
@@ -1,27 +1,34 @@
 PORTNAME=	cpeditor
-DISTVERSION=	6.10.3
+DISTVERSION=	7.0.1
 CATEGORIES=	editors devel
 
 MAINTAINER=	yuri@FreeBSD.org
 COMMENT=	Lightweight and cross-platform code editor for competitive programming
-WWW=		https://github.com/cpeditor/cpeditor
+WWW=		https://cpeditor.org/
 
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		cmake:noninja compiler:c++17-lang desktop-file-utils qt:5
+USES=		cmake:noninja compiler:c++17-lang desktop-file-utils kde:5 qt:5
 USE_QT=		core gui network widgets \
 		buildtools:build linguisttools:build qmake:build
+USE_KDE=	syntaxhighlighting
+
 USE_GITHUB=	yes
-GH_TUPLE=	cpeditor:QCodeEditor:ed1196a:cpeditor_QCodeEditor/third_party/QCodeEditor \
-		itay-grudev:SingleApplication:f1e1508:itay_grudev_SingleApplication/third_party/singleapplication \
-		cpeditor:QtFindReplaceDialog:8528b6e:cpeditor_QtFindReplaceDialog/third_party/QtFindReplaceDialog \
+GH_TUPLE=	itay-grudev:SingleApplication:494772e:itay_grudev_SingleApplication/third_party/singleapplication \
+		cpeditor:QtFindReplaceDialog:a86ed0b:cpeditor_QtFindReplaceDialog/third_party/QtFindReplaceDialog \
 		cpeditor:lsp-cpp:69c8afa:cpeditor_lsp_cpp/third_party/lsp-cpp \
 		cpeditor:qhttp:fd780d2a0bee1246f2ab0a17f6eebab6403fce64:cpeditor_qhttp/third_party/qhttp \
-		MikeMirzayanov:testlib:7fd543d:MikeMirzayanov_testlib/third_party/testlib
+		MikeMirzayanov:testlib:d0a0161:MikeMirzayanov_testlib/third_party/testlib
 
 PLIST_FILES=	bin/cpeditor \
 		share/applications/cpeditor.desktop \
+		${DATADIR}/translations/el_GR.qm \
+		${DATADIR}/translations/es_MX.qm \
+		${DATADIR}/translations/pt_BR.qm \
+		${DATADIR}/translations/ru_RU.qm \
+		${DATADIR}/translations/zh_CN.qm \
+		${DATADIR}/translations/zh_TW.qm \
 		share/icons/hicolor/512x512/apps/cpeditor.png \
 		share/metainfo/cpeditor.appdata.xml
 
diff --git a/editors/cpeditor/distinfo b/editors/cpeditor/distinfo
index f731fa89a17b..ad21f247c4d6 100644
--- a/editors/cpeditor/distinfo
+++ b/editors/cpeditor/distinfo
@@ -1,15 +1,13 @@
-TIMESTAMP = 1679793656
-SHA256 (cpeditor-cpeditor-6.10.3_GH0.tar.gz) = 2a2bfb4e6978b514b509cdbbaf2fb3c50b9f1e207db5540543e45bb2d16a1102
-SIZE (cpeditor-cpeditor-6.10.3_GH0.tar.gz) = 1121738
-SHA256 (cpeditor-QCodeEditor-ed1196a_GH0.tar.gz) = efab722fbc7db85286007630fe35ccfce8cced7e64d8162c4ff37cc4951b861b
-SIZE (cpeditor-QCodeEditor-ed1196a_GH0.tar.gz) = 94600
-SHA256 (itay-grudev-SingleApplication-f1e1508_GH0.tar.gz) = 61cd90baa768cc7aa8d96f57e3de15ad15282cc1c726de9891f4f27f410464f7
-SIZE (itay-grudev-SingleApplication-f1e1508_GH0.tar.gz) = 21982
-SHA256 (cpeditor-QtFindReplaceDialog-8528b6e_GH0.tar.gz) = 46f64aa7f77566cc97a998c1dc60b8cf266fde42734a64eddb0fd8cb657d371f
-SIZE (cpeditor-QtFindReplaceDialog-8528b6e_GH0.tar.gz) = 146981
+TIMESTAMP = 1708235909
+SHA256 (cpeditor-cpeditor-7.0.1_GH0.tar.gz) = c6df1806a4db0279b0f6c61e45abc948fa29c30c0b5dca0a8d09fb96e5812f19
+SIZE (cpeditor-cpeditor-7.0.1_GH0.tar.gz) = 1193977
+SHA256 (itay-grudev-SingleApplication-494772e_GH0.tar.gz) = e77b5469571eccd34bb93c20dae8f52727f4126b0918c01273b3f34c4c190c2d
+SIZE (itay-grudev-SingleApplication-494772e_GH0.tar.gz) = 23322
+SHA256 (cpeditor-QtFindReplaceDialog-a86ed0b_GH0.tar.gz) = a639a426c329793616eab30fe8cdd15b8939664c5979f5aa4a05fd74fd806018
+SIZE (cpeditor-QtFindReplaceDialog-a86ed0b_GH0.tar.gz) = 146964
 SHA256 (cpeditor-lsp-cpp-69c8afa_GH0.tar.gz) = 70f9839b9f4c7525bb05540adac277d8de1169852c45c0c7331b9bc598a32848
 SIZE (cpeditor-lsp-cpp-69c8afa_GH0.tar.gz) = 154613
 SHA256 (cpeditor-qhttp-fd780d2a0bee1246f2ab0a17f6eebab6403fce64_GH0.tar.gz) = 5530eea87808f18bf62d11d865ec8a09ad9d78c8bdaeb6e21474f7012038ebc9
 SIZE (cpeditor-qhttp-fd780d2a0bee1246f2ab0a17f6eebab6403fce64_GH0.tar.gz) = 57108
-SHA256 (MikeMirzayanov-testlib-7fd543d_GH0.tar.gz) = e9b3148667866a8cafe2919b36df97318b1839de805103f4c1e364b1fd5dc41a
-SIZE (MikeMirzayanov-testlib-7fd543d_GH0.tar.gz) = 21134059
+SHA256 (MikeMirzayanov-testlib-d0a0161_GH0.tar.gz) = fb2ce4578bacb1f1cab2c38f2ae044f0b9ed0803dd63baf64bb4125eb29cc481
+SIZE (MikeMirzayanov-testlib-d0a0161_GH0.tar.gz) = 121111