Date: Sat, 8 May 2021 11:08:49 GMT From: Roman Bogorodskiy <novel@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 50b1ebdc6b2d - main - devel/spice-protocol: update to 0.14.3 Message-ID: <202105081108.148B8neK096204@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by novel: URL: https://cgit.FreeBSD.org/ports/commit/?id=50b1ebdc6b2dec201f1986654be39b913504b9fd commit 50b1ebdc6b2dec201f1986654be39b913504b9fd Author: Jack <xxjack12xx@gmail.com> AuthorDate: 2021-05-08 04:02:42 +0000 Commit: Roman Bogorodskiy <novel@FreeBSD.org> CommitDate: 2021-05-08 11:05:40 +0000 devel/spice-protocol: update to 0.14.3 PR: 251434 --- devel/spice-protocol/Makefile | 7 ++++--- devel/spice-protocol/distinfo | 6 +++--- devel/spice-protocol/pkg-plist | 3 --- 3 files changed, 7 insertions(+), 9 deletions(-) diff --git a/devel/spice-protocol/Makefile b/devel/spice-protocol/Makefile index ac7d80a74249..d60da2277158 100644 --- a/devel/spice-protocol/Makefile +++ b/devel/spice-protocol/Makefile @@ -1,7 +1,7 @@ # Created by: Jason Helfman <jgh@FreeBSD.org> PORTNAME= spice-protocol -PORTVERSION= 0.12.15 +PORTVERSION= 0.14.3 CATEGORIES= devel MASTER_SITES= http://www.spice-space.org/download/releases/ @@ -12,7 +12,8 @@ LICENSE= BSD3CLAUSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} -GNU_CONFIGURE= yes -USES= gmake pathfix pkgconfig python tar:bzip2 +USES= meson ninja pathfix pkgconfig python tar:xz + +MESON_ARGS= -Ddatadir=libdata .include <bsd.port.mk> diff --git a/devel/spice-protocol/distinfo b/devel/spice-protocol/distinfo index fd14a115c8b4..679353a2de80 100644 --- a/devel/spice-protocol/distinfo +++ b/devel/spice-protocol/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1547480705 -SHA256 (spice-protocol-0.12.15.tar.bz2) = 8b4db23baa4b1337a50d049d9bf43f932331dd95f204836c0ce46c4962306419 -SIZE (spice-protocol-0.12.15.tar.bz2) = 74598 +TIMESTAMP = 1606553937 +SHA256 (spice-protocol-0.14.3.tar.xz) = f986e5bc2a1598532c4897f889afb0df9257ac21c160c083703ae7c8de99487a +SIZE (spice-protocol-0.14.3.tar.xz) = 22224 diff --git a/devel/spice-protocol/pkg-plist b/devel/spice-protocol/pkg-plist index 8e11404479b3..bcd52303ad43 100644 --- a/devel/spice-protocol/pkg-plist +++ b/devel/spice-protocol/pkg-plist @@ -1,8 +1,6 @@ include/spice-1/spice/barrier.h -include/spice-1/spice/controller_prot.h include/spice-1/spice/end-packed.h include/spice-1/spice/enums.h -include/spice-1/spice/foreign_menu_prot.h include/spice-1/spice/ipc_ring.h include/spice-1/spice/macros.h include/spice-1/spice/protocol.h @@ -13,5 +11,4 @@ include/spice-1/spice/stats.h include/spice-1/spice/stream-device.h include/spice-1/spice/types.h include/spice-1/spice/vd_agent.h -include/spice-1/spice/vdi_dev.h libdata/pkgconfig/spice-protocol.pc
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105081108.148B8neK096204>