Date: Sat, 7 Dec 2019 06:52:00 +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: r519186 - in head/devel/xeus: . files Message-ID: <201912070652.xB76q0YR049972@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Sat Dec 7 06:52:00 2019 New Revision: 519186 URL: https://svnweb.freebsd.org/changeset/ports/519186 Log: devel/xeus: Update 0.19.2 -> 0.23.2 Reported by: repology Deleted: head/devel/xeus/files/ Modified: head/devel/xeus/Makefile head/devel/xeus/distinfo head/devel/xeus/pkg-plist Modified: head/devel/xeus/Makefile ============================================================================== --- head/devel/xeus/Makefile Sat Dec 7 06:37:44 2019 (r519185) +++ head/devel/xeus/Makefile Sat Dec 7 06:52:00 2019 (r519186) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= xeus -DISTVERSION= 0.19.2 -PORTREVISION= 1 +DISTVERSION= 0.23.2 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org Modified: head/devel/xeus/distinfo ============================================================================== --- head/devel/xeus/distinfo Sat Dec 7 06:37:44 2019 (r519185) +++ head/devel/xeus/distinfo Sat Dec 7 06:52:00 2019 (r519186) @@ -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 Modified: head/devel/xeus/pkg-plist ============================================================================== --- head/devel/xeus/pkg-plist Sat Dec 7 06:37:44 2019 (r519185) +++ head/devel/xeus/pkg-plist Sat Dec 7 06:52:00 2019 (r519186) @@ -1,17 +1,24 @@ 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 @@ -19,4 +26,4 @@ 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912070652.xB76q0YR049972>