Date: Tue, 1 Nov 2022 16:32:03 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: a5aaa84fcc6d - main - devel/msgpack-cxx: Add missing dependency devel/boost-libs Message-ID: <202211011632.2A1GW36v086037@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=a5aaa84fcc6dacb86ae8d2c02ac9e90bfd41dc8c commit a5aaa84fcc6dacb86ae8d2c02ac9e90bfd41dc8c Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-11-01 14:44:12 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-11-01 16:32:01 +0000 devel/msgpack-cxx: Add missing dependency devel/boost-libs Approved by: portmgr (bugfix) --- devel/msgpack-cxx/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/devel/msgpack-cxx/Makefile b/devel/msgpack-cxx/Makefile index 15c2c828240f..c92cefa69ca8 100644 --- a/devel/msgpack-cxx/Makefile +++ b/devel/msgpack-cxx/Makefile @@ -1,5 +1,6 @@ PORTNAME= msgpack PORTVERSION= 4.1.2 +PORTREVISION= 1 DISTVERSIONPREFIX= cpp- CATEGORIES= devel PKGNAMESUFFIX= -cxx @@ -11,6 +12,8 @@ WWW= https://msgpack.org/ LICENSE= BSL LICENSE_FILE= ${WRKSRC}/LICENSE_1_0.txt +RUN_DEPENDS= ${LOCALBASE}/include/boost/version.hpp:devel/boost-libs + USES= cmake pathfix USE_GITHUB= yes GH_PROJECT= msgpack-c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202211011632.2A1GW36v086037>