Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 May 2024 08:12:28 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: cc2058f508e8 - main - devel/xeus: update 4.0.3 =?utf-8?Q?=E2=86=92?= 5.0.0
Message-ID:  <202405280812.44S8CS57007068@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=cc2058f508e85ef135d617008b9d5c6985682cd5

commit cc2058f508e85ef135d617008b9d5c6985682cd5
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-05-28 08:11:01 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-05-28 08:12:14 +0000

    devel/xeus: update 4.0.3 → 5.0.0
    
    Reported by:    portscout
---
 devel/xeus-cling/Makefile              |  2 +-
 devel/xeus-zmq/Makefile                |  2 +-
 devel/xeus/Makefile                    |  2 +-
 devel/xeus/distinfo                    |  6 +++---
 devel/xeus/files/patch-src_xsystem.cpp | 11 +++++++++++
 devel/xeus/pkg-plist                   |  7 +++++--
 6 files changed, 22 insertions(+), 8 deletions(-)

diff --git a/devel/xeus-cling/Makefile b/devel/xeus-cling/Makefile
index b8a0b3bb7490..25421dbedcf8 100644
--- a/devel/xeus-cling/Makefile
+++ b/devel/xeus-cling/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	xeus-cling
 DISTVERSION=	0.8.1
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	devel
 
 MAINTAINER=	yuri@FreeBSD.org
diff --git a/devel/xeus-zmq/Makefile b/devel/xeus-zmq/Makefile
index 802ccdb14b4b..0cb2c91958e6 100644
--- a/devel/xeus-zmq/Makefile
+++ b/devel/xeus-zmq/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	xeus-zmq
 DISTVERSION=	2.0.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel
 
 MAINTAINER=	yuri@FreeBSD.org
diff --git a/devel/xeus/Makefile b/devel/xeus/Makefile
index c1a3ecba1f8e..67ef59562f80 100644
--- a/devel/xeus/Makefile
+++ b/devel/xeus/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	xeus
-DISTVERSION=	4.0.3
+DISTVERSION=	5.0.0
 CATEGORIES=	devel
 
 MAINTAINER=	yuri@FreeBSD.org
diff --git a/devel/xeus/distinfo b/devel/xeus/distinfo
index e2a38443ca2d..d7f3aa2850c7 100644
--- a/devel/xeus/distinfo
+++ b/devel/xeus/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1713714188
-SHA256 (jupyter-xeus-xeus-4.0.3_GH0.tar.gz) = 67ca4c714f4157cd2b5ff99750b234f7c7b72b6baec0b878d8724b5ce14ba663
-SIZE (jupyter-xeus-xeus-4.0.3_GH0.tar.gz) = 9030999
+TIMESTAMP = 1716883370
+SHA256 (jupyter-xeus-xeus-5.0.0_GH0.tar.gz) = eabe5dc274ad31a972e1249b070af609e6ad1adfa4c954fb120bcdc556dd6fc4
+SIZE (jupyter-xeus-xeus-5.0.0_GH0.tar.gz) = 9047584
diff --git a/devel/xeus/files/patch-src_xsystem.cpp b/devel/xeus/files/patch-src_xsystem.cpp
new file mode 100644
index 000000000000..64d518a3fb11
--- /dev/null
+++ b/devel/xeus/files/patch-src_xsystem.cpp
@@ -0,0 +1,11 @@
+--- src/xsystem.cpp.orig	2024-05-28 08:04:00 UTC
++++ src/xsystem.cpp
+@@ -23,6 +23,8 @@
+ #  include <mach-o/dyld.h>
+ #endif
+ 
++#include <sys/sysctl.h>
++
+ #include "xeus/xsystem.hpp"
+ #include "xeus/xhash.hpp"
+ 
diff --git a/devel/xeus/pkg-plist b/devel/xeus/pkg-plist
index 59cace3b3715..3854c1318841 100644
--- a/devel/xeus/pkg-plist
+++ b/devel/xeus/pkg-plist
@@ -1,13 +1,16 @@
+include/xeus/xbasic_fixed_string.hpp
 include/xeus/xcomm.hpp
 include/xeus/xcontrol_messenger.hpp
 include/xeus/xdebugger.hpp
 include/xeus/xeus.hpp
 include/xeus/xeus_context.hpp
 include/xeus/xguid.hpp
+include/xeus/xhash.hpp
 include/xeus/xhelper.hpp
 include/xeus/xhistory_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
@@ -25,5 +28,5 @@ lib/cmake/xeus/xeusTargets-%%CMAKE_BUILD_TYPE%%.cmake
 lib/cmake/xeus/xeusTargets.cmake
 lib/libxeus.a
 lib/libxeus.so
-lib/libxeus.so.10
-lib/libxeus.so.10.3.0
+lib/libxeus.so.11
+lib/libxeus.so.11.0.0



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202405280812.44S8CS57007068>