Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F158034084
D50578.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D50578.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D50578: [PATCH] devel/jwt-cpp: Fix emplacement of cmake files
Attached
Detach File
Event Timeline
Log In to Comment