Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 3EC461A9217 for ; Sat, 9 Jan 2021 01:21:56 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 4FCE7850C1; Sat, 9 Jan 2021 01:21:55 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8A62884D6A for ; Sat, 9 Jan 2021 01:21:54 +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 ftqrqOZs60uY for ; Sat, 9 Jan 2021 01:21:54 +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 11BD584CDC for ; Sat, 9 Jan 2021 01:21:54 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 05874FA9D; Sat, 9 Jan 2021 01:21:54 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1610155313279780" MIME-Version: 1.0 Date: Sat, 9 Jan 2021 01:21:53 +0000 From: "Greg Troxel" Subject: CVS commit: pkgsrc/graphics/graphite2 To: pkgsrc-changes@NetBSD.org Reply-To: gdt@netbsd.org X-Mailer: log_accum Message-Id: <20210109012154.05874FA9D@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1610155313279780 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gdt Date: Sat Jan 9 01:21:53 UTC 2021 Modified Files: pkgsrc/graphics/graphite2: Makefile distinfo Log Message: graphite2: Update to 1.3.14 Upstream changes: Bug Fixes To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 pkgsrc/graphics/graphite2/Makefile cvs rdiff -u -r1.11 -r1.12 pkgsrc/graphics/graphite2/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1610155313279780 Content-Disposition: inline Content-Length: 1745 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/graphite2/Makefile diff -u pkgsrc/graphics/graphite2/Makefile:1.13 pkgsrc/graphics/graphite2/Makefile:1.14 --- pkgsrc/graphics/graphite2/Makefile:1.13 Wed Dec 23 18:54:56 2020 +++ pkgsrc/graphics/graphite2/Makefile Sat Jan 9 01:21:53 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.13 2020/12/23 18:54:56 gdt Exp $ +# $NetBSD: Makefile,v 1.14 2021/01/09 01:21:53 gdt Exp $ -DISTNAME= graphite2-1.3.13 +DISTNAME= graphite2-1.3.14 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=silgraphite/} EXTRACT_SUFX= .tgz Index: pkgsrc/graphics/graphite2/distinfo diff -u pkgsrc/graphics/graphite2/distinfo:1.11 pkgsrc/graphics/graphite2/distinfo:1.12 --- pkgsrc/graphics/graphite2/distinfo:1.11 Wed Jul 17 09:45:13 2019 +++ pkgsrc/graphics/graphite2/distinfo Sat Jan 9 01:21:53 2021 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.11 2019/07/17 09:45:13 nia Exp $ +$NetBSD: distinfo,v 1.12 2021/01/09 01:21:53 gdt Exp $ -SHA1 (graphite2-1.3.13.tgz) = bd3494575a1ff1c5b4ea796444274dab1e5992c9 -RMD160 (graphite2-1.3.13.tgz) = a222c91d85d1353e76936d0239cf092aa870910f -SHA512 (graphite2-1.3.13.tgz) = 44ac2f353c1a795a55c78b4ff72df35a3a5a94700356c0eefe105d66cd499ac93f9cfd5ab7b3ea842b575156cb8df19e0b57ff8b9dbaee8a576319ff5889c131 -Size (graphite2-1.3.13.tgz) = 6664757 bytes +SHA1 (graphite2-1.3.14.tgz) = bb0d0127f0afc10d7cc993a559bebcba8940d630 +RMD160 (graphite2-1.3.14.tgz) = 10a20de8860bc59081571077071fe06b194537ab +SHA512 (graphite2-1.3.14.tgz) = 14b5eb2ba8158b8b62ffa7fb142100a0af1de0f0c45b2673801b636714a106b46fcd423b05c722d963c9543fafcf10fec811975308211a54f20a3ba322d7b295 +Size (graphite2-1.3.14.tgz) = 6630061 bytes SHA1 (patch-src_CMakeLists.txt) = 24c0e719283156bb74c51a6029245b293e1c16ae --_----------=_1610155313279780--