Received: by mail.netbsd.org (Postfix, from userid 605) id 7E8D384EBE; Sat, 8 Apr 2023 06:31:24 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B008A84CBC for ; Sat, 8 Apr 2023 06:31:23 +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 QHtoBDV0jLag for ; Sat, 8 Apr 2023 06:31:23 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 0826B84D26 for ; Sat, 8 Apr 2023 06:31:23 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0260BFA84; Sat, 8 Apr 2023 06:31:23 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1680935482216420" MIME-Version: 1.0 Date: Sat, 8 Apr 2023 06:31:22 +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: <20230408063123.0260BFA84@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1680935482216420 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: markd Date: Sat Apr 8 06:31:22 UTC 2023 Modified Files: pkgsrc/print/tex-caption: Makefile distinfo pkgsrc/print/tex-caption-doc: Makefile distinfo Log Message: tex-caption{,-doc}: update to 20230312 This is a bugfix release of the caption package bundle. Changes since release 20220317: * "Revise subfigure counter ownership" * "subcaption: Change the default value for \subcaption at minipage's 1st (optional) argument from 'b' to either 'b' or 't'" * "\captionsetup[wrapfigure]{hypcap=false} does not work as intended" * "Package caption with package sidecap" * "Re-add \caption at ifcompatibility macro" * "'LaTeX Warning: Label `1` multiply defined.' with twoside document and option `margin`" * "add support for algorithm environment in bicaption package" * "SX: KOMA-Script's addmargin environment in combination with caption command" Furthermore the commands \bicaptionsetup resp. \subcaptionsetup have been added to the bicaption resp. subcaption package. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 pkgsrc/print/tex-caption/Makefile \ pkgsrc/print/tex-caption/distinfo cvs rdiff -u -r1.11 -r1.12 pkgsrc/print/tex-caption-doc/Makefile cvs rdiff -u -r1.12 -r1.13 pkgsrc/print/tex-caption-doc/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1680935482216420 Content-Disposition: inline Content-Length: 3314 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/print/tex-caption/Makefile diff -u pkgsrc/print/tex-caption/Makefile:1.12 pkgsrc/print/tex-caption/Makefile:1.13 --- pkgsrc/print/tex-caption/Makefile:1.12 Thu Apr 14 06:32:00 2022 +++ pkgsrc/print/tex-caption/Makefile Sat Apr 8 06:31:22 2023 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.12 2022/04/14 06:32:00 markd Exp $ +# $NetBSD: Makefile,v 1.13 2023/04/08 06:31:22 markd Exp $ DISTNAME= caption -PKGNAME= tex-${DISTNAME}-20220317 -TEXLIVE_REV= 62757 +PKGNAME= tex-${DISTNAME}-20230312 +TEXLIVE_REV= 66580 MAINTAINER= minskim@NetBSD.org HOMEPAGE= https://ctan.org/pkg/caption Index: pkgsrc/print/tex-caption/distinfo diff -u pkgsrc/print/tex-caption/distinfo:1.12 pkgsrc/print/tex-caption/distinfo:1.13 --- pkgsrc/print/tex-caption/distinfo:1.12 Thu Apr 14 06:32:00 2022 +++ pkgsrc/print/tex-caption/distinfo Sat Apr 8 06:31:22 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.12 2022/04/14 06:32:00 markd Exp $ +$NetBSD: distinfo,v 1.13 2023/04/08 06:31:22 markd Exp $ -BLAKE2s (caption.r62757.tar.xz) = 37110d4b25b3494dd99953055fdb89fb8139abf52b117e91387046af18b96264 -SHA512 (caption.r62757.tar.xz) = 55109f93b3dbdb817985c13b4ab55c0effb4122162158e014e7626d3093ee8ad4496374b0a337da27640f22e4ccfced8aff21cc198b932edc95092e67f43c14c -Size (caption.r62757.tar.xz) = 59644 bytes +BLAKE2s (caption.r66580.tar.xz) = 333f81df503b6d574d26aa43fb45e66f5d13601e25e792d82265dadeca518995 +SHA512 (caption.r66580.tar.xz) = 15317f386e88d7d8214bf3bd99f3bb0a7742b06b1a0480016c2ee137175bbed797bb57c7438b097db77d96813b576f81bf33432fb6c93d930fb7c7e24bc43434 +Size (caption.r66580.tar.xz) = 60908 bytes Index: pkgsrc/print/tex-caption-doc/Makefile diff -u pkgsrc/print/tex-caption-doc/Makefile:1.11 pkgsrc/print/tex-caption-doc/Makefile:1.12 --- pkgsrc/print/tex-caption-doc/Makefile:1.11 Thu Apr 14 06:32:00 2022 +++ pkgsrc/print/tex-caption-doc/Makefile Sat Apr 8 06:31:22 2023 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.11 2022/04/14 06:32:00 markd Exp $ +# $NetBSD: Makefile,v 1.12 2023/04/08 06:31:22 markd Exp $ DISTNAME= caption.doc -PKGNAME= tex-${DISTNAME:S/./-/}-20220317 -TEXLIVE_REV= 62757 +PKGNAME= tex-${DISTNAME:S/./-/}-20230312 +TEXLIVE_REV= 66580 MAINTAINER= minskim@NetBSD.org HOMEPAGE= https://ctan.org/pkg/caption Index: pkgsrc/print/tex-caption-doc/distinfo diff -u pkgsrc/print/tex-caption-doc/distinfo:1.12 pkgsrc/print/tex-caption-doc/distinfo:1.13 --- pkgsrc/print/tex-caption-doc/distinfo:1.12 Thu Apr 14 06:32:00 2022 +++ pkgsrc/print/tex-caption-doc/distinfo Sat Apr 8 06:31:22 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.12 2022/04/14 06:32:00 markd Exp $ +$NetBSD: distinfo,v 1.13 2023/04/08 06:31:22 markd Exp $ -BLAKE2s (caption.doc.r62757.tar.xz) = 3b459cef9d7749fa54aaeb29abe8aa92481ec0d76a21c718290c7e2aa2de072c -SHA512 (caption.doc.r62757.tar.xz) = bd6435cf073f65ad373aff3970e802751ad3b41d3d8683b4b23a7592a5d8a780c9870ca7a5ffd2c26c4990384c5d97565fa5dea17c162a0b922584b87efba687 -Size (caption.doc.r62757.tar.xz) = 740312 bytes +BLAKE2s (caption.doc.r66580.tar.xz) = 217f2264ba9a470e79a6ad0656e12eed8b374f65b4b71dc8cea35f17f40ec4bd +SHA512 (caption.doc.r66580.tar.xz) = 7322b5f8b93ec524c5c615ffe8ad1b3c58859db07db49007987a4bbc1bd6be90ff2dd1333dbea445f18c5324a44a5b4dc630efa629408f54404379c3f46f3974 +Size (caption.doc.r66580.tar.xz) = 784172 bytes --_----------=_1680935482216420--