From owner-dev-commits-ports-all@freebsd.org Thu Aug 19 05:44:37 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id DAFAF65DDC6; Thu, 19 Aug 2021 05:44:37 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Gqtxx5bXVz3Gpc; Thu, 19 Aug 2021 05:44:37 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A7FB220193; Thu, 19 Aug 2021 05:44:37 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 17J5ibeg079940; Thu, 19 Aug 2021 05:44:37 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 17J5ibnt079939; Thu, 19 Aug 2021 05:44:37 GMT (envelope-from git) Date: Thu, 19 Aug 2021 05:44:37 GMT Message-Id: <202108190544.17J5ibnt079939@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: =?utf-8?Q?Fernando Apestegu=C3=ADa?= Subject: git: f90b96af9f84 - main - editors/jucipp: Update to 1.7.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: fernape X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: f90b96af9f84689e95612d669b045242940c32d4 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Aug 2021 05:44:37 -0000 The branch main has been updated by fernape: URL: https://cgit.FreeBSD.org/ports/commit/?id=f90b96af9f84689e95612d669b045242940c32d4 commit f90b96af9f84689e95612d669b045242940c32d4 Author: Mohammad S. Babaei AuthorDate: 2021-08-18 08:34:32 +0000 Commit: Fernando ApesteguĂ­a 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@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 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