From owner-svn-ports-all@freebsd.org Sat Dec 7 06:52:01 2019 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 A443E1CB4B1; Sat, 7 Dec 2019 06:52:01 +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 47VKrK3gpYz4VrL; Sat, 7 Dec 2019 06:52:01 +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 61885E1C5; Sat, 7 Dec 2019 06:52:01 +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 xB76q1xF049975; Sat, 7 Dec 2019 06:52:01 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xB76q0YR049972; Sat, 7 Dec 2019 06:52:00 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201912070652.xB76q0YR049972@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sat, 7 Dec 2019 06:52:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r519186 - in head/devel/xeus: . files X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/devel/xeus: . files X-SVN-Commit-Revision: 519186 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 Dec 2019 06:52:01 -0000 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