diff options
author | mef <mef@pkgsrc.org> | 2017-01-29 05:54:21 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2017-01-29 05:54:21 +0000 |
commit | 4b93df613d834c8810ca93e763f5e2296e783071 (patch) | |
tree | 217583a857ad8369c527c5ea2d68d19e41351e46 | |
parent | 07c2f9a414f7ec9440e473df84c4f3b15c366164 (diff) | |
download | pkgsrc-4b93df613d834c8810ca93e763f5e2296e783071.tar.gz |
Updated x11/xfstt to 1.9.3
--------------------------
1.9.3 (2016-05-23)
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.
1.9.2 (2015-08-11)
Documentation:
· Update Jave AWT font.properties example.
· Switch source browser URL to use cgit.
· Remove obsolete LSM file.
Build system:
· Enable system extensions.
· Enable LFS with AC_SYS_LARGEFILE.
· Use AM_PROG_AR to detect the correct archiver to use.
· Bump gettext dependency to 0.19.
-rw-r--r-- | x11/xfstt/Makefile | 4 | ||||
-rw-r--r-- | x11/xfstt/distinfo | 11 |
2 files changed, 7 insertions, 8 deletions
diff --git a/x11/xfstt/Makefile b/x11/xfstt/Makefile index 6fcba4ca8de..3d64a971be0 100644 --- a/x11/xfstt/Makefile +++ b/x11/xfstt/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.40 2015/07/04 16:18:43 joerg Exp $ +# $NetBSD: Makefile,v 1.41 2017/01/29 05:54:21 mef Exp $ -DISTNAME= xfstt-1.9.1 +DISTNAME= xfstt-1.9.3 CATEGORIES= x11 net fonts MASTER_SITES= http://archive.hadrons.org/software/xfstt/ EXTRACT_SUFX= .tar.xz diff --git a/x11/xfstt/distinfo b/x11/xfstt/distinfo index 825dbb42a90..99bd4614c85 100644 --- a/x11/xfstt/distinfo +++ b/x11/xfstt/distinfo @@ -1,8 +1,7 @@ -$NetBSD: distinfo,v 1.15 2015/11/04 03:29:06 agc Exp $ +$NetBSD: distinfo,v 1.16 2017/01/29 05:54:21 mef Exp $ -SHA1 (xfstt-1.9.1.tar.xz) = bae76366a84babc2d63d674864d66efa77fda626 -RMD160 (xfstt-1.9.1.tar.xz) = d38e480011a19b5537aa914ec5ace01b26b7f203 -SHA512 (xfstt-1.9.1.tar.xz) = 6b5ea800fcf3b8fed07fa6d0df0a606b124134d54fc597906165968b0ac692e572e007c8e0bbd35dfd5858f6842d47e209487be1a205b4cee2fd3f37a39512ff -Size (xfstt-1.9.1.tar.xz) = 210704 bytes -SHA1 (patch-ab) = 78dc21537e86e5533e747e7bab3e5280087fa43b +SHA1 (xfstt-1.9.3.tar.xz) = 0024485b4bd225b048632e7bd53ec7d9d9ce10f6 +RMD160 (xfstt-1.9.3.tar.xz) = 4ee9c22c244a8de03c90c9dfcea2cf6e900e2278 +SHA512 (xfstt-1.9.3.tar.xz) = 51507c49fc2610eb3f3ca90d8a55ce0be06ea6c8e6753205a23657ea7f34b90b605568c0d68348ae0d9f3f63d515107eab8a67428f325308a22577e87b43b65e +Size (xfstt-1.9.3.tar.xz) = 215116 bytes SHA1 (patch-ac) = c9bfc230c6be8872da329da8ab54363b7f87cdea |