From owner-svn-ports-head@freebsd.org Thu Jun 14 22:55:38 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8B62B1014537; Thu, 14 Jun 2018 22:55:38 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3A88368C07; Thu, 14 Jun 2018 22:55:38 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 017E772F2; Thu, 14 Jun 2018 22:55:38 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w5EMtbaA068978; Thu, 14 Jun 2018 22:55:37 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w5EMtbI2068976; Thu, 14 Jun 2018 22:55:37 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201806142255.w5EMtbI2068976@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Thu, 14 Jun 2018 22:55:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r472407 - head/editors/jucipp X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/editors/jucipp X-SVN-Commit-Revision: 472407 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Jun 2018 22:55:38 -0000 Author: swills Date: Thu Jun 14 22:55:37 2018 New Revision: 472407 URL: https://svnweb.freebsd.org/changeset/ports/472407 Log: editors/jucipp: update to 1.4.4 PR: 228841 Submitted by: Mohammad S. Babaei Modified: head/editors/jucipp/Makefile (contents, props changed) head/editors/jucipp/distinfo (contents, props changed) Modified: head/editors/jucipp/Makefile ============================================================================== --- head/editors/jucipp/Makefile Thu Jun 14 22:52:48 2018 (r472406) +++ head/editors/jucipp/Makefile Thu Jun 14 22:55:37 2018 (r472407) @@ -3,8 +3,7 @@ PORTNAME= jucipp DISTVERSIONPREFIX= v -DISTVERSION= 1.4.1 -PORTREVISION= 1 +DISTVERSION= 1.4.4 CATEGORIES= editors MAINTAINER= info@babaei.net @@ -16,15 +15,18 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libaspell.so:textproc/aspell \ libboost_filesystem.so:devel/boost-libs \ libgit2.so:devel/libgit2 \ - libclang.so:devel/llvm50 + libclang.so.5:devel/llvm50 USES= cmake:outsource desktop-file-utils pkgconfig USE_GITHUB= yes GH_ACCOUNT= cppit -GH_TUPLE= cppit:libclangmm:997d02a:libclangmm/libclangmm \ +GH_TUPLE= cppit:libclangmm:5a0195e:libclangmm/libclangmm \ eidheim:tiny-process-library:a034812:tiny_process_library/tiny-process-library USE_GNOME= gdkpixbuf2 gtkmm30 gtksourceviewmm3 INSTALLS_ICONS= yes + +CMAKE_ARGS+= -DCMAKE_INCLUDE_PATH=${LOCALBASE}/llvm50/include \ + -DCMAKE_LIBRARY_PATH=${LOCALBASE}/llvm50/lib PLIST_FILES= bin/juci \ share/applications/juci.desktop \ Modified: head/editors/jucipp/distinfo ============================================================================== --- head/editors/jucipp/distinfo Thu Jun 14 22:52:48 2018 (r472406) +++ head/editors/jucipp/distinfo Thu Jun 14 22:55:37 2018 (r472407) @@ -1,7 +1,7 @@ -TIMESTAMP = 1520712458 -SHA256 (cppit-jucipp-v1.4.1_GH0.tar.gz) = 3c587e81f63db44a0ac9278208cd9643213884df414bbc844bdcb66fb00a27df -SIZE (cppit-jucipp-v1.4.1_GH0.tar.gz) = 564365 -SHA256 (cppit-libclangmm-997d02a_GH0.tar.gz) = b01e20ba48f17eb7e1fccd370fa5dfb8759e0c050f91dfc9a1c392374a1b38d2 -SIZE (cppit-libclangmm-997d02a_GH0.tar.gz) = 18569 +TIMESTAMP = 1528741313 +SHA256 (cppit-jucipp-v1.4.4_GH0.tar.gz) = 1af88ddc869b63dc15bbdc0da6d43f3b0ce45a0083fb2c1f6e74dd2104688ea7 +SIZE (cppit-jucipp-v1.4.4_GH0.tar.gz) = 570650 +SHA256 (cppit-libclangmm-5a0195e_GH0.tar.gz) = d8b366f86b37ebba53bf14d9dc52a8e9e95946f8217d80d10bfaca5c4cd61294 +SIZE (cppit-libclangmm-5a0195e_GH0.tar.gz) = 18683 SHA256 (eidheim-tiny-process-library-a034812_GH0.tar.gz) = a9410c6afa664c8548673aa088bcd47b2f57c6830d84bebced1ccfebcc871987 SIZE (eidheim-tiny-process-library-a034812_GH0.tar.gz) = 8700