git: f90b96af9f84 - main - editors/jucipp: Update to 1.7.0
Fernando Apesteguía
fernape at FreeBSD.org
Thu Aug 19 05:44:37 UTC 2021
The branch main has been updated by fernape:
URL: https://cgit.FreeBSD.org/ports/commit/?id=f90b96af9f84689e95612d669b045242940c32d4
commit f90b96af9f84689e95612d669b045242940c32d4
Author: Mohammad S. Babaei <info at babaei.net>
AuthorDate: 2021-08-18 08:34:32 +0000
Commit: Fernando Apesteguía <fernape at FreeBSD.org>
CommitDate: 2021-08-19 05:36:51 +0000
editors/jucipp: Update to 1.7.0
ChangeLog: https://gitlab.com/cppit/jucipp/-/releases#v1.7.0
While here add missing LIB_DEPEND
PR: 257844
---
editors/jucipp/Makefile | 11 ++++++-----
editors/jucipp/distinfo | 10 +++++-----
2 files changed, 11 insertions(+), 10 deletions(-)
diff --git a/editors/jucipp/Makefile b/editors/jucipp/Makefile
index 1805bfc8c371..5121417f3493 100644
--- a/editors/jucipp/Makefile
+++ b/editors/jucipp/Makefile
@@ -2,7 +2,7 @@
PORTNAME= jucipp
DISTVERSIONPREFIX= v
-DISTVERSION= 1.6.3
+DISTVERSION= 1.7.0
CATEGORIES= editors
MAINTAINER= info at babaei.net
@@ -14,15 +14,16 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= llvm${LLVM_DEFAULT}>0:devel/llvm${LLVM_DEFAULT}
LIB_DEPENDS= libaspell.so:textproc/aspell \
libboost_filesystem.so:devel/boost-libs \
- libgit2.so:devel/libgit2
+ libgit2.so:devel/libgit2 \
+ libharfbuzz.so:print/harfbuzz
RUN_DEPENDS= llvm${LLVM_DEFAULT}>0:devel/llvm${LLVM_DEFAULT} \
uctags:devel/universal-ctags
USES= cmake compiler:c++14-lang desktop-file-utils gnome pkgconfig
USE_GITLAB= yes
GL_ACCOUNT= cppit
-GL_COMMIT= e59cb70467a085cb00fba75a748fe8b7b5431624
-GL_TUPLE= cppit:libclangmm:11fc6bb436fea00abc23fa2464781880642de5e5:libclangmm/lib/libclangmm \
+GL_COMMIT= c3b62cb6470373438f0fe6bcca303ffb783e8eb8
+GL_TUPLE= cppit:libclangmm:0df7169ddc918d80a95e50f04813be82fff7ce24:libclangmm/lib/libclangmm \
eidheim:tiny-process-library:15e4f77f8254e4b093f6be128db50fe4b6bee120:tinyprocesslibrary/lib/tiny-process-library
USE_GNOME= gdkpixbuf2 gtkmm30 gtksourceviewmm3
INSTALLS_ICONS= yes
@@ -35,6 +36,6 @@ PLIST_FILES= bin/juci \
share/icons/hicolor/scalable/apps/juci.svg
OPTIONS_DEFINE= TEST
-TEST_CMAKE_BOOL= BUILD_TESTING
+TEST_CMAKE_BOOL= BUILD_TESTING BUILD_FUZZING
.include <bsd.port.mk>
diff --git a/editors/jucipp/distinfo b/editors/jucipp/distinfo
index 206684506860..308e9e99b676 100644
--- a/editors/jucipp/distinfo
+++ b/editors/jucipp/distinfo
@@ -1,7 +1,7 @@
-TIMESTAMP = 1618182258
-SHA256 (cppit-jucipp-e59cb70467a085cb00fba75a748fe8b7b5431624_GL0.tar.gz) = 22ecb4dd1f70114799a571bb585794be32d09f303d1cfe353333d734baca4414
-SIZE (cppit-jucipp-e59cb70467a085cb00fba75a748fe8b7b5431624_GL0.tar.gz) = 830922
-SHA256 (cppit-libclangmm-11fc6bb436fea00abc23fa2464781880642de5e5_GL0.tar.gz) = de5be525523d372bed2428ac75a2598ae6f9f0bfab0903c91fe9221f29ed46c4
-SIZE (cppit-libclangmm-11fc6bb436fea00abc23fa2464781880642de5e5_GL0.tar.gz) = 18031
+TIMESTAMP = 1628954395
+SHA256 (cppit-jucipp-c3b62cb6470373438f0fe6bcca303ffb783e8eb8_GL0.tar.gz) = 2e556670571fb5d6ac8f0cc2582c74654a403cb828b07f20b12bbc1dec77462e
+SIZE (cppit-jucipp-c3b62cb6470373438f0fe6bcca303ffb783e8eb8_GL0.tar.gz) = 1015351
+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
SIZE (eidheim-tiny-process-library-15e4f77f8254e4b093f6be128db50fe4b6bee120_GL0.tar.gz) = 11805
More information about the dev-commits-ports-all
mailing list