Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Sep 2020 17:26:09 +0000 (UTC)
From:      Li-Wen Hsu <lwhsu@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r548000 - head/net/dpdk
Message-ID:  <202009081726.088HQ9k7037734@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: lwhsu
Date: Tue Sep  8 17:26:08 2020
New Revision: 548000
URL: https://svnweb.freebsd.org/changeset/ports/548000

Log:
  net/dpdk: Update to 19.11.4
  
  PR:		249189
  Submitted by:	Bruce Richardson <bruce.richardson@intel.com> (maintainer)

Modified:
  head/net/dpdk/Makefile
  head/net/dpdk/distinfo

Modified: head/net/dpdk/Makefile
==============================================================================
--- head/net/dpdk/Makefile	Tue Sep  8 17:25:03 2020	(r547999)
+++ head/net/dpdk/Makefile	Tue Sep  8 17:26:08 2020	(r548000)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	dpdk
-DISTVERSION=	19.11.3
+DISTVERSION=	19.11.4
 CATEGORIES=	net
 MASTER_SITES=	http://fast.dpdk.org/rel/
 
@@ -16,9 +16,9 @@ ONLY_FOR_ARCHS_REASON=	Only works on 64-bit x86 hardwa
 LIB_DEPENDS=	libjansson.so:devel/jansson
 BUILD_DEPENDS=	objdump:devel/binutils
 
-USES=		meson kmod pkgconfig shebangfix tar:xz python:3.5+
+USES=		meson kmod pkgconfig:both shebangfix tar:xz python:3.5+
 WRKSRC=	${WRKDIR}/${PORTNAME}-stable-${PORTVERSION}
-MESON_ARGS=	-Dmachine=default -Ddefault_library=shared
+MESON_ARGS=	-Dmachine=default -Ddefault_library=shared -Denable_kmods=true
 USE_LDCONFIG=	yes
 SHEBANG_FILES=	usertools/dpdk-pmdinfo.py \
 	usertools/dpdk-telemetry-client.py \

Modified: head/net/dpdk/distinfo
==============================================================================
--- head/net/dpdk/distinfo	Tue Sep  8 17:25:03 2020	(r547999)
+++ head/net/dpdk/distinfo	Tue Sep  8 17:26:08 2020	(r548000)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1593187869
-SHA256 (dpdk-19.11.3.tar.xz) = c0114e0293428d25a492b352236ebd8829fbee328ca63d799dfc272a0f63134d
-SIZE (dpdk-19.11.3.tar.xz) = 12416036
+TIMESTAMP = 1599558665
+SHA256 (dpdk-19.11.4.tar.xz) = 657070a669364efef66b8b8bbe862f2611b367b6126969c43acdc06f2a172dbd
+SIZE (dpdk-19.11.4.tar.xz) = 12433520



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