forked from Lainports/freebsd-ports
converters/simdutf: update to 6.2.0
Changelog: https://github.com/simdutf/simdutf/releases/tag/v6.1.0 Changelog: https://github.com/simdutf/simdutf/releases/tag/v6.1.1 Changelog: https://github.com/simdutf/simdutf/releases/tag/v6.1.2 Changelog: https://github.com/simdutf/simdutf/releases/tag/v6.2.0 MFH: no (soname change)
This commit is contained in:
parent
db714c8610
commit
eecfda4020
4 changed files with 6 additions and 17 deletions
|
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= simdutf
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 6.1.0
|
||||
DISTVERSION= 6.2.0
|
||||
CATEGORIES= converters textproc
|
||||
|
||||
MAINTAINER= fuz@FreeBSD.org
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1737671776
|
||||
SHA256 (simdutf-simdutf-v6.1.0_GH0.tar.gz) = ef2903a7f085090c58f3acfa93a62733ae92a3f9b1d50800edec77a6816d7d67
|
||||
SIZE (simdutf-simdutf-v6.1.0_GH0.tar.gz) = 2103529
|
||||
TIMESTAMP = 1738769618
|
||||
SHA256 (simdutf-simdutf-v6.2.0_GH0.tar.gz) = f3ef16cb86d866d2271a9a2a539b6ed9ef9083d524963919ce6792a0e3750fe3
|
||||
SIZE (simdutf-simdutf-v6.2.0_GH0.tar.gz) = 2105965
|
||||
|
|
|
|||
|
|
@ -1,11 +0,0 @@
|
|||
--- singleheader/amalgamate.py.orig 2025-01-23 23:04:46 UTC
|
||||
+++ singleheader/amalgamate.py
|
||||
@@ -236,7 +236,7 @@ def get_timestamp():
|
||||
raise ValueError(f"non-zero exit code {ret.returncode}")
|
||||
|
||||
return ret.stdout.decode('utf-8').strip()
|
||||
- except (UnicodeDecodeError, FileNotFoundError):
|
||||
+ except (UnicodeDecodeError, ValueError, FileNotFoundError):
|
||||
print("git not found, timestamp based on current time")
|
||||
return str(datetime.datetime.now())
|
||||
|
||||
|
|
@ -14,7 +14,7 @@ lib/cmake/simdutf/simdutf-config-version.cmake
|
|||
lib/cmake/simdutf/simdutf-config.cmake
|
||||
lib/cmake/simdutf/simdutfTargets-%%CMAKE_BUILD_TYPE%%.cmake
|
||||
lib/cmake/simdutf/simdutfTargets.cmake
|
||||
lib/libsimdutf.so.15.0.0
|
||||
lib/libsimdutf.so.15
|
||||
lib/libsimdutf.so.16.0.0
|
||||
lib/libsimdutf.so.16
|
||||
lib/libsimdutf.so
|
||||
libdata/pkgconfig/simdutf.pc
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue