diff --git a/sysutils/rshim-user-space/Makefile b/sysutils/rshim-user-space/Makefile index f4e00d3e1267..1b19b6549fb2 100644 --- a/sysutils/rshim-user-space/Makefile +++ b/sysutils/rshim-user-space/Makefile @@ -1,31 +1,31 @@ PORTNAME= rshim-user-space DISTVERSIONPREFIX= rshim- -DISTVERSION= 2.0.6-12 +DISTVERSION= 2.0.6-14 PORTEPOCH= 1 MAINTAINER= hselasky@FreeBSD.org COMMENT= Userspace daemon for the Mellanox BlueField SoC WWW= https://github.com/Mellanox/rshim-user-space/ LICENSE= BSD3CLAUSE CATEGORIES= sysutils LIB_DEPENDS= libepoll-shim-interpose.so:devel/libepoll-shim \ libpci.so:devel/libpci \ libpciaccess.so:devel/libpciaccess USES= autoreconf compiler:c11 localbase gmake pkgconfig tar:bzip2 USE_GITHUB= yes GH_ACCOUNT= Mellanox GNU_CONFIGURE= yes .include .if ${OPSYS} != FreeBSD || !exists(/usr/lib/libcuse.so) IGNORE= not supported on this operating system combination .endif .include diff --git a/sysutils/rshim-user-space/distinfo b/sysutils/rshim-user-space/distinfo index d06aebad9ca5..54cc830b8faa 100644 --- a/sysutils/rshim-user-space/distinfo +++ b/sysutils/rshim-user-space/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1658212809 -SHA256 (Mellanox-rshim-user-space-rshim-2.0.6-12_GH0.tar.gz) = bb16428997e7df3689a4e09585b29d90327f5b29ca39e24fdd3457119bbd26c1 -SIZE (Mellanox-rshim-user-space-rshim-2.0.6-12_GH0.tar.gz) = 66087 +TIMESTAMP = 1664129786 +SHA256 (Mellanox-rshim-user-space-rshim-2.0.6-14_GH0.tar.gz) = 238c8b6b23972048b0ea5a1994d4d67c3dab07418467bafb6dbb74bd90e5c0a3 +SIZE (Mellanox-rshim-user-space-rshim-2.0.6-14_GH0.tar.gz) = 67314 diff --git a/sysutils/rshim-user-space/pkg-descr b/sysutils/rshim-user-space/pkg-descr index 7d4b2ecfe5ad..c0debf51855a 100644 --- a/sysutils/rshim-user-space/pkg-descr +++ b/sysutils/rshim-user-space/pkg-descr @@ -1,7 +1,9 @@ rshim-user-space is a daemon for accessing the Mellanox BlueField SoC either via PCI or USB. The daemon provide virtual character and network devices for accessing the console of the Mellanox Bluefield device. Refer to https://www.mellanox.com/products/bluefield-overview for more information. + +WWW: https://github.com/Mellanox/rshim-user-space