diff options
author | rodrigo <rodrigo@FreeBSD.org> | 2018-12-28 05:34:42 +0800 |
---|---|---|
committer | rodrigo <rodrigo@FreeBSD.org> | 2018-12-28 05:34:42 +0800 |
commit | 61d75944443eb4483e9f0e711d986b7eade1c51b (patch) | |
tree | ce0871f7bc0a29d9baffca7ece880f686a38a600 /x11-servers | |
parent | 1fdceec64d4bbc519212bf26664ae7c8f7fb601a (diff) | |
download | freebsd-ports-gnome-61d75944443eb4483e9f0e711d986b7eade1c51b.tar.gz freebsd-ports-gnome-61d75944443eb4483e9f0e711d986b7eade1c51b.tar.zst freebsd-ports-gnome-61d75944443eb4483e9f0e711d986b7eade1c51b.zip |
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.
Diffstat (limited to 'x11-servers')
-rw-r--r-- | x11-servers/Xfstt/Makefile | 3 | ||||
-rw-r--r-- | x11-servers/Xfstt/distinfo | 5 |
2 files changed, 4 insertions, 4 deletions
diff --git a/x11-servers/Xfstt/Makefile b/x11-servers/Xfstt/Makefile index 9fcca1bb4256..fd3c529c56e6 100644 --- a/x11-servers/Xfstt/Makefile +++ b/x11-servers/Xfstt/Makefile @@ -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/ diff --git a/x11-servers/Xfstt/distinfo b/x11-servers/Xfstt/distinfo index efc2f993154f..276c12ffcf1b 100644 --- a/x11-servers/Xfstt/distinfo +++ b/x11-servers/Xfstt/distinfo @@ -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 |