Received: by mail.netbsd.org (Postfix, from userid 605) id 7175684D6D; Sun, 6 Jun 2021 23:16:51 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id AD92284D12 for ; Sun, 6 Jun 2021 23:16:50 +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 Utb0xpqu4Xnu for ; Sun, 6 Jun 2021 23:16:50 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 3299984D0E for ; Sun, 6 Jun 2021 23:16:50 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2C031FA95; Sun, 6 Jun 2021 23:16:50 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1623021410276780" MIME-Version: 1.0 Date: Sun, 6 Jun 2021 23:16:50 +0000 From: "Mark Davies" Subject: CVS commit: pkgsrc/print/tex-texlive.infra To: pkgsrc-changes@NetBSD.org Reply-To: markd@netbsd.org X-Mailer: log_accum Message-Id: <20210606231650.2C031FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1623021410276780 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: markd Date: Sun Jun 6 23:16:50 UTC 2021 Modified Files: pkgsrc/print/tex-texlive.infra: Makefile distinfo Log Message: tex-texlive.infra: update to 2021 changes unknown To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 pkgsrc/print/tex-texlive.infra/Makefile cvs rdiff -u -r1.17 -r1.18 pkgsrc/print/tex-texlive.infra/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1623021410276780 Content-Disposition: inline Content-Length: 1962 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/print/tex-texlive.infra/Makefile diff -u pkgsrc/print/tex-texlive.infra/Makefile:1.28 pkgsrc/print/tex-texlive.infra/Makefile:1.29 --- pkgsrc/print/tex-texlive.infra/Makefile:1.28 Mon May 24 19:53:50 2021 +++ pkgsrc/print/tex-texlive.infra/Makefile Sun Jun 6 23:16:49 2021 @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.28 2021/05/24 19:53:50 wiz Exp $ +# $NetBSD: Makefile,v 1.29 2021/06/06 23:16:49 markd Exp $ DISTNAME= texlive.infra -PKGNAME= tex-${DISTNAME}-2020 -PKGREVISION= 2 -TEXLIVE_REV= 54630 +PKGNAME= tex-${DISTNAME}-2021 +TEXLIVE_REV= 59352 MAINTAINER= minskim@NetBSD.org COMMENT= Basic TeX Live infrastructure Index: pkgsrc/print/tex-texlive.infra/distinfo diff -u pkgsrc/print/tex-texlive.infra/distinfo:1.17 pkgsrc/print/tex-texlive.infra/distinfo:1.18 --- pkgsrc/print/tex-texlive.infra/distinfo:1.17 Sun May 10 03:56:44 2020 +++ pkgsrc/print/tex-texlive.infra/distinfo Sun Jun 6 23:16:49 2021 @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.17 2020/05/10 03:56:44 markd Exp $ +$NetBSD: distinfo,v 1.18 2021/06/06 23:16:49 markd Exp $ -SHA1 (texlive.infra.r54630.tar.xz) = adf47b821d0bc70dfd8171d251e6fcf34c15b4ff -RMD160 (texlive.infra.r54630.tar.xz) = 465af835fe9eb94d8658c4dd6b64ac803f100baa -SHA512 (texlive.infra.r54630.tar.xz) = a1a6611b48a3a2cc7bae0455a6f8fb7c12112136951ca017e3ddcaca3f16f0198a628a5ccf2f6a43095dc3f97f639e0f4d2407901923bea1656fc4877dd764ee -Size (texlive.infra.r54630.tar.xz) = 226244 bytes +SHA1 (texlive.infra.r59352.tar.xz) = 429cc215f4250d90bd6e0cfc1d5468e859afca8d +RMD160 (texlive.infra.r59352.tar.xz) = 898d950e143a8b11af19f20545d21822729b2c91 +SHA512 (texlive.infra.r59352.tar.xz) = 318d24e48a2880488924a2beb54552f028f47397b5b75b7a606926b63ad9bb26017bbbd128ca16a7f3c7578e89047b58955d0106fb6a00c4c7085e241d5213f4 +Size (texlive.infra.r59352.tar.xz) = 230640 bytes SHA1 (patch-aa) = fa49e775842a96e0667b35fb9629cd007d043544 SHA1 (patch-ab) = e9a708b1d2df9442a30a45f8937a1560840f7be1 --_----------=_1623021410276780--