diff --git a/devel/bstring/Makefile b/devel/bstring/Makefile index 3546282f3102..05fe44fe2359 100644 --- a/devel/bstring/Makefile +++ b/devel/bstring/Makefile @@ -1,22 +1,22 @@ PORTNAME= bstring -DISTVERSION= 1.0.3 +DISTVERSION= 1.1.0 CATEGORIES= devel MASTER_SITES= https://github.com/msteinert/${PORTNAME}/releases/download/v${DISTVERSION}/ MAINTAINER= diizzy@FreeBSD.org COMMENT= Improved string processing functionality for the C language WWW= https://mike.steinert.ca/bstring/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= checkmk:devel/check USES= meson pkgconfig tar:xz USE_LDCONFIG= yes TEST_TARGET= test MESON_ARGS= -Denable-tests=true .include diff --git a/devel/bstring/distinfo b/devel/bstring/distinfo index 7c0e51e95f04..19ccd681b29e 100644 --- a/devel/bstring/distinfo +++ b/devel/bstring/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762012086 -SHA256 (bstring-1.0.3.tar.xz) = 90db08fd33e9494aea3f00f9b71cdcf3114c65457ee35558e8274df6ebac43f3 -SIZE (bstring-1.0.3.tar.xz) = 104328 +TIMESTAMP = 1774903644 +SHA256 (bstring-1.1.0.tar.xz) = 1b513965a658494193ab9431c229ea675a7b1c7c85de9d68b8cc089abfb82240 +SIZE (bstring-1.1.0.tar.xz) = 121708 diff --git a/devel/bstring/pkg-plist b/devel/bstring/pkg-plist index ed50596c85c3..6ae6f2d7c6d5 100644 --- a/devel/bstring/pkg-plist +++ b/devel/bstring/pkg-plist @@ -1,6 +1,8 @@ include/bstraux.h include/bstrlib.h +include/buniutil.h +include/utf8util.h lib/libbstring.so lib/libbstring.so.1 -lib/libbstring.so.1.0.3 +lib/libbstring.so.1.1.0 libdata/pkgconfig/bstring.pc