Received: by mail.netbsd.org (Postfix, from userid 605) id 37B1684E79; Sat, 1 Apr 2023 22:39:54 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6854784D91 for ; Sat, 1 Apr 2023 22:39:53 +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 p__8fKLHMe6I for ; Sat, 1 Apr 2023 22:39:52 +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 CB4E784D14 for ; Sat, 1 Apr 2023 22:39:52 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id BDD2BFA81; Sat, 1 Apr 2023 22:39:52 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1680388792125980" MIME-Version: 1.0 Date: Sat, 1 Apr 2023 22:39:52 +0000 From: "Mark Davies" Subject: CVS commit: pkgsrc/fonts/tex-umtypewriter To: pkgsrc-changes@NetBSD.org Reply-To: markd@netbsd.org X-Mailer: log_accum Message-Id: <20230401223952.BDD2BFA81@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1680388792125980 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: markd Date: Sat Apr 1 22:39:52 UTC 2023 Modified Files: pkgsrc/fonts/tex-umtypewriter: Makefile distinfo Log Message: tex-umtypewriter: update to 1.1 A bug fix release of version 1.0. In the previous version the $ glyph had zero width in the italics, bold-italics, and oblique font files. This has been fixed now. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/fonts/tex-umtypewriter/Makefile cvs rdiff -u -r1.4 -r1.5 pkgsrc/fonts/tex-umtypewriter/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1680388792125980 Content-Disposition: inline Content-Length: 1927 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/fonts/tex-umtypewriter/Makefile diff -u pkgsrc/fonts/tex-umtypewriter/Makefile:1.3 pkgsrc/fonts/tex-umtypewriter/Makefile:1.4 --- pkgsrc/fonts/tex-umtypewriter/Makefile:1.3 Sat Jan 18 23:31:56 2020 +++ pkgsrc/fonts/tex-umtypewriter/Makefile Sat Apr 1 22:39:52 2023 @@ -1,14 +1,13 @@ -# $NetBSD: Makefile,v 1.3 2020/01/18 23:31:56 rillig Exp $ +# $NetBSD: Makefile,v 1.4 2023/04/01 22:39:52 markd Exp $ DISTNAME= umtypewriter -PKGNAME= tex-${DISTNAME}-001.002 -TEXLIVE_REV= 18651 +PKGNAME= tex-${DISTNAME}-1.1 +TEXLIVE_REV= 64443 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://ctan.org/pkg/umtypewriter COMMENT= Fonts to typeset with the xgreek package LICENSE= ofl-v1.1 -TEXLIVE_UNVERSIONED= yes .include "../../print/texlive/package.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/fonts/tex-umtypewriter/distinfo diff -u pkgsrc/fonts/tex-umtypewriter/distinfo:1.4 pkgsrc/fonts/tex-umtypewriter/distinfo:1.5 --- pkgsrc/fonts/tex-umtypewriter/distinfo:1.4 Tue Oct 26 10:28:34 2021 +++ pkgsrc/fonts/tex-umtypewriter/distinfo Sat Apr 1 22:39:52 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2021/10/26 10:28:34 nia Exp $ +$NetBSD: distinfo,v 1.5 2023/04/01 22:39:52 markd Exp $ -BLAKE2s (tex-umtypewriter-18651/umtypewriter.tar.xz) = eaef4e7eac8b98a58dc28976fe9daca81ae82c582a28b4d0c428cd0c8689f584 -SHA512 (tex-umtypewriter-18651/umtypewriter.tar.xz) = 7bffac6f8b3a9b7058a9d94c0c1029e879fd3a42cbcf3467a8aa5a8a29eb4a3093a8b07bbce23f2eaa57056a043823f2858d6324a8a008e2bc9930341bbc6b62 -Size (tex-umtypewriter-18651/umtypewriter.tar.xz) = 338560 bytes +BLAKE2s (umtypewriter.r64443.tar.xz) = 8f0df751d7d2199d227f90b20627faa2d81d3fc676c89ef83a6ef7ff5ba40558 +SHA512 (umtypewriter.r64443.tar.xz) = e62f573d1dd79b27a9ed563a9081c94eeb483fe9904cf080209a198793bbd845e4ed29eb5849165a3880338a07dade313762c02a0e37c8b518752edede622950 +Size (umtypewriter.r64443.tar.xz) = 340604 bytes --_----------=_1680388792125980--