diff options
author | Rodrigo Osorio <rodrigo@FreeBSD.org> | 2018-12-27 21:34:42 +0000 |
---|---|---|
committer | Rodrigo Osorio <rodrigo@FreeBSD.org> | 2018-12-27 21:34:42 +0000 |
commit | e8aff9b1164e995d7ba4f87de4b68796e5a38f22 (patch) | |
tree | ce0871f7bc0a29d9baffca7ece880f686a38a600 /x11-servers | |
parent | c09d225f2a8eccd515e1f263736126847cab3ec9 (diff) |
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.
Notes
Notes:
svn path=/head/; revision=488572
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 |