Date: Tue, 16 Apr 2024 21:48:26 GMT From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: c1deab268cff - main - devel/yyjson: update to 0.9.0 Message-ID: <202404162148.43GLmQvv095895@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=c1deab268cff73a90dd1ea5895d10311013ddab5 commit c1deab268cff73a90dd1ea5895d10311013ddab5 Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2024-04-16 11:35:54 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2024-04-16 21:48:13 +0000 devel/yyjson: update to 0.9.0 Changelog: https://github.com/ibireme/yyjson/releases/tag/0.9.0 --- devel/yyjson/Makefile | 2 +- devel/yyjson/distinfo | 6 +++--- devel/yyjson/pkg-plist | 4 +++- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/devel/yyjson/Makefile b/devel/yyjson/Makefile index 9784e636b7c2..921084b21729 100644 --- a/devel/yyjson/Makefile +++ b/devel/yyjson/Makefile @@ -1,5 +1,5 @@ PORTNAME= yyjson -PORTVERSION= 0.8.0 +PORTVERSION= 0.9.0 CATEGORIES= devel MAINTAINER= pkubaj@FreeBSD.org diff --git a/devel/yyjson/distinfo b/devel/yyjson/distinfo index 76f15f2c0a4a..e914bb7f6f51 100644 --- a/devel/yyjson/distinfo +++ b/devel/yyjson/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1694683941 -SHA256 (ibireme-yyjson-0.8.0_GH0.tar.gz) = b2e39ac4c65f9050820c6779e6f7dd3c0d3fed9c6667f91caec0badbedce00f3 -SIZE (ibireme-yyjson-0.8.0_GH0.tar.gz) = 1529369 +TIMESTAMP = 1713256298 +SHA256 (ibireme-yyjson-0.9.0_GH0.tar.gz) = 59902bea55585d870fd7681eabe6091fbfd1a8776d1950f859d2dbbd510c74bd +SIZE (ibireme-yyjson-0.9.0_GH0.tar.gz) = 1531794 diff --git a/devel/yyjson/pkg-plist b/devel/yyjson/pkg-plist index 5fc6fdd209cf..1b6b50bf2f66 100644 --- a/devel/yyjson/pkg-plist +++ b/devel/yyjson/pkg-plist @@ -2,4 +2,6 @@ include/yyjson.h lib/cmake/yyjson/yyjson-config-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/yyjson/yyjson-config.cmake lib/libyyjson.so -lib/libyyjson.so.0.8.0 +lib/libyyjson.so.0 +lib/libyyjson.so.0.9.0 +libdata/pkgconfig/yyjson.pc
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202404162148.43GLmQvv095895>