1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00

devel/string_theory: update to 3.4

From ChangeLog: https://github.com/zrax/string_theory/releases/tag/3.4

 * Fix ST_WCHAR_LITERAL, ST_UTF16_LITERAL and ST_UTF32_LITERAL macros, which
   would previously create an incorrectly-sized buffer for non-empty strings.
 * Add ST::buffer<T>::clear() and ST::string::clear() methods
 * Deprecate ST::null and ST::null_t in favor of better alternatives:
        Construction: Use {} or an explicit constructor (ST::string(),
                      ST::char_buffer())
        Comparison: Use .empty()
        Assignment: Use .clear() or assign a default-constructed object.

Reported by:	portscout
This commit is contained in:
Fernando Apesteguía 2020-11-10 07:07:16 +00:00
parent e4447b822c
commit 47b09c3712
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=554809
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= string_theory
PORTVERSION= 3.3
PORTVERSION= 3.4
CATEGORIES= devel
MAINTAINER= ports@FreeBSD.org

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1597366848
SHA256 (zrax-string_theory-3.3_GH0.tar.gz) = 0912ed8e4b0b403ec861cc98bf42b59738464fd869489a6a5ec7ad4423597563
SIZE (zrax-string_theory-3.3_GH0.tar.gz) = 588360
TIMESTAMP = 1604951962
SHA256 (zrax-string_theory-3.4_GH0.tar.gz) = 0c6bf1b5723e14f24345e9e8ee33ed88f89696f0dd9627ca73a7b282433765f1
SIZE (zrax-string_theory-3.4_GH0.tar.gz) = 588522