Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Oct 2019 07:45:57 +0000 (UTC)
From:      Hans Petter Selasky <hselasky@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r514124 - head/sysutils/rshim-user-space
Message-ID:  <201910090745.x997jvUD047328@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: hselasky
Date: Wed Oct  9 07:45:57 2019
New Revision: 514124
URL: https://svnweb.freebsd.org/changeset/ports/514124

Log:
  Update port Makefile as suggested by mat@ .
  
  Approved by:	pi@
  Sponsored by:	Mellanox Technologies

Modified:
  head/sysutils/rshim-user-space/Makefile
  head/sysutils/rshim-user-space/distinfo

Modified: head/sysutils/rshim-user-space/Makefile
==============================================================================
--- head/sysutils/rshim-user-space/Makefile	Wed Oct  9 07:20:49 2019	(r514123)
+++ head/sysutils/rshim-user-space/Makefile	Wed Oct  9 07:45:57 2019	(r514124)
@@ -8,6 +8,9 @@ CATEGORIES=	sysutils
 MAINTAINER=	hselasky@FreeBSD.org
 COMMENT=	Userspace daemon for the Mellanox BlueField SoC
 
+DISTVERSIONPREFIX=	v
+DISTVERSION=		1.0-alpha.1
+
 LICENSE=	BSD3CLAUSE
 
 LIB_DEPENDS=	libepoll-shim.so:devel/libepoll-shim \
@@ -18,11 +21,8 @@ USES=		gmake tar:bzip2
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	Mellanox
-GH_PROJECT=	rshim-user-space
-GH_TAGNAME=	v1.0-alpha.1
 
 OPTIONS_DEFINE=	DEBUG
-OPTIONS_DEFAULT=
 
 DEBUG_DESC=	Build with debugging support
 DEBUG_MAKE_ARGS=HAVE_DEBUG=YES

Modified: head/sysutils/rshim-user-space/distinfo
==============================================================================
--- head/sysutils/rshim-user-space/distinfo	Wed Oct  9 07:20:49 2019	(r514123)
+++ head/sysutils/rshim-user-space/distinfo	Wed Oct  9 07:45:57 2019	(r514124)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1570178499
-SHA256 (Mellanox-rshim-user-space-1.0-v1.0-alpha.1_GH0.tar.gz) = 1ede7904c720bf94e29d22619b83bd6a5fe6044bdb274f54ca9b3bf06def71aa
-SIZE (Mellanox-rshim-user-space-1.0-v1.0-alpha.1_GH0.tar.gz) = 37044
+TIMESTAMP = 1570461588
+SHA256 (Mellanox-rshim-user-space-v1.0-alpha.1_GH0.tar.gz) = 1ede7904c720bf94e29d22619b83bd6a5fe6044bdb274f54ca9b3bf06def71aa
+SIZE (Mellanox-rshim-user-space-v1.0-alpha.1_GH0.tar.gz) = 37044



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