diff options
| author | Takefu <takefu@airport.fm> | 2026-02-26 20:13:51 +0000 |
|---|---|---|
| committer | Vladimir Druzenko <vvd@FreeBSD.org> | 2026-02-26 20:13:51 +0000 |
| commit | 566266a41821141950d8c3a81b19963b8903243d (patch) | |
| tree | 907b762a56122d6285d18c4b9e9b8f90d42b4571 | |
| parent | 4302ce7b0dcd2899a7190f92c0e640eaf4f25b74 (diff) | |
devel/libunistring: Update 1.4.1 => 1.4.2
Changelog:
- Prepare for 1.4.2 release.
* version.sh: Bump version number, date, gnulib version.
* README: Update version.
* NEWS: Update.
- Sync with gnulib.
* lib/unistring/cdefs.h: Update from gnulib/m4/gnulib-common.m4.
- (_GL_UNNAMED): New macro.
- (_UC_UNNAMED): Apply "New C macro _GL_UNNAMED".
- Make the generated <unistring/stdint.h> more usable in C++ mode.
* lib/Makefile.am (unistring/stdint.h): In C++ 11 or newer mode, just
use <cstdint>.
PR: 293435
| -rw-r--r-- | devel/libunistring/Makefile | 2 | ||||
| -rw-r--r-- | devel/libunistring/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/devel/libunistring/Makefile b/devel/libunistring/Makefile index 53e44d20ac29..0403e22a0718 100644 --- a/devel/libunistring/Makefile +++ b/devel/libunistring/Makefile @@ -1,5 +1,5 @@ PORTNAME= libunistring -DISTVERSION= 1.4.1 +DISTVERSION= 1.4.2 CATEGORIES= devel MASTER_SITES= GNU diff --git a/devel/libunistring/distinfo b/devel/libunistring/distinfo index f1e1ece21432..46b759e13795 100644 --- a/devel/libunistring/distinfo +++ b/devel/libunistring/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1760404489 -SHA256 (libunistring-1.4.1.tar.xz) = 67d88430892527861903788868c77802a217b0959990f7449f2976126a307763 -SIZE (libunistring-1.4.1.tar.xz) = 2769164 +TIMESTAMP = 1772005129 +SHA256 (libunistring-1.4.2.tar.xz) = 5b46e74377ed7409c5b75e7a96f95377b095623b689d8522620927964a41499c +SIZE (libunistring-1.4.2.tar.xz) = 2786084 |
