Index: head/devel/xeus/files/patch-CMakeLists.txt =================================================================== --- head/devel/xeus/files/patch-CMakeLists.txt (revision 519185) +++ head/devel/xeus/files/patch-CMakeLists.txt (nonexistent) @@ -1,15 +0,0 @@ ---- CMakeLists.txt.orig 2019-05-24 14:55:26 UTC -+++ CMakeLists.txt -@@ -212,12 +212,6 @@ macro(xeus_create_target target_name lin - - target_compile_options(${target_name} PUBLIC -Wunused-parameter -Wextra -Wreorder) - -- if (DISABLE_ARCH_NATIVE) -- target_compile_options(${target_name} PUBLIC -mtune=generic) -- else () -- target_compile_options(${target_name} PUBLIC -march=native) -- endif () -- - # Enable link time optimization and set the default symbol - # visibility to hidden (very important to obtain small binaries) - if (NOT ${U_CMAKE_BUILD_TYPE} MATCHES DEBUG) Property changes on: head/devel/xeus/files/patch-CMakeLists.txt ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/devel/xeus/Makefile =================================================================== --- head/devel/xeus/Makefile (revision 519185) +++ head/devel/xeus/Makefile (revision 519186) @@ -1,27 +1,26 @@ # $FreeBSD$ PORTNAME= xeus -DISTVERSION= 0.19.2 -PORTREVISION= 1 +DISTVERSION= 0.23.2 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org COMMENT= C++ implementation of the Jupyter kernel protocol LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= cppzmq>0:net/cppzmq \ nlohmann-json>0:devel/nlohmann-json \ xtl-quant-stack>0:devel/xtl-quant-stack LIB_DEPENDS= libcryptopp.so:security/cryptopp \ libuuid.so:misc/e2fsprogs-libuuid \ libzmq.so:net/libzmq4 USES= cmake compiler:c++14-lang localbase:ldflags pkgconfig ssl USE_GITHUB= yes GH_ACCOUNT= QuantStack CMAKE_OFF= BUILD_STATIC_LIBS USE_LDCONFIG= yes .include Index: head/devel/xeus/distinfo =================================================================== --- head/devel/xeus/distinfo (revision 519185) +++ head/devel/xeus/distinfo (revision 519186) @@ -1,3 +1,3 @@ -TIMESTAMP = 1558803021 -SHA256 (QuantStack-xeus-0.19.2_GH0.tar.gz) = e43c008bf2c54e0a38e3db71e7e6278641af4659d932d2a61fc6b4f3a41b0fff -SIZE (QuantStack-xeus-0.19.2_GH0.tar.gz) = 5319424 +TIMESTAMP = 1575700789 +SHA256 (QuantStack-xeus-0.23.2_GH0.tar.gz) = 62d4734a27609b389df34b56793245d4afd8f8346dba2e5c0e78bb02637a1e5c +SIZE (QuantStack-xeus-0.23.2_GH0.tar.gz) = 5331952 Index: head/devel/xeus/pkg-plist =================================================================== --- head/devel/xeus/pkg-plist (revision 519185) +++ head/devel/xeus/pkg-plist (revision 519186) @@ -1,22 +1,29 @@ include/xeus/xauthentication.hpp include/xeus/xcomm.hpp +include/xeus/xcontrol_messenger.hpp +include/xeus/xdebugger.hpp include/xeus/xeus.hpp include/xeus/xguid.hpp include/xeus/xhistory_manager.hpp -include/xeus/xin_memory_history_manager.hpp include/xeus/xinput.hpp include/xeus/xinterpreter.hpp include/xeus/xjson.hpp include/xeus/xkernel.hpp include/xeus/xkernel_configuration.hpp +include/xeus/xlogger.hpp include/xeus/xmessage.hpp +include/xeus/xmiddleware.hpp include/xeus/xserver.hpp +include/xeus/xserver_control_main.hpp +include/xeus/xserver_shell_main.hpp include/xeus/xserver_zmq.hpp +include/xeus/xserver_zmq_split.hpp +include/xeus/xsystem.hpp lib/cmake/xeus/FindLibUUID.cmake lib/cmake/xeus/xeusConfig.cmake lib/cmake/xeus/xeusConfigVersion.cmake lib/cmake/xeus/xeusTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/xeus/xeusTargets.cmake lib/libxeus.so lib/libxeus.so.1 -lib/libxeus.so.1.0.1 +lib/libxeus.so.1.0.0