Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Nov 2020 07:07:17 +0000 (UTC)
From:      =?UTF-8?Q?Fernando_Apestegu=c3=ada?= <fernape@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r554809 - head/devel/string_theory
Message-ID:  <202011100707.0AA77HhL007542@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: fernape
Date: Tue Nov 10 07:07:16 2020
New Revision: 554809
URL: https://svnweb.freebsd.org/changeset/ports/554809

Log:
  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

Modified:
  head/devel/string_theory/Makefile
  head/devel/string_theory/distinfo

Modified: head/devel/string_theory/Makefile
==============================================================================
--- head/devel/string_theory/Makefile	Tue Nov 10 06:57:50 2020	(r554808)
+++ head/devel/string_theory/Makefile	Tue Nov 10 07:07:16 2020	(r554809)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	string_theory
-PORTVERSION=	3.3
+PORTVERSION=	3.4
 CATEGORIES=	devel
 
 MAINTAINER=	ports@FreeBSD.org

Modified: head/devel/string_theory/distinfo
==============================================================================
--- head/devel/string_theory/distinfo	Tue Nov 10 06:57:50 2020	(r554808)
+++ head/devel/string_theory/distinfo	Tue Nov 10 07:07:16 2020	(r554809)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202011100707.0AA77HhL007542>