Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Dec 2018 21:34:42 +0000 (UTC)
From:      Rodrigo Osorio <rodrigo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r488572 - head/x11-servers/Xfstt
Message-ID:  <201812272134.wBRLYgRb055081@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rodrigo
Date: Thu Dec 27 21:34:42 2018
New Revision: 488572
URL: https://svnweb.freebsd.org/changeset/ports/488572

Log:
  Upgrade x11-servers/Xfstt from 1.9.2 to 1.9.3
  
  Release note:
   Documentation:
   * Switch to https for hadrons.org URLs.
   Code cleanup
   * Check strSubFamily for emptiness when assigning it.
   * Use matching delete [] operator for new [].
   * Use std::string instead of static buffers.
   * Check error failures from socket() call.
   * Do no dereference TTFont variable before using it.
   * Use memcpy() instead of strncpy() to copy a fixed-length string.
   * Initialize structs that go over the wire to 0.
   * Remove pathname length check.

Modified:
  head/x11-servers/Xfstt/Makefile
  head/x11-servers/Xfstt/distinfo

Modified: head/x11-servers/Xfstt/Makefile
==============================================================================
--- head/x11-servers/Xfstt/Makefile	Thu Dec 27 21:28:56 2018	(r488571)
+++ head/x11-servers/Xfstt/Makefile	Thu Dec 27 21:34:42 2018	(r488572)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	xfstt
-PORTVERSION=	1.9.2
-PORTREVISION=	2
+PORTVERSION=	1.9.3
 CATEGORIES=	x11-servers
 MASTER_SITES=	http://archive.hadrons.org/software/xfstt/
 

Modified: head/x11-servers/Xfstt/distinfo
==============================================================================
--- head/x11-servers/Xfstt/distinfo	Thu Dec 27 21:28:56 2018	(r488571)
+++ head/x11-servers/Xfstt/distinfo	Thu Dec 27 21:34:42 2018	(r488572)
@@ -1,2 +1,3 @@
-SHA256 (xfstt-1.9.2.tar.xz) = 798a0071719ef302b67abd04652dae9bbe8ae9b9dc497fc6d3360fca7eded46d
-SIZE (xfstt-1.9.2.tar.xz) = 213816
+TIMESTAMP = 1545838147
+SHA256 (xfstt-1.9.3.tar.xz) = bca319220c9decd9d9cea6c6d691c705e9ceb50071e8fb1d02b170543ddc4b69
+SIZE (xfstt-1.9.3.tar.xz) = 215116



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