Received: by mail.netbsd.org (Postfix, from userid 605) id BB7F484DD5; Wed, 13 Feb 2019 19:44:50 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 449E084DD4 for ; Wed, 13 Feb 2019 19:44:50 +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 iGL344VZx-IS for ; Wed, 13 Feb 2019 19:44:49 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id BB88B84DB1 for ; Wed, 13 Feb 2019 19:44:49 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B6379FB16; Wed, 13 Feb 2019 19:44:49 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1550087089239130" MIME-Version: 1.0 Date: Wed, 13 Feb 2019 19:44:49 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/fonts/SDL2_ttf To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20190213194449.B6379FB16@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1550087089239130 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Wed Feb 13 19:44:49 UTC 2019 Modified Files: pkgsrc/fonts/SDL2_ttf: Makefile distinfo Removed Files: pkgsrc/fonts/SDL2_ttf/patches: patch-configure Log Message: SDL2_ttf: update to 2.0.15. 2.0.15: Sam Lantinga - Fri Oct 26 13:26:54 PDT 2018 * Updated to FreeType version 2.9.1 Sam Lantinga - Sun Sep 10 00:18:45 PDT 2017 * Text rendering functions now use the alpha component of the text colors Sam Lantinga - Sat Sep 9 22:21:55 PDT 2017 * Added support for characters greater than 0xFFFF (e.g. emoji) in the UTF-8 APIs To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 pkgsrc/fonts/SDL2_ttf/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/fonts/SDL2_ttf/distinfo cvs rdiff -u -r1.1 -r0 pkgsrc/fonts/SDL2_ttf/patches/patch-configure Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1550087089239130 Content-Disposition: inline Content-Length: 1692 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/fonts/SDL2_ttf/Makefile diff -u pkgsrc/fonts/SDL2_ttf/Makefile:1.10 pkgsrc/fonts/SDL2_ttf/Makefile:1.11 --- pkgsrc/fonts/SDL2_ttf/Makefile:1.10 Thu May 10 21:48:15 2018 +++ pkgsrc/fonts/SDL2_ttf/Makefile Wed Feb 13 19:44:49 2019 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2018/05/10 21:48:15 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2019/02/13 19:44:49 wiz Exp $ -DISTNAME= SDL2_ttf-2.0.14 +DISTNAME= SDL2_ttf-2.0.15 CATEGORIES= devel MASTER_SITES= https://www.libsdl.org/projects/SDL_ttf/release/ Index: pkgsrc/fonts/SDL2_ttf/distinfo diff -u pkgsrc/fonts/SDL2_ttf/distinfo:1.5 pkgsrc/fonts/SDL2_ttf/distinfo:1.6 --- pkgsrc/fonts/SDL2_ttf/distinfo:1.5 Thu May 10 21:48:15 2018 +++ pkgsrc/fonts/SDL2_ttf/distinfo Wed Feb 13 19:44:49 2019 @@ -1,7 +1,6 @@ -$NetBSD: distinfo,v 1.5 2018/05/10 21:48:15 wiz Exp $ +$NetBSD: distinfo,v 1.6 2019/02/13 19:44:49 wiz Exp $ -SHA1 (SDL2_ttf-2.0.14.tar.gz) = 34c5fdc8508c7e14356579477f9ca2b0d6c06ffc -RMD160 (SDL2_ttf-2.0.14.tar.gz) = a3cfa00535220c8dc9034bc94dce064fb22c4b85 -SHA512 (SDL2_ttf-2.0.14.tar.gz) = 4db817573fd216e26180f4c401cc869ce407589a461032fd7167dc612d35e038cca1ab67be7909b6b49c741581a68125ab46362ad8e3c0a2cdd39624ad847099 -Size (SDL2_ttf-2.0.14.tar.gz) = 4147462 bytes -SHA1 (patch-configure) = 6a207d14e3f3ff2aac0bf15e31f4ddf07ad13a25 +SHA1 (SDL2_ttf-2.0.15.tar.gz) = 1453c5f72f986024c5271c76d74cc232aa57dd79 +RMD160 (SDL2_ttf-2.0.15.tar.gz) = a651ca843f4fee0b439f76ba308f047e52d699c1 +SHA512 (SDL2_ttf-2.0.15.tar.gz) = 30d685932c3dd6f2c94e2778357a5c502f0421374293d7102a64d92f9c7861229bf36bedf51c1a698b296a58c858ca442d97afb908b7df1592fc8d4f8ae8ddfd +Size (SDL2_ttf-2.0.15.tar.gz) = 4479718 bytes --_----------=_1550087089239130--