Received: by mail.netbsd.org (Postfix, from userid 605) id B2D5084D6B; Tue, 1 Oct 2019 14:35:15 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 38B8184D6B for ; Tue, 1 Oct 2019 14:35:15 +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 2TUE54xc6aec for ; Tue, 1 Oct 2019 14:35:14 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id B597C84CE8 for ; Tue, 1 Oct 2019 14:35:14 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id AD23DFBF4; Tue, 1 Oct 2019 14:35:14 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1569940514135980" MIME-Version: 1.0 Date: Tue, 1 Oct 2019 14:35:14 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/fonts/harfbuzz To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20191001143514.AD23DFBF4@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. --_----------=_1569940514135980 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Tue Oct 1 14:35:14 UTC 2019 Modified Files: pkgsrc/fonts/harfbuzz: Makefile distinfo Log Message: harfbuzz: Update to 2.6.2 Overview of changes leading to 2.6.2 Monday, September 30, 2019 ==================================== - Misc small fixes, mostly to build-related issues. To generate a diff of this commit: cvs rdiff -u -r1.119 -r1.120 pkgsrc/fonts/harfbuzz/Makefile cvs rdiff -u -r1.91 -r1.92 pkgsrc/fonts/harfbuzz/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1569940514135980 Content-Disposition: inline Content-Length: 1652 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/fonts/harfbuzz/Makefile diff -u pkgsrc/fonts/harfbuzz/Makefile:1.119 pkgsrc/fonts/harfbuzz/Makefile:1.120 --- pkgsrc/fonts/harfbuzz/Makefile:1.119 Sat Aug 31 13:17:38 2019 +++ pkgsrc/fonts/harfbuzz/Makefile Tue Oct 1 14:35:14 2019 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.119 2019/08/31 13:17:38 nia Exp $ +# $NetBSD: Makefile,v 1.120 2019/10/01 14:35:14 nia Exp $ -DISTNAME= harfbuzz-2.6.1 +DISTNAME= harfbuzz-2.6.2 CATEGORIES= fonts MASTER_SITES= https://www.freedesktop.org/software/harfbuzz/release/ EXTRACT_SUFX= .tar.xz Index: pkgsrc/fonts/harfbuzz/distinfo diff -u pkgsrc/fonts/harfbuzz/distinfo:1.91 pkgsrc/fonts/harfbuzz/distinfo:1.92 --- pkgsrc/fonts/harfbuzz/distinfo:1.91 Sat Aug 31 13:17:38 2019 +++ pkgsrc/fonts/harfbuzz/distinfo Tue Oct 1 14:35:14 2019 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.91 2019/08/31 13:17:38 nia Exp $ +$NetBSD: distinfo,v 1.92 2019/10/01 14:35:14 nia Exp $ -SHA1 (harfbuzz-2.6.1.tar.xz) = cacc9ded9c719cff9684c32f89d6c63f786d06ef -RMD160 (harfbuzz-2.6.1.tar.xz) = 97129dd1c2235c0e3d8cac1d8a763166cbaa9bab -SHA512 (harfbuzz-2.6.1.tar.xz) = cea531ab9db0ae1b188ac56c3ea6e0344192c4321b97d4425f4a53e6bb34c88463a7453fd69fcadccb8574506c1fb5505422019e41a7938a04e7823e3f484c06 -Size (harfbuzz-2.6.1.tar.xz) = 5741372 bytes +SHA1 (harfbuzz-2.6.2.tar.xz) = 81d3f0cf5d560d7eee2eb0a8fb5a1640b1b9dac9 +RMD160 (harfbuzz-2.6.2.tar.xz) = 36ad5f36d4d65b01eee2f9fa704a91c2b70a0389 +SHA512 (harfbuzz-2.6.2.tar.xz) = 0a98c2b49650d66cf11f3395504cba3b18aaca43482924d9b58babd2ccb986b74ed7478bef5c4c1937d7782b7b278504854eaa04a62b329df08d91d30fc879d5 +Size (harfbuzz-2.6.2.tar.xz) = 5769792 bytes --_----------=_1569940514135980--