svn commit: r527984 - head/devel/xeus

Yuri Victorovich yuri at FreeBSD.org
Sat Mar 7 21:10:51 UTC 2020


Author: yuri
Date: Sat Mar  7 21:10:49 2020
New Revision: 527984
URL: https://svnweb.freebsd.org/changeset/ports/527984

Log:
  devel/xeus: Update 0.23.5 -> 0.23.6
  
  Project's GH account is renamed.
  WWW has been updated accordingly.

Modified:
  head/devel/xeus/Makefile
  head/devel/xeus/distinfo
  head/devel/xeus/pkg-descr

Modified: head/devel/xeus/Makefile
==============================================================================
--- head/devel/xeus/Makefile	Sat Mar  7 21:00:15 2020	(r527983)
+++ head/devel/xeus/Makefile	Sat Mar  7 21:10:49 2020	(r527984)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	xeus
-DISTVERSION=	0.23.5
+DISTVERSION=	0.23.6
 CATEGORIES=	devel
 
 MAINTAINER=	yuri at FreeBSD.org
@@ -19,7 +19,7 @@ LIB_DEPENDS=	libcryptopp.so:security/cryptopp \
 
 USES=		cmake compiler:c++14-lang localbase:ldflags pkgconfig ssl
 USE_GITHUB=	yes
-GH_ACCOUNT=	QuantStack
+GH_ACCOUNT=	jupyter-xeus
 CMAKE_OFF=	BUILD_STATIC_LIBS
 CMAKE_ON=	DISABLE_ARCH_NATIVE
 USE_LDCONFIG=	yes

Modified: head/devel/xeus/distinfo
==============================================================================
--- head/devel/xeus/distinfo	Sat Mar  7 21:00:15 2020	(r527983)
+++ head/devel/xeus/distinfo	Sat Mar  7 21:10:49 2020	(r527984)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1582421119
-SHA256 (QuantStack-xeus-0.23.5_GH0.tar.gz) = 691e5521d1d77d532516cd4bef73d915c40213e6bf43eed4bcafe03382356b33
-SIZE (QuantStack-xeus-0.23.5_GH0.tar.gz) = 5333095
+TIMESTAMP = 1583615223
+SHA256 (jupyter-xeus-xeus-0.23.6_GH0.tar.gz) = 0c722db60eb5cae3cac9a42cf31f946fae5e75b9563788eb43b2e83459221dd8
+SIZE (jupyter-xeus-xeus-0.23.6_GH0.tar.gz) = 5333149

Modified: head/devel/xeus/pkg-descr
==============================================================================
--- head/devel/xeus/pkg-descr	Sat Mar  7 21:00:15 2020	(r527983)
+++ head/devel/xeus/pkg-descr	Sat Mar  7 21:10:49 2020	(r527984)
@@ -5,4 +5,4 @@ can focus on implementing the interpreter part of the 
 An example of kernel built with xeus is xeus-cling, a kernel for the C++
 programming language based on the cling C++ interpreter.
 
-WWW: https://github.com/QuantStack/xeus
+WWW: https://github.com/jupyter-xeus/xeus


More information about the svn-ports-all mailing list