pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/x11/xfstt



Module Name:    pkgsrc
Committed By:   mef
Date:           Sun Jan 29 05:54:21 UTC 2017

Modified Files:
        pkgsrc/x11/xfstt: Makefile distinfo

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


To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 pkgsrc/x11/xfstt/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/x11/xfstt/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/x11/xfstt/Makefile
diff -u pkgsrc/x11/xfstt/Makefile:1.40 pkgsrc/x11/xfstt/Makefile:1.41
--- pkgsrc/x11/xfstt/Makefile:1.40      Sat Jul  4 16:18:43 2015
+++ pkgsrc/x11/xfstt/Makefile   Sun Jan 29 05:54:21 2017
@@ -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

Index: pkgsrc/x11/xfstt/distinfo
diff -u pkgsrc/x11/xfstt/distinfo:1.15 pkgsrc/x11/xfstt/distinfo:1.16
--- pkgsrc/x11/xfstt/distinfo:1.15      Wed Nov  4 03:29:06 2015
+++ pkgsrc/x11/xfstt/distinfo   Sun Jan 29 05:54:21 2017
@@ -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



Home | Main Index | Thread Index | Old Index