Received: by mail.netbsd.org (Postfix, from userid 605) id EA73A850EC; Thu, 8 Apr 2021 10:57:28 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 307BD850DD for ; Thu, 8 Apr 2021 10:57:28 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id zUrejxmplpBP for ; Thu, 8 Apr 2021 10:57:27 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 9FBB984E19 for ; Thu, 8 Apr 2021 10:57:27 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9D495FA95; Thu, 8 Apr 2021 10:57:27 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_161787944731960" MIME-Version: 1.0 Date: Thu, 8 Apr 2021 10:57:27 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/fonts/liberation-ttf To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20210408105727.9D495FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_161787944731960 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Thu Apr 8 10:57:27 UTC 2021 Modified Files: pkgsrc/fonts/liberation-ttf: Makefile distinfo Log Message: liberation-ttf: update to 2.1.3 * Tue Feb 23 2021 Vishal Vijayraghavan - Releasing liberation-fonts 2.1.3 version - Resolves #37: U+2262,2669,266C too wide - Resolves Bugzilla #1464310: Tilded G not works with Liberation Sans and Serif * Mon Dec 21 2020 Vishal Vijayraghavan - Releasing liberation-fonts 2.1.2 version - Resolves #25: liberation-fonts doesn't have proper <==> symbol - Resolves #33: Liberation Mono: U+20BF is too wide - Resolves #14: Liberation mono fonts are not recognized as monospace by fontconfig and cairo To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 pkgsrc/fonts/liberation-ttf/Makefile cvs rdiff -u -r1.8 -r1.9 pkgsrc/fonts/liberation-ttf/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_161787944731960 Content-Disposition: inline Content-Length: 1885 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/fonts/liberation-ttf/Makefile diff -u pkgsrc/fonts/liberation-ttf/Makefile:1.16 pkgsrc/fonts/liberation-ttf/Makefile:1.17 --- pkgsrc/fonts/liberation-ttf/Makefile:1.16 Fri Nov 6 18:07:37 2020 +++ pkgsrc/fonts/liberation-ttf/Makefile Thu Apr 8 10:57:27 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.16 2020/11/06 18:07:37 maya Exp $ +# $NetBSD: Makefile,v 1.17 2021/04/08 10:57:27 nia Exp $ -DISTNAME= liberation-fonts-ttf-2.1.1 +DISTNAME= liberation-fonts-ttf-2.1.3 PKGNAME= ${DISTNAME:S/-fonts//} CATEGORIES= fonts MASTER_SITES= ${MASTER_SITE_GITHUB:=liberationfonts/} Index: pkgsrc/fonts/liberation-ttf/distinfo diff -u pkgsrc/fonts/liberation-ttf/distinfo:1.8 pkgsrc/fonts/liberation-ttf/distinfo:1.9 --- pkgsrc/fonts/liberation-ttf/distinfo:1.8 Fri Nov 6 18:07:37 2020 +++ pkgsrc/fonts/liberation-ttf/distinfo Thu Apr 8 10:57:27 2021 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.8 2020/11/06 18:07:37 maya Exp $ +$NetBSD: distinfo,v 1.9 2021/04/08 10:57:27 nia Exp $ -SHA1 (liberation-fonts-ttf-2.1.1.tar.gz) = 174ece9fffa955cc3450d269eae2f2fd0156c85d -RMD160 (liberation-fonts-ttf-2.1.1.tar.gz) = 17f3fcf745df4b47f488e9aae1fcb9614da3dd38 -SHA512 (liberation-fonts-ttf-2.1.1.tar.gz) = 25de431b1ce71b9dd710757430ad3a5c370ce3e7f3a172fec96dbe578e778c8653c949c973382d791cef1807c7f7bf966784254ebb53e09169f861e3d35d16de -Size (liberation-fonts-ttf-2.1.1.tar.gz) = 4993547 bytes +SHA1 (liberation-fonts-ttf-2.1.3.tar.gz) = 83d8e5af512c46bf64edb4ff2b5e30fbf988d2b0 +RMD160 (liberation-fonts-ttf-2.1.3.tar.gz) = 90f69a65f7be747dea00de5c108ed02254dd99a1 +SHA512 (liberation-fonts-ttf-2.1.3.tar.gz) = 72564e075d60ac6018aefc8a28dec839a0599ca0311344ea6cd65880074ba47e8fae803da66372e307b4c08ad82203744b2fb803372ee616dc486714aea13c3a +Size (liberation-fonts-ttf-2.1.3.tar.gz) = 4998405 bytes SHA1 (patch-Makefile) = ce9a1af13c773de0a6ccf4823bb21ef54e677112 --_----------=_161787944731960--