Page MenuHomeFreeBSD

D50578.diff
No OneTemporary

D50578.diff

diff --git a/devel/jwt-cpp/Makefile b/devel/jwt-cpp/Makefile
--- a/devel/jwt-cpp/Makefile
+++ b/devel/jwt-cpp/Makefile
@@ -1,6 +1,7 @@
PORTNAME= jwt-cpp
DISTVERSIONPREFIX= v
DISTVERSION= 0.7.1
+PORTREVISION= 1
CATEGORIES= devel
MAINTAINER= kiwi@FreeBSD.org
@@ -9,13 +10,16 @@
LICENSE= MIT
-BUILD_DEPENDS= nlohmann-json>=3.11:devel/nlohmann-json
+BUILD_DEPENDS= nlohmann-json>=3.11:devel/nlohmann-json \
+ jsoncpp>=1.9:devel/jsoncpp
USES= cmake pkgconfig
USE_GITHUB= yes
GH_ACCOUNT= Thalhammer
+CMAKE_ARGS+= -DJWT_CMAKE_FILES_INSTALL_DIR=${PREFIX}/lib/cmake/jwt-cpp
+
CMAKE_ON= JWT_ENABLE_COVERAGE \
JWT_ENABLE_FUZZING \
JWT_EXTERNAL_NLOHMANN_JSON
diff --git a/devel/jwt-cpp/pkg-plist b/devel/jwt-cpp/pkg-plist
--- a/devel/jwt-cpp/pkg-plist
+++ b/devel/jwt-cpp/pkg-plist
@@ -1,6 +1,3 @@
-cmake/jwt-cpp-config-version.cmake
-cmake/jwt-cpp-config.cmake
-cmake/jwt-cpp-targets.cmake
include/jwt-cpp/base.h
include/jwt-cpp/jwt.h
include/jwt-cpp/traits/boost-json/defaults.h
@@ -12,4 +9,9 @@
include/jwt-cpp/traits/kazuho-picojson/traits.h
include/jwt-cpp/traits/nlohmann-json/defaults.h
include/jwt-cpp/traits/nlohmann-json/traits.h
+include/jwt-cpp/traits/open-source-parsers-jsoncpp/defaults.h
+include/jwt-cpp/traits/open-source-parsers-jsoncpp/traits.h
include/picojson/picojson.h
+lib/cmake/jwt-cpp/jwt-cpp-config-version.cmake
+lib/cmake/jwt-cpp/jwt-cpp-config.cmake
+lib/cmake/jwt-cpp/jwt-cpp-targets.cmake

File Metadata

Mime Type
text/plain
Expires
Thu, May 28, 6:04 PM (5 h, 56 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33590245
Default Alt Text
D50578.diff (1 KB)

Event Timeline