diff options
Diffstat (limited to 'devel/yyjson')
-rw-r--r-- | devel/yyjson/Makefile | 11 | ||||
-rw-r--r-- | devel/yyjson/distinfo | 8 | ||||
-rw-r--r-- | devel/yyjson/pkg-plist | 2 |
3 files changed, 15 insertions, 6 deletions
diff --git a/devel/yyjson/Makefile b/devel/yyjson/Makefile index d3e822ffdd61..95cea730faf7 100644 --- a/devel/yyjson/Makefile +++ b/devel/yyjson/Makefile @@ -1,17 +1,24 @@ PORTNAME= yyjson -PORTVERSION= 0.11.1 +DISTVERSION= 0.12.0 CATEGORIES= devel +PATCH_SITES= https://github.com/ibireme/yyjson/commit/ +PATCHFILES= 878d5da9b6c0352c2601bd6c244c0ef994ee1c24.patch:-p1 + MAINTAINER= pkubaj@FreeBSD.org COMMENT= Fastest JSON library in C WWW= https://github.com/ibireme/yyjson LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= cmake:testing pathfix -USES= cmake pathfix USE_GITHUB= yes GH_ACCOUNT= ibireme +CMAKE_TESTING_ON= YYJSON_BUILD_TESTS + CMAKE_ON= BUILD_SHARED_LIBS .include <bsd.port.mk> diff --git a/devel/yyjson/distinfo b/devel/yyjson/distinfo index d705aee8e37c..23f1dc97f556 100644 --- a/devel/yyjson/distinfo +++ b/devel/yyjson/distinfo @@ -1,3 +1,5 @@ -TIMESTAMP = 1747160338 -SHA256 (ibireme-yyjson-0.11.1_GH0.tar.gz) = 610a38a5e59192063f5f581ce0c3c1869971c458ea11b58dfe00d1c8269e255d -SIZE (ibireme-yyjson-0.11.1_GH0.tar.gz) = 1592503 +TIMESTAMP = 1755625116 +SHA256 (ibireme-yyjson-0.12.0_GH0.tar.gz) = b16246f617b2a136c78d73e5e2647c6f1de1313e46678062985bdcf1f40bb75d +SIZE (ibireme-yyjson-0.12.0_GH0.tar.gz) = 1620674 +SHA256 (878d5da9b6c0352c2601bd6c244c0ef994ee1c24.patch) = e2cd73c65e6948bdf899a0cefb77d78161bdf02d8fea52c2dc37e13158af2a8d +SIZE (878d5da9b6c0352c2601bd6c244c0ef994ee1c24.patch) = 5958 diff --git a/devel/yyjson/pkg-plist b/devel/yyjson/pkg-plist index c320e8b644ef..c72b6ad619c6 100644 --- a/devel/yyjson/pkg-plist +++ b/devel/yyjson/pkg-plist @@ -3,5 +3,5 @@ lib/cmake/yyjson/yyjson-config-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/yyjson/yyjson-config.cmake lib/libyyjson.so lib/libyyjson.so.0 -lib/libyyjson.so.0.11.1 +lib/libyyjson.so.0.12.0 libdata/pkgconfig/yyjson.pc |