Received: by mail.netbsd.org (Postfix, from userid 605) id C3CF084E90; Sat, 3 Feb 2024 01:44:06 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 006B384E5B for ; Sat, 3 Feb 2024 01:44:06 +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 QjkEswoLyrUD for ; Sat, 3 Feb 2024 01:44:05 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 69B0784D93 for ; Sat, 3 Feb 2024 01:44:05 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 649C1FA42; Sat, 3 Feb 2024 01:44:05 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_170692464593350" MIME-Version: 1.0 Date: Sat, 3 Feb 2024 01:44:05 +0000 From: "Mark Davies" Subject: CVS commit: pkgsrc/print/tex-babel-greek To: pkgsrc-changes@NetBSD.org Reply-To: markd@netbsd.org X-Mailer: log_accum Message-Id: <20240203014405.649C1FA42@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_170692464593350 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Module Name: pkgsrc Committed By: markd Date: Sat Feb 3 01:44:05 UTC 2024 Modified Files: pkgsrc/print/tex-babel-greek: Makefile distinfo Log Message: tex-babel-greek: update to 1.15 Improve the handling of font encodings with 8-bit TeX: Switch to the previous \encodingdefault (not \cf at encoding) when exiting Greek text parts. Exception: use \latinencoding if the initial \encodingdefault is LGR and “greek” is the main document language. Fix standard accent macros with pre-2022 \MakeUppercase. Rename modifier "local-MakeUppercase-fixes" to "no-MakeUppercase-fixes". To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 pkgsrc/print/tex-babel-greek/Makefile cvs rdiff -u -r1.11 -r1.12 pkgsrc/print/tex-babel-greek/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_170692464593350 Content-Disposition: inline Content-Length: 1690 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/print/tex-babel-greek/Makefile diff -u pkgsrc/print/tex-babel-greek/Makefile:1.9 pkgsrc/print/tex-babel-greek/Makefile:1.10 --- pkgsrc/print/tex-babel-greek/Makefile:1.9 Sun Jun 11 05:17:49 2023 +++ pkgsrc/print/tex-babel-greek/Makefile Sat Feb 3 01:44:05 2024 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.9 2023/06/11 05:17:49 markd Exp $ +# $NetBSD: Makefile,v 1.10 2024/02/03 01:44:05 markd Exp $ DISTNAME= babel-greek -PKGNAME= tex-${DISTNAME}-1.13.2 -TEXLIVE_REV= 67268 +PKGNAME= tex-${DISTNAME}-1.15 +TEXLIVE_REV= 68532 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://ctan.org/pkg/babel-greek Index: pkgsrc/print/tex-babel-greek/distinfo diff -u pkgsrc/print/tex-babel-greek/distinfo:1.11 pkgsrc/print/tex-babel-greek/distinfo:1.12 --- pkgsrc/print/tex-babel-greek/distinfo:1.11 Sun Jun 11 05:17:49 2023 +++ pkgsrc/print/tex-babel-greek/distinfo Sat Feb 3 01:44:05 2024 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.11 2023/06/11 05:17:49 markd Exp $ +$NetBSD: distinfo,v 1.12 2024/02/03 01:44:05 markd Exp $ -BLAKE2s (babel-greek.r67268.tar.xz) = 1e147e86b587fcc6a253c772be237b7a7a2ee5a4665745f23a3d024fc56d8ddc -SHA512 (babel-greek.r67268.tar.xz) = 1184ea2de3eeb3dec5df62b2d401e343863a13cdee98a37a207d24043db3d5a3a507343c7104067ca3e02dde010727af6c49e177a6faee5e7ccc3bd4ae7ecf90 -Size (babel-greek.r67268.tar.xz) = 6912 bytes +BLAKE2s (babel-greek.r68532.tar.xz) = 45439db2109c34459c815949a70a8af1203cc017e0b19ae26686873dd33bb3dc +SHA512 (babel-greek.r68532.tar.xz) = f81c220447f77f207dee02a5611edb3dfe68fb775abe932efc560de9a268570e688b3abe4eb3dcc094ac0c967360d52be02bc85c82daedcf173bcda269065938 +Size (babel-greek.r68532.tar.xz) = 6976 bytes --_----------=_170692464593350--