Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=OUjv+AQ1; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=qCzI9uBf Received: by mail.netbsd.org (Postfix, from userid 605) id E72DA84DB2; Thu, 21 Mar 2024 08:17:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1711009057; bh=0lWPwQtsgj96r/aznipsyc4Lfe1mJjKJKzP/QLrBPwo=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=OUjv+AQ1sPg6wfw7gBwNMr+QqHc5J9coEJEfIer7Uk55fvtCcbwhepoaQhyUKua9m MsE5XRKWyw4GRmgmGQw73C55g0ZVm3mX7L1+Pz3OLP0CgKgbDubylVtVd36HbntXUQ EzCBFXtqzcSjX9KMfD45OQQuKsJd1mZT2ovJ22zo= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D969B84D4D for ; Thu, 21 Mar 2024 08:17:35 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id NWV8cZdLIA2A for ; Thu, 21 Mar 2024 08:17:35 +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 51EBC84D3D for ; Thu, 21 Mar 2024 08:17:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1711009055; bh=0lWPwQtsgj96r/aznipsyc4Lfe1mJjKJKzP/QLrBPwo=; h=Date:From:Subject:To:Reply-To; b=qCzI9uBfA0ShBNJsheR+iPVxjwDlMjNab1DY1R6DOLZ9mQmSW42XXpUxb6EvmbSYE dHHRqba3sHv9I6koLQK4iSG7P4p0z+nO3TfWfa1eQpxRSmAlhzFCWyeZfosI9SZXL3 6NCh/IhWErmbiSP9FrPATZyzmZvISLOS6JwbnzYw= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 42083FA2C; Thu, 21 Mar 2024 08:17:35 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1711009055187370" MIME-Version: 1.0 Date: Thu, 21 Mar 2024 08:17:35 +0000 From: "Mark Davies" Subject: CVS commit: pkgsrc/print/dvipdfmx To: pkgsrc-changes@NetBSD.org Reply-To: markd@netbsd.org X-Mailer: log_accum Message-Id: <20240321081735.42083FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1711009055187370 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Module Name: pkgsrc Committed By: markd Date: Thu Mar 21 08:17:35 UTC 2024 Modified Files: pkgsrc/print/dvipdfmx: Makefile distinfo Log Message: dvipdfmx: update to 20240305 Part of TeXlive 2024 * Calculate time zone offset in the same way as pdfTeX. * Handle variation selectors to cope with the new Adobe-Japan1-UCS2 CMap. * Fallback multibyte characters in virtual fonts to OFM fonts for (u)pTeX. To generate a diff of this commit: cvs rdiff -u -r1.57 -r1.58 pkgsrc/print/dvipdfmx/Makefile cvs rdiff -u -r1.24 -r1.25 pkgsrc/print/dvipdfmx/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1711009055187370 Content-Disposition: inline Content-Length: 1839 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/print/dvipdfmx/Makefile diff -u pkgsrc/print/dvipdfmx/Makefile:1.57 pkgsrc/print/dvipdfmx/Makefile:1.58 --- pkgsrc/print/dvipdfmx/Makefile:1.57 Thu Apr 13 14:13:56 2023 +++ pkgsrc/print/dvipdfmx/Makefile Thu Mar 21 08:17:35 2024 @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.57 2023/04/13 14:13:56 wiz Exp $ +# $NetBSD: Makefile,v 1.58 2024/03/21 08:17:35 markd Exp $ -PKGREVISION= 1 .include "../../print/texlive/Makefile.common" -PKGNAME= dvipdfmx-20220710 +PKGNAME= dvipdfmx-20240305 CATEGORIES= print converters HOMEPAGE= http://project.ktug.or.kr/dvipdfmx/ Index: pkgsrc/print/dvipdfmx/distinfo diff -u pkgsrc/print/dvipdfmx/distinfo:1.24 pkgsrc/print/dvipdfmx/distinfo:1.25 --- pkgsrc/print/dvipdfmx/distinfo:1.24 Mon Apr 10 23:47:07 2023 +++ pkgsrc/print/dvipdfmx/distinfo Thu Mar 21 08:17:35 2024 @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.24 2023/04/10 23:47:07 markd Exp $ +$NetBSD: distinfo,v 1.25 2024/03/21 08:17:35 markd Exp $ -BLAKE2s (texlive-20230313-source.tar.xz) = cd85d09bb3b6bf613a40b3c2308da75596cb6a1b5e4c7b3fcd8e3e43f206c379 -SHA512 (texlive-20230313-source.tar.xz) = 5874e7c9937ef63fdb03780f8137e0a63ad23a1b2a9d232a71bd2ab999669152981911fadc9c8ff3cf5e3a2cf828d575982b7fce1a15c101a62328d89d851a88 -Size (texlive-20230313-source.tar.xz) = 68630148 bytes +BLAKE2s (texlive-20240312-source.tar.xz) = 72bccd07a7c210c1c5e3d86d72f3e86bfaf7c2922345f2e048c6336b2a1bd11b +SHA512 (texlive-20240312-source.tar.xz) = e7ed4eb419da789f82d4295819ba72d10766398fd20c8675742fcec985851917b2005d259e4c9bb952790472855115644297d92257878882a66315cc940b9210 +Size (texlive-20240312-source.tar.xz) = 70140588 bytes SHA1 (patch-Makefile.in) = 526a2eab50395bcc9c0f2aa11a0d20034f93a02b SHA1 (patch-ac) = 2bbaa28a6cf16c8a14b0f190387d6443c6b260d9 SHA1 (patch-ad) = acb8bb03d5592dd6935efcc82105e100ed7f9a4f --_----------=_1711009055187370--