git: 8eed9a444898 - main - Revert "devel/msgpack-cxx: Add missing dependency devel/boost-libs"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 01 Nov 2022 17:41:17 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=8eed9a44489854ef5d5334f17e2b7245d57ee825 commit 8eed9a44489854ef5d5334f17e2b7245d57ee825 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-11-01 17:40:44 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-11-01 17:41:03 +0000 Revert "devel/msgpack-cxx: Add missing dependency devel/boost-libs" This reverts commit a5aaa84fcc6dacb86ae8d2c02ac9e90bfd41dc8c. --- devel/msgpack-cxx/Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/devel/msgpack-cxx/Makefile b/devel/msgpack-cxx/Makefile index c92cefa69ca8..15c2c828240f 100644 --- a/devel/msgpack-cxx/Makefile +++ b/devel/msgpack-cxx/Makefile @@ -1,6 +1,5 @@ PORTNAME= msgpack PORTVERSION= 4.1.2 -PORTREVISION= 1 DISTVERSIONPREFIX= cpp- CATEGORIES= devel PKGNAMESUFFIX= -cxx @@ -12,8 +11,6 @@ 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