Received: by mail.netbsd.org (Postfix, from userid 605) id 866E784E85; Sun, 18 Feb 2024 10:44:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1708253092; bh=2B5luUO+s2DgRkoyp+5zZmb82e7j4DLK8J0NUWVyseM=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=3WLTlM37IK/EnJipq80aq14klrrYVNPGHVVKFN34uZMPRf2U46P6gfRj0s6tImgLa iSe9NsMpixqvCnaNxdZZONZzjjHK1NzOOJ6AOFoGZ9IZe1SQv+2+SJlg5TUlwt9d6p DBA/agiaPrfj0TqXmjmvFabEo2PNCy2kTvEITfOk= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 77B5A84E7F for ; Sun, 18 Feb 2024 10:44:51 +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 fK7LQu7eRCsR for ; Sun, 18 Feb 2024 10:44:50 +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 C560484E78 for ; Sun, 18 Feb 2024 10:44:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1708253090; bh=2B5luUO+s2DgRkoyp+5zZmb82e7j4DLK8J0NUWVyseM=; h=Date:From:Subject:To:Reply-To; b=m/+qYvozEgaZIEtC6VBvoIoFnTOF7dzlJe4bwx6nUazmwC7+AW3Dp8zzZby1oz7pG j7ZOdBqEx0ShQYLJwDyPGshxjLu4QzvOHwZnwzjFFRnimse33t52MfQ0CSW/L4WD1x yf763ZeqtCHuWcfV27RKeprn1vrlTpUp7i9bLw68= Received: by cvs.NetBSD.org (Postfix, from userid 500) id B6F81F9F4; Sun, 18 Feb 2024 10:44:50 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_170825309087700" MIME-Version: 1.0 Date: Sun, 18 Feb 2024 10:44:50 +0000 From: "Mark Davies" Subject: CVS commit: pkgsrc/print To: pkgsrc-changes@NetBSD.org Reply-To: markd@netbsd.org X-Mailer: log_accum Message-Id: <20240218104450.B6F81F9F4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_170825309087700 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: markd Date: Sun Feb 18 10:44:50 UTC 2024 Modified Files: pkgsrc/print/tex-siunitx: Makefile distinfo pkgsrc/print/tex-siunitx-doc: Makefile distinfo Log Message: tex-siunitx{,-doc}: update to 3.3.12 3.3.9 - Rounding of values with no mantissa 3.3.10 - Load `color` package in `begindocument/before` hook - Normalize exponents when `exponent-mode = threshold` - Prevent accidental expansion of `\mathord` 3.3.11 - Formatting of units with separated uncertainties in 'compound' structures when unit is not repeated 3.3.12 - Normalize active `<`/`>`in numerical input - Allow for `\protect` inside symbolic units - Do not error for entirely empty numerical input - Print all numerical material in math mode when `parse-numbers = false` is set To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 pkgsrc/print/tex-siunitx/Makefile cvs rdiff -u -r1.19 -r1.20 pkgsrc/print/tex-siunitx/distinfo cvs rdiff -u -r1.18 -r1.19 pkgsrc/print/tex-siunitx-doc/Makefile cvs rdiff -u -r1.19 -r1.20 pkgsrc/print/tex-siunitx-doc/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_170825309087700 Content-Disposition: inline Content-Length: 3317 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/print/tex-siunitx/Makefile diff -u pkgsrc/print/tex-siunitx/Makefile:1.18 pkgsrc/print/tex-siunitx/Makefile:1.19 --- pkgsrc/print/tex-siunitx/Makefile:1.18 Sat Jun 17 10:41:52 2023 +++ pkgsrc/print/tex-siunitx/Makefile Sun Feb 18 10:44:50 2024 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.18 2023/06/17 10:41:52 markd Exp $ +# $NetBSD: Makefile,v 1.19 2024/02/18 10:44:50 markd Exp $ DISTNAME= siunitx -PKGNAME= tex-${DISTNAME}-3.2.6 -TEXLIVE_REV= 67346 +PKGNAME= tex-${DISTNAME}-3.3.12 +TEXLIVE_REV= 69922 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://ctan.org/pkg/siunitx Index: pkgsrc/print/tex-siunitx/distinfo diff -u pkgsrc/print/tex-siunitx/distinfo:1.19 pkgsrc/print/tex-siunitx/distinfo:1.20 --- pkgsrc/print/tex-siunitx/distinfo:1.19 Sat Jun 17 10:41:52 2023 +++ pkgsrc/print/tex-siunitx/distinfo Sun Feb 18 10:44:50 2024 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.19 2023/06/17 10:41:52 markd Exp $ +$NetBSD: distinfo,v 1.20 2024/02/18 10:44:50 markd Exp $ -BLAKE2s (siunitx.r67346.tar.xz) = 30419b04322739f8d2076c0cecd0cd39b4925da5edc2713df29a7915a68b3b09 -SHA512 (siunitx.r67346.tar.xz) = 6a7ac1778a4232cdd8f0bb86a7ac2be48ab50ea6e252db4d9764c81d46ddb41a071c2e5637ebe0355c465644e96136def518d2652cea08a647f10dbdc303078c -Size (siunitx.r67346.tar.xz) = 66188 bytes +BLAKE2s (siunitx.r69922.tar.xz) = 8f633faddcaf7a31f2ba5aec74db97d3aeb54c7b19f4a671469b94035cd1c0a5 +SHA512 (siunitx.r69922.tar.xz) = df5ab6600630dbb86b496aeb3c048137a950ba0ff56275ed4fc37a8eab517f45e53cf5aacb69e21bad7799b15dc0e8d6c2f827b2a3e41abc972119174d2f2352 +Size (siunitx.r69922.tar.xz) = 67828 bytes Index: pkgsrc/print/tex-siunitx-doc/Makefile diff -u pkgsrc/print/tex-siunitx-doc/Makefile:1.18 pkgsrc/print/tex-siunitx-doc/Makefile:1.19 --- pkgsrc/print/tex-siunitx-doc/Makefile:1.18 Sat Jun 17 10:41:52 2023 +++ pkgsrc/print/tex-siunitx-doc/Makefile Sun Feb 18 10:44:50 2024 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.18 2023/06/17 10:41:52 markd Exp $ +# $NetBSD: Makefile,v 1.19 2024/02/18 10:44:50 markd Exp $ DISTNAME= siunitx.doc -PKGNAME= tex-${DISTNAME:S/./-/}-3.2.6 -TEXLIVE_REV= 67346 +PKGNAME= tex-${DISTNAME:S/./-/}-3.3.12 +TEXLIVE_REV= 69922 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://ctan.org/pkg/siunitx Index: pkgsrc/print/tex-siunitx-doc/distinfo diff -u pkgsrc/print/tex-siunitx-doc/distinfo:1.19 pkgsrc/print/tex-siunitx-doc/distinfo:1.20 --- pkgsrc/print/tex-siunitx-doc/distinfo:1.19 Sat Jun 17 10:41:52 2023 +++ pkgsrc/print/tex-siunitx-doc/distinfo Sun Feb 18 10:44:50 2024 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.19 2023/06/17 10:41:52 markd Exp $ +$NetBSD: distinfo,v 1.20 2024/02/18 10:44:50 markd Exp $ -BLAKE2s (siunitx.doc.r67346.tar.xz) = 38d368632d2757be830a860273f9c3e89b054b88735cd99181de736d6b09f65c -SHA512 (siunitx.doc.r67346.tar.xz) = c6623681faba5673db44562914c5175a3fb59ee5490592792fae89265d5cfc96b9b5f91a2b201656b81fe87ae1d4a7f9d8b41e23d4d2559c89193ee269e1743a -Size (siunitx.doc.r67346.tar.xz) = 1268764 bytes +BLAKE2s (siunitx.doc.r69922.tar.xz) = 5ec0a45fd40f3dcd7366f9adfb04e9aae989b3a97fc207f2c30e579318540a37 +SHA512 (siunitx.doc.r69922.tar.xz) = e0801e342de9483cb5a8cc24b63002c9cd01d2e38ab6945eb91b635ece0833cc1a1c6c12398a9e00eb6ffa284e11329ed53e7f5a708432d7ae1c361ce5390821 +Size (siunitx.doc.r69922.tar.xz) = 1287640 bytes --_----------=_170825309087700--