Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 5B7267A2A7 for ; Sun, 29 Jan 2017 05:54:23 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 04F40855F0; Sun, 29 Jan 2017 05:54:23 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 896EE855EE for ; Sun, 29 Jan 2017 05:54:22 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id EAWR9yDyXRnR for ; Sun, 29 Jan 2017 05:54:22 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 12BF385575 for ; Sun, 29 Jan 2017 05:54:22 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 09D17FBA6; Sun, 29 Jan 2017 05:54:22 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_148566926228850" MIME-Version: 1.0 Date: Sun, 29 Jan 2017 05:54:22 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/x11/xfstt To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20170129055422.09D17FBA6@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_148566926228850 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" 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. --_----------=_148566926228850 Content-Disposition: inline Content-Length: 1688 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 --_----------=_148566926228850--