Date: Thu, 25 Apr 2019 07:21:09 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r499960 - in head/devel/xeus-cling: . files Message-ID: <201904250721.x3P7L9wr019277@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Thu Apr 25 07:21:08 2019 New Revision: 499960 URL: https://svnweb.freebsd.org/changeset/ports/499960 Log: devel/xeus-cling: Update 0.4.11 -> 0.5.1 Modified: head/devel/xeus-cling/Makefile head/devel/xeus-cling/distinfo head/devel/xeus-cling/files/patch-CMakeLists.txt head/devel/xeus-cling/pkg-plist Modified: head/devel/xeus-cling/Makefile ============================================================================== --- head/devel/xeus-cling/Makefile Thu Apr 25 07:17:20 2019 (r499959) +++ head/devel/xeus-cling/Makefile Thu Apr 25 07:21:08 2019 (r499960) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= xeus-cling -DISTVERSION= 0.4.11 +DISTVERSION= 0.5.1 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org @@ -21,7 +21,7 @@ LIB_DEPENDS= libclingInterpreter.so:lang/cling \ libxeus.so:devel/xeus \ libzmq.so:net/libzmq4 -USES= cmake compiler:c++14-lang pkgconfig +USES= cmake compiler:c++14-lang pkgconfig ssl USE_GITHUB= yes GH_ACCOUNT= QuantStack Modified: head/devel/xeus-cling/distinfo ============================================================================== --- head/devel/xeus-cling/distinfo Thu Apr 25 07:17:20 2019 (r499959) +++ head/devel/xeus-cling/distinfo Thu Apr 25 07:21:08 2019 (r499960) @@ -1,3 +1,3 @@ -TIMESTAMP = 1549753423 -SHA256 (QuantStack-xeus-cling-0.4.11_GH0.tar.gz) = 32e6027a672ff42e23db9919cd56b35c660733510933c916cd2e96615047f015 -SIZE (QuantStack-xeus-cling-0.4.11_GH0.tar.gz) = 2206146 +TIMESTAMP = 1556172356 +SHA256 (QuantStack-xeus-cling-0.5.1_GH0.tar.gz) = 79b970b1b154d61f173e33f626eff650a17b37b5eb4d550e89a7c8aff2e86c5a +SIZE (QuantStack-xeus-cling-0.5.1_GH0.tar.gz) = 2210066 Modified: head/devel/xeus-cling/files/patch-CMakeLists.txt ============================================================================== --- head/devel/xeus-cling/files/patch-CMakeLists.txt Thu Apr 25 07:17:20 2019 (r499959) +++ head/devel/xeus-cling/files/patch-CMakeLists.txt Thu Apr 25 07:21:08 2019 (r499960) @@ -1,7 +1,7 @@ ---- CMakeLists.txt.orig 2018-08-19 15:08:49 UTC +--- CMakeLists.txt.orig 2019-04-02 06:01:37 UTC +++ CMakeLists.txt -@@ -105,7 +105,7 @@ find_package(xeus 0.13 REQUIRED) - find_package(cppzmq 4.2.3 REQUIRED) +@@ -108,7 +108,7 @@ find_package(xeus ${xeus_REQUIRED_VERSIO + find_package(cppzmq ${cppzmq_REQUIRED_VERSION} REQUIRED) find_package(pugixml REQUIRED) -find_package(Clang REQUIRED) @@ -9,12 +9,3 @@ find_package(Cling REQUIRED) find_package(cxxopts REQUIRED) -@@ -177,7 +177,7 @@ set (XCPP_HEADERS - ) - - set(LLVM_NO_DEAD_STRIP 1) --set(LIBS clingInterpreter clingMetaProcessor clingUtils xeus pugixml cxxopts::cxxopts) -+set(LIBS clingInterpreter clingMetaProcessor clingUtils xeus pugixml cxxopts::cxxopts -lclangAST -lLLVMSupport) - set(XEUSCLING_TARGET xeus-cling) - add_executable(${XEUSCLING_TARGET} ${XEUSCLING_SRC}) - set_target_properties(${XEUSCLING_TARGET} PROPERTIES ENABLE_EXPORTS 1) Modified: head/devel/xeus-cling/pkg-plist ============================================================================== --- head/devel/xeus-cling/pkg-plist Thu Apr 25 07:17:20 2019 (r499959) +++ head/devel/xeus-cling/pkg-plist Thu Apr 25 07:21:08 2019 (r499960) @@ -1,16 +1,31 @@ -bin/xeus-cling -etc/xcpp/tags.d/stl.json -etc/xcpp/tags.d/xtensor.json +bin/xcpp +%%ETCDIR%%/tags.d/stl.json +%%ETCDIR%%/tags.d/xtensor.json include/xcpp/xdisplay.hpp include/xcpp/xmime.hpp -share/jupyter/kernels/xeus-cling-cpp11/kernel.json -share/jupyter/kernels/xeus-cling-cpp11/logo-32x32.png -share/jupyter/kernels/xeus-cling-cpp11/logo-64x64.png -share/jupyter/kernels/xeus-cling-cpp14/kernel.json -share/jupyter/kernels/xeus-cling-cpp14/logo-32x32.png -share/jupyter/kernels/xeus-cling-cpp14/logo-64x64.png -share/jupyter/kernels/xeus-cling-cpp17/kernel.json -share/jupyter/kernels/xeus-cling-cpp17/logo-32x32.png -share/jupyter/kernels/xeus-cling-cpp17/logo-64x64.png -share/xcpp/tagfiles/cppreference-doxygen-web.tag -share/xcpp/tagfiles/xtensor.tag +include/xeus-cling/xbuffer.hpp +include/xeus-cling/xeus_cling_config.hpp +include/xeus-cling/xholder_cling.hpp +include/xeus-cling/xinterpreter.hpp +include/xeus-cling/xmagics.hpp +include/xeus-cling/xmanager.hpp +include/xeus-cling/xoptions.hpp +include/xeus-cling/xpreamble.hpp +lib/cmake/xeus-cling/xeus-clingConfig.cmake +lib/cmake/xeus-cling/xeus-clingConfigVersion.cmake +lib/cmake/xeus-cling/xeus-clingTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/xeus-cling/xeus-clingTargets.cmake +lib/libxeus-cling.so +lib/libxeus-cling.so.0 +lib/libxeus-cling.so.0.5.1 +share/jupyter/kernels/xcpp11/kernel.json +share/jupyter/kernels/xcpp11/logo-32x32.png +share/jupyter/kernels/xcpp11/logo-64x64.png +share/jupyter/kernels/xcpp14/kernel.json +share/jupyter/kernels/xcpp14/logo-32x32.png +share/jupyter/kernels/xcpp14/logo-64x64.png +share/jupyter/kernels/xcpp17/kernel.json +share/jupyter/kernels/xcpp17/logo-32x32.png +share/jupyter/kernels/xcpp17/logo-64x64.png +%%DATADIR%%/tagfiles/cppreference-doxygen-web.tag +%%DATADIR%%/tagfiles/xtensor.tag
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904250721.x3P7L9wr019277>