Received: by mail.netbsd.org (Postfix, from userid 605) id A70A384D80; Sat, 3 Feb 2024 23:39:50 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D682184D6B for ; Sat, 3 Feb 2024 23:39:49 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id blSt06NwUZWY for ; Sat, 3 Feb 2024 23:39:49 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 3B75B84CE3 for ; Sat, 3 Feb 2024 23:39:49 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 312BBFA42; Sat, 3 Feb 2024 23:39:49 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1707003589225790" MIME-Version: 1.0 Date: Sat, 3 Feb 2024 23:39:49 +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: <20240203233949.312BBFA42@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1707003589225790 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: markd Date: Sat Feb 3 23:39:49 UTC 2024 Modified Files: pkgsrc/print/tex-fancyvrb: Makefile distinfo pkgsrc/print/tex-fancyvrb-doc: Makefile distinfo Log Message: tex-fancyvrb{,-doc}: update to 4.5c Added a note into the documentation that the behaviour of \verb* from the latest LaTeX kernel is different. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 pkgsrc/print/tex-fancyvrb/Makefile cvs rdiff -u -r1.14 -r1.15 pkgsrc/print/tex-fancyvrb/distinfo cvs rdiff -u -r1.14 -r1.15 pkgsrc/print/tex-fancyvrb-doc/Makefile \ pkgsrc/print/tex-fancyvrb-doc/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1707003589225790 Content-Disposition: inline Content-Length: 3334 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/print/tex-fancyvrb/Makefile diff -u pkgsrc/print/tex-fancyvrb/Makefile:1.15 pkgsrc/print/tex-fancyvrb/Makefile:1.16 --- pkgsrc/print/tex-fancyvrb/Makefile:1.15 Sun Apr 2 11:10:10 2023 +++ pkgsrc/print/tex-fancyvrb/Makefile Sat Feb 3 23:39:48 2024 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.15 2023/04/02 11:10:10 markd Exp $ +# $NetBSD: Makefile,v 1.16 2024/02/03 23:39:48 markd Exp $ DISTNAME= fancyvrb -PKGNAME= tex-${DISTNAME}-4.5a -TEXLIVE_REV= 65585 +PKGNAME= tex-${DISTNAME}-4.5c +TEXLIVE_REV= 69536 MAINTAINER= minskim@NetBSD.org HOMEPAGE= https://ctan.org/pkg/fancyvrb Index: pkgsrc/print/tex-fancyvrb/distinfo diff -u pkgsrc/print/tex-fancyvrb/distinfo:1.14 pkgsrc/print/tex-fancyvrb/distinfo:1.15 --- pkgsrc/print/tex-fancyvrb/distinfo:1.14 Sun Apr 2 11:10:10 2023 +++ pkgsrc/print/tex-fancyvrb/distinfo Sat Feb 3 23:39:48 2024 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.14 2023/04/02 11:10:10 markd Exp $ +$NetBSD: distinfo,v 1.15 2024/02/03 23:39:48 markd Exp $ -BLAKE2s (fancyvrb.r65585.tar.xz) = c9e91d6585952c92bd4697e7f9198533b725a54c6250bf2f3c783aba0dc66be5 -SHA512 (fancyvrb.r65585.tar.xz) = d0233f179706c41c418134d3ccb42efe6234662373834a18e3ab0d80acb5c77327fa95d52cab0172c92217f3c9ae6b974087fae87bf5be3eb82a624a8ec60146 -Size (fancyvrb.r65585.tar.xz) = 11884 bytes +BLAKE2s (fancyvrb.r69536.tar.xz) = a5f58a988a897b3c87c6c21deec19c390d0fd1025c71c346c74febc613b176d5 +SHA512 (fancyvrb.r69536.tar.xz) = 816a42630da356afeba3d7f0dcab924edee8a0d349412cb920a3ee21d9e1a57cc65e1655ba6759e7acd6508532f4ee059512a8997b964f923a59a57f548aabcd +Size (fancyvrb.r69536.tar.xz) = 11892 bytes Index: pkgsrc/print/tex-fancyvrb-doc/Makefile diff -u pkgsrc/print/tex-fancyvrb-doc/Makefile:1.14 pkgsrc/print/tex-fancyvrb-doc/Makefile:1.15 --- pkgsrc/print/tex-fancyvrb-doc/Makefile:1.14 Sun Apr 2 11:10:10 2023 +++ pkgsrc/print/tex-fancyvrb-doc/Makefile Sat Feb 3 23:39:48 2024 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.14 2023/04/02 11:10:10 markd Exp $ +# $NetBSD: Makefile,v 1.15 2024/02/03 23:39:48 markd Exp $ DISTNAME= fancyvrb.doc -PKGNAME= tex-${DISTNAME:S/./-/}-4.5a -TEXLIVE_REV= 65585 +PKGNAME= tex-${DISTNAME:S/./-/}-4.5c +TEXLIVE_REV= 69536 MAINTAINER= minskim@NetBSD.org HOMEPAGE= https://ctan.org/pkg/fancyvrb Index: pkgsrc/print/tex-fancyvrb-doc/distinfo diff -u pkgsrc/print/tex-fancyvrb-doc/distinfo:1.14 pkgsrc/print/tex-fancyvrb-doc/distinfo:1.15 --- pkgsrc/print/tex-fancyvrb-doc/distinfo:1.14 Sun Apr 2 11:10:10 2023 +++ pkgsrc/print/tex-fancyvrb-doc/distinfo Sat Feb 3 23:39:48 2024 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.14 2023/04/02 11:10:10 markd Exp $ +$NetBSD: distinfo,v 1.15 2024/02/03 23:39:48 markd Exp $ -BLAKE2s (fancyvrb.doc.r65585.tar.xz) = 8a2a85024a76bdb3b9794a80c890e977c33dfc1e75ef45f753958a1800eb5a53 -SHA512 (fancyvrb.doc.r65585.tar.xz) = 0b9f84e92c1dd9939b2bf7654afe4d379647ce933f33cddcd512601de9599cef5d58aec5c5bb3ec24f0eb7b3218bbe41c8c8433bd21d6c612191b1cfe4e32c58 -Size (fancyvrb.doc.r65585.tar.xz) = 179672 bytes +BLAKE2s (fancyvrb.doc.r69536.tar.xz) = effd90cca9ce7d36248127205fa87c6ad87a627d8a3f7e9b1a54710460be94bb +SHA512 (fancyvrb.doc.r69536.tar.xz) = 4dd0ce373ac1fe5b44c6e9470790e372e240f91a8b7add6ed4e0237a22a68309bf8326607679817d5b4db975a286340c469457d8ff4664a7d7a74e65e92a4a5d +Size (fancyvrb.doc.r69536.tar.xz) = 181092 bytes --_----------=_1707003589225790--