Received: by mail.netbsd.org (Postfix, from userid 605) id 00E4B84D24; Sat, 5 Jun 2021 06:32:38 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3B56C84CE9 for ; Sat, 5 Jun 2021 06:32:37 +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 ZlmEnBAqHb_o for ; Sat, 5 Jun 2021 06:32:36 +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 AD01784CE8 for ; Sat, 5 Jun 2021 06:32:36 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 98F28FA95; Sat, 5 Jun 2021 06:32:36 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_162287475657590" MIME-Version: 1.0 Date: Sat, 5 Jun 2021 06:32:36 +0000 From: "Mark Davies" Subject: CVS commit: pkgsrc/print/tex-texinfo To: pkgsrc-changes@NetBSD.org Reply-To: markd@netbsd.org X-Mailer: log_accum Message-Id: <20210605063236.98F28FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_162287475657590 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: markd Date: Sat Jun 5 06:32:36 UTC 2021 Modified Files: pkgsrc/print/tex-texinfo: Makefile distinfo Log Message: tex-texinfo: update to 5.1.57911 changes unknown To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 pkgsrc/print/tex-texinfo/Makefile cvs rdiff -u -r1.15 -r1.16 pkgsrc/print/tex-texinfo/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_162287475657590 Content-Disposition: inline Content-Length: 1727 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/print/tex-texinfo/Makefile diff -u pkgsrc/print/tex-texinfo/Makefile:1.16 pkgsrc/print/tex-texinfo/Makefile:1.17 --- pkgsrc/print/tex-texinfo/Makefile:1.16 Mon Feb 15 01:23:35 2021 +++ pkgsrc/print/tex-texinfo/Makefile Sat Jun 5 06:32:36 2021 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.16 2021/02/15 01:23:35 markd Exp $ +# $NetBSD: Makefile,v 1.17 2021/06/05 06:32:36 markd Exp $ DISTNAME= texinfo -PKGNAME= tex-${DISTNAME}-5.1.57466 -TEXLIVE_REV= 57466 +PKGNAME= tex-${DISTNAME}-5.1.57911 +TEXLIVE_REV= 57911 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://ctan.org/pkg/texinfo Index: pkgsrc/print/tex-texinfo/distinfo diff -u pkgsrc/print/tex-texinfo/distinfo:1.15 pkgsrc/print/tex-texinfo/distinfo:1.16 --- pkgsrc/print/tex-texinfo/distinfo:1.15 Mon Feb 15 01:23:35 2021 +++ pkgsrc/print/tex-texinfo/distinfo Sat Jun 5 06:32:36 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.15 2021/02/15 01:23:35 markd Exp $ +$NetBSD: distinfo,v 1.16 2021/06/05 06:32:36 markd Exp $ -SHA1 (texinfo.r57466.tar.xz) = a6aa7d1b73ea825be5e9dd5f4ccd7b118ccf60fe -RMD160 (texinfo.r57466.tar.xz) = 7b84e85f612d4382852be5d17fc18c8fc17c1ed2 -SHA512 (texinfo.r57466.tar.xz) = ab35f09ee6b33f412bb08be54a304751c104e2079798cc9f287f18e8d5e2fb0b0603b71eac8225f3bf2ec516fc593ee53f2c196126e7ab33d198221bd2e1bca2 -Size (texinfo.r57466.tar.xz) = 98684 bytes +SHA1 (texinfo.r57911.tar.xz) = f14079345445b3f053d820da7b9a6e45528713c8 +RMD160 (texinfo.r57911.tar.xz) = cde8c110db1440fc328bc8653bdb6c52b1f26935 +SHA512 (texinfo.r57911.tar.xz) = 9bcff364b4f7e505f4301d54f8acd5fa248dabafe246c649abf4f229ad12c2e041935684741717e29f22a02ed3181b5619a3ddfe6e2047b16f928ab69b1b4295 +Size (texinfo.r57911.tar.xz) = 98652 bytes --_----------=_162287475657590--