From owner-svn-ports-all@freebsd.org Sat Mar 7 22:55:12 2020 Return-Path: Delivered-To: svn-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 017DD253257; Sat, 7 Mar 2020 22:55:12 +0000 (UTC) (envelope-from yuri@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) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48Zfvg4dnZz4L55; Sat, 7 Mar 2020 22:55:11 +0000 (UTC) (envelope-from yuri@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 75E1F186C4; Sat, 7 Mar 2020 22:55:11 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 027MtBX5002437; Sat, 7 Mar 2020 22:55:11 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 027MtAFH002433; Sat, 7 Mar 2020 22:55:10 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202003072255.027MtAFH002433@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sat, 7 Mar 2020 22:55:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r527990 - head/devel/xeus-cling X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/devel/xeus-cling X-SVN-Commit-Revision: 527990 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Mar 2020 22:55:12 -0000 Author: yuri Date: Sat Mar 7 22:55:10 2020 New Revision: 527990 URL: https://svnweb.freebsd.org/changeset/ports/527990 Log: devel/xeus-cling: Update 0.5.1 -> 0.8.1 Project's GH account is renamed. WWW has been updated accordingly. Unbreak by adding missing libraries to the link line. Modified: head/devel/xeus-cling/Makefile head/devel/xeus-cling/distinfo head/devel/xeus-cling/pkg-descr head/devel/xeus-cling/pkg-plist Modified: head/devel/xeus-cling/Makefile ============================================================================== --- head/devel/xeus-cling/Makefile Sat Mar 7 22:37:19 2020 (r527989) +++ head/devel/xeus-cling/Makefile Sat Mar 7 22:55:10 2020 (r527990) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= xeus-cling -DISTVERSION= 0.5.1 -PORTREVISION= 1 +DISTVERSION= 0.8.1 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org @@ -11,10 +10,6 @@ COMMENT= C++ Jupyter Kernel LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -.if ${/usr/bin/ld:L:tA} == /usr/bin/ld.lld -BROKEN= https://github.com/QuantStack/xeus-cling/issues/234 -.endif - BUILD_DEPENDS= cppzmq>0:net/cppzmq \ cxxopts>0:devel/cxxopts \ llvm-config:lang/cling \ @@ -28,6 +23,8 @@ LIB_DEPENDS= libclingInterpreter.so:lang/cling \ USES= cmake compiler:c++14-lang pkgconfig ssl USE_GITHUB= yes -GH_ACCOUNT= QuantStack +GH_ACCOUNT= jupyter-xeus + +LDFLAGS+= ${LOCALBASE}/lib/libLLVMSupport.so ${LOCALBASE}/lib/libclangAST.so -pthread # https://github.com/jupyter-xeus/xeus-cling/issues/234 .include Modified: head/devel/xeus-cling/distinfo ============================================================================== --- head/devel/xeus-cling/distinfo Sat Mar 7 22:37:19 2020 (r527989) +++ head/devel/xeus-cling/distinfo Sat Mar 7 22:55:10 2020 (r527990) @@ -1,3 +1,3 @@ -TIMESTAMP = 1556172356 -SHA256 (QuantStack-xeus-cling-0.5.1_GH0.tar.gz) = 79b970b1b154d61f173e33f626eff650a17b37b5eb4d550e89a7c8aff2e86c5a -SIZE (QuantStack-xeus-cling-0.5.1_GH0.tar.gz) = 2210066 +TIMESTAMP = 1583621491 +SHA256 (jupyter-xeus-xeus-cling-0.8.1_GH0.tar.gz) = dcc239ca93e9c80eb283307d70bf83a81bd2b4a029ad0be9f01291476ff730d3 +SIZE (jupyter-xeus-xeus-cling-0.8.1_GH0.tar.gz) = 2212707 Modified: head/devel/xeus-cling/pkg-descr ============================================================================== --- head/devel/xeus-cling/pkg-descr Sat Mar 7 22:37:19 2020 (r527989) +++ head/devel/xeus-cling/pkg-descr Sat Mar 7 22:55:10 2020 (r527990) @@ -5,4 +5,4 @@ In order to use xeus-cling, please launch the jupyter notebook and launch a new C++ notebook by selecting the C++14 kernel in the new dropdown. -WWW: https://github.com/QuantStack/xeus-cling +WWW: https://github.com/jupyter-xeus/xeus-cling Modified: head/devel/xeus-cling/pkg-plist ============================================================================== --- head/devel/xeus-cling/pkg-plist Sat Mar 7 22:37:19 2020 (r527989) +++ head/devel/xeus-cling/pkg-plist Sat Mar 7 22:55:10 2020 (r527990) @@ -17,7 +17,7 @@ lib/cmake/xeus-cling/xeus-clingTargets-%%CMAKE_BUILD_T lib/cmake/xeus-cling/xeus-clingTargets.cmake lib/libxeus-cling.so lib/libxeus-cling.so.0 -lib/libxeus-cling.so.0.5.1 +lib/libxeus-cling.so.0.8.1 share/jupyter/kernels/xcpp11/kernel.json share/jupyter/kernels/xcpp11/logo-32x32.png share/jupyter/kernels/xcpp11/logo-64x64.png