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 CC7EA7A212 for ; Tue, 2 May 2017 10:26:07 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 7A0FF84DE6; Tue, 2 May 2017 10:26:07 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0B1B884DAF for ; Tue, 2 May 2017 10:26:07 +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 4ujDYqxzf-J9 for ; Tue, 2 May 2017 10:26:06 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 8EE3184CDB for ; Tue, 2 May 2017 10:26:06 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8A39BFBE4; Tue, 2 May 2017 10:26:06 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1493720766205620" MIME-Version: 1.0 Date: Tue, 2 May 2017 10:26:06 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/fonts/harfbuzz To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20170502102606.8A39BFBE4@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. --_----------=_1493720766205620 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Tue May 2 10:26:06 UTC 2017 Modified Files: pkgsrc/fonts/harfbuzz: Makefile distinfo Log Message: Updated harfbuzz to 1.4.6. Overview of changes leading to 1.4.6 Sunday, April 23, 2017 ==================================== - Graphite2: Fix RTL positioning issue. - Backlist GDEF of more versions of Padauk and Tahoma. - New, experimental, cmake alternative build system. To generate a diff of this commit: cvs rdiff -u -r1.80 -r1.81 pkgsrc/fonts/harfbuzz/Makefile cvs rdiff -u -r1.65 -r1.66 pkgsrc/fonts/harfbuzz/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1493720766205620 Content-Disposition: inline Content-Length: 1672 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.80 pkgsrc/fonts/harfbuzz/Makefile:1.81 --- pkgsrc/fonts/harfbuzz/Makefile:1.80 Sat Apr 22 21:03:36 2017 +++ pkgsrc/fonts/harfbuzz/Makefile Tue May 2 10:26:06 2017 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.80 2017/04/22 21:03:36 adam Exp $ +# $NetBSD: Makefile,v 1.81 2017/05/02 10:26:06 wiz Exp $ -DISTNAME= harfbuzz-1.4.5 -PKGREVISION= 1 +DISTNAME= harfbuzz-1.4.6 CATEGORIES= fonts MASTER_SITES= http://www.freedesktop.org/software/harfbuzz/release/ EXTRACT_SUFX= .tar.bz2 Index: pkgsrc/fonts/harfbuzz/distinfo diff -u pkgsrc/fonts/harfbuzz/distinfo:1.65 pkgsrc/fonts/harfbuzz/distinfo:1.66 --- pkgsrc/fonts/harfbuzz/distinfo:1.65 Mon Mar 13 09:13:09 2017 +++ pkgsrc/fonts/harfbuzz/distinfo Tue May 2 10:26:06 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.65 2017/03/13 09:13:09 wiz Exp $ +$NetBSD: distinfo,v 1.66 2017/05/02 10:26:06 wiz Exp $ -SHA1 (harfbuzz-1.4.5.tar.bz2) = e979eb20b789c1fc47107ef93a584924e34dd195 -RMD160 (harfbuzz-1.4.5.tar.bz2) = 827ce06aaa61edcc06972a173c5c4093cc6ac27e -SHA512 (harfbuzz-1.4.5.tar.bz2) = dd505ef950ef1d702a820987d8e93097e4c4fd9f725d18e69dd756ea21d4d5624eb2edfc8563f89947e3913bf5efa1834092e06ea02821744b0b588ce2ceb00e -Size (harfbuzz-1.4.5.tar.bz2) = 1474461 bytes +SHA1 (harfbuzz-1.4.6.tar.bz2) = a296d9f7a82d5db1984d3b6efc4186c5dbcd7947 +RMD160 (harfbuzz-1.4.6.tar.bz2) = 1638e57e48ccdcd82529d09a6679fcfab7cb738d +SHA512 (harfbuzz-1.4.6.tar.bz2) = aade3902adadf3a8339ba1d05279e639da7cb53981adc64e2a2d32a5d49335a6a9782a62cdf80beca569ec8a639792bf0368c0b6ecad08f35bc85878678aa096 +Size (harfbuzz-1.4.6.tar.bz2) = 1475086 bytes --_----------=_1493720766205620--