git: 0e78daaaa2af - main - devel/xeus: Update 3.0.5 → 3.1.0

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Thu, 01 Jun 2023 19:48:16 UTC
The branch main has been updated by yuri:

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

commit 0e78daaaa2afadc191f7c0919801aa9cfed259e5
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-06-01 16:02:12 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-06-01 19:48:11 +0000

    devel/xeus: Update 3.0.5 → 3.1.0
    
    Reported by:    portscout
---
 devel/xeus-cling/Makefile | 2 +-
 devel/xeus-zmq/Makefile   | 1 +
 devel/xeus/Makefile       | 2 +-
 devel/xeus/distinfo       | 6 +++---
 devel/xeus/pkg-plist      | 5 +++--
 lang/lfortran/Makefile    | 1 +
 6 files changed, 10 insertions(+), 7 deletions(-)

diff --git a/devel/xeus-cling/Makefile b/devel/xeus-cling/Makefile
index 8b3d85100661..50f69eaf423c 100644
--- a/devel/xeus-cling/Makefile
+++ b/devel/xeus-cling/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	xeus-cling
 DISTVERSION=	0.8.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel
 
 MAINTAINER=	yuri@FreeBSD.org
diff --git a/devel/xeus-zmq/Makefile b/devel/xeus-zmq/Makefile
index 717457ee3860..a0f572130e35 100644
--- a/devel/xeus-zmq/Makefile
+++ b/devel/xeus-zmq/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	xeus-zmq
 DISTVERSION=	1.0.2
+PORTREVISION=	1
 CATEGORIES=	devel
 
 MAINTAINER=	yuri@FreeBSD.org
diff --git a/devel/xeus/Makefile b/devel/xeus/Makefile
index d1e367c62ca7..0c20d1515a39 100644
--- a/devel/xeus/Makefile
+++ b/devel/xeus/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	xeus
-DISTVERSION=	3.0.5
+DISTVERSION=	3.1.0
 CATEGORIES=	devel
 
 MAINTAINER=	yuri@FreeBSD.org
diff --git a/devel/xeus/distinfo b/devel/xeus/distinfo
index ef79ea371bc9..061a9b7012c4 100644
--- a/devel/xeus/distinfo
+++ b/devel/xeus/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1680039784
-SHA256 (jupyter-xeus-xeus-3.0.5_GH0.tar.gz) = 4e02ab1603e81f0f76a9a4469af05c2af7e1551b0e0a5718c4b4f6ea125ed76f
-SIZE (jupyter-xeus-xeus-3.0.5_GH0.tar.gz) = 9027969
+TIMESTAMP = 1685629862
+SHA256 (jupyter-xeus-xeus-3.1.0_GH0.tar.gz) = c729bfb3369c74cf1251aa0f7d7b90941c8bbf5af8b9cc83241e41dffad3fa56
+SIZE (jupyter-xeus-xeus-3.1.0_GH0.tar.gz) = 9029943
diff --git a/devel/xeus/pkg-plist b/devel/xeus/pkg-plist
index f483e0cd84c7..c03016bcabf6 100644
--- a/devel/xeus/pkg-plist
+++ b/devel/xeus/pkg-plist
@@ -15,6 +15,7 @@ include/xeus/xmessage.hpp
 include/xeus/xserver.hpp
 include/xeus/xstring_utils.hpp
 include/xeus/xsystem.hpp
+lib/cmake/xeus/CompilerWarnings.cmake
 lib/cmake/xeus/FindLibUUID.cmake
 lib/cmake/xeus/WasmBuildOptions.cmake
 lib/cmake/xeus/xeusConfig.cmake
@@ -23,5 +24,5 @@ lib/cmake/xeus/xeusTargets-%%CMAKE_BUILD_TYPE%%.cmake
 lib/cmake/xeus/xeusTargets.cmake
 lib/libxeus.a
 lib/libxeus.so
-lib/libxeus.so.8
-lib/libxeus.so.8.1.0
+lib/libxeus.so.9
+lib/libxeus.so.9.0.0
diff --git a/lang/lfortran/Makefile b/lang/lfortran/Makefile
index 90eb5c60592e..c1536b284222 100644
--- a/lang/lfortran/Makefile
+++ b/lang/lfortran/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	lfortran
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.19.0
+PORTREVISION=	1
 CATEGORIES=	lang
 
 MAINTAINER=	fortran@FreeBSD.org