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 00B411A9239 for ; Fri, 18 Feb 2022 20:33:57 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id C0E1884E80; Fri, 18 Feb 2022 20:33:57 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0801884E60 for ; Fri, 18 Feb 2022 20:33:57 +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 ivdMd9A8u3JP for ; Fri, 18 Feb 2022 20:33:56 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 739A684D54 for ; Fri, 18 Feb 2022 20:33:56 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6CD9EFB24; Fri, 18 Feb 2022 20:33:56 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_164521643659420" MIME-Version: 1.0 Date: Fri, 18 Feb 2022 20:33:56 +0000 From: "Frederic Cambus" Subject: CVS commit: pkgsrc/fonts/liberation-ttf To: pkgsrc-changes@NetBSD.org Reply-To: fcambus@netbsd.org X-Mailer: log_accum Message-Id: <20220218203356.6CD9EFB24@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_164521643659420 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: fcambus Date: Fri Feb 18 20:33:56 UTC 2022 Modified Files: pkgsrc/fonts/liberation-ttf: Makefile distinfo Log Message: liberation-ttf: update to 2.1.5. ChangeLog: * Thu Sep 30 2021 Vishal Vijayraghavan - Releasing liberation-fonts 2.1.5 version - Resolves #40: More fixes to Superscript and subscript Numbers missing issues -- fixed inconsistent weight, missing glyphs and GSUB issues * Tue May 04 2021 Vishal Vijayraghavan - Releasing liberation-fonts 2.1.4 version - Resolves #40: Superscript and subscript Numbers missing - Resolves #24: Gender symbol are inconsistent in Sans To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 pkgsrc/fonts/liberation-ttf/Makefile cvs rdiff -u -r1.11 -r1.12 pkgsrc/fonts/liberation-ttf/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_164521643659420 Content-Disposition: inline Content-Length: 1826 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.18 pkgsrc/fonts/liberation-ttf/Makefile:1.19 --- pkgsrc/fonts/liberation-ttf/Makefile:1.18 Tue Apr 13 08:20:51 2021 +++ pkgsrc/fonts/liberation-ttf/Makefile Fri Feb 18 20:33:56 2022 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.18 2021/04/13 08:20:51 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2022/02/18 20:33:56 fcambus Exp $ -DISTNAME= liberation-fonts-ttf-2.1.3 +DISTNAME= liberation-fonts-ttf-2.1.5 PKGNAME= ${DISTNAME:S/-fonts//} -PKGREVISION= 1 CATEGORIES= fonts MASTER_SITES= ${MASTER_SITE_GITHUB:=liberationfonts/} GITHUB_PROJECT= liberation-fonts Index: pkgsrc/fonts/liberation-ttf/distinfo diff -u pkgsrc/fonts/liberation-ttf/distinfo:1.11 pkgsrc/fonts/liberation-ttf/distinfo:1.12 --- pkgsrc/fonts/liberation-ttf/distinfo:1.11 Tue Oct 26 10:27:18 2021 +++ pkgsrc/fonts/liberation-ttf/distinfo Fri Feb 18 20:33:56 2022 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.11 2021/10/26 10:27:18 nia Exp $ +$NetBSD: distinfo,v 1.12 2022/02/18 20:33:56 fcambus Exp $ -BLAKE2s (liberation-fonts-ttf-2.1.3.tar.gz) = 9e87e6dc9c7498e1a5c647149f7e55311e0165ff4bd5972491089834c5912bee -SHA512 (liberation-fonts-ttf-2.1.3.tar.gz) = 72564e075d60ac6018aefc8a28dec839a0599ca0311344ea6cd65880074ba47e8fae803da66372e307b4c08ad82203744b2fb803372ee616dc486714aea13c3a -Size (liberation-fonts-ttf-2.1.3.tar.gz) = 4998405 bytes +BLAKE2s (liberation-fonts-ttf-2.1.5.tar.gz) = ced16418354f3ba047778d2d76931860b2f96c849fe1e59559b1c7c387b75832 +SHA512 (liberation-fonts-ttf-2.1.5.tar.gz) = e6aa3299f1f9f825bf366e4860434eb9fa24fee317ca90580511b7547149909d753fae3dcbfe777431a2d249e989be5e91d3871fcd570a0bc0b63c22e3f340c5 +Size (liberation-fonts-ttf-2.1.5.tar.gz) = 5106189 bytes SHA1 (patch-Makefile) = ce9a1af13c773de0a6ccf4823bb21ef54e677112 --_----------=_164521643659420--