Received: by mail.netbsd.org (Postfix, from userid 605) id A372084DD2; Mon, 15 Feb 2021 04:01:11 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DD81684D2F for ; Mon, 15 Feb 2021 04:01:10 +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 yzuDwcCJlzAO for ; Mon, 15 Feb 2021 04:01:10 +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 5ED3484CDB for ; Mon, 15 Feb 2021 04:01:10 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 56410FA95; Mon, 15 Feb 2021 04:01:10 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1613361670226880" MIME-Version: 1.0 Date: Mon, 15 Feb 2021 04:01:10 +0000 From: "Mark Davies" Subject: CVS commit: pkgsrc/print/tex-texdoc-doc To: pkgsrc-changes@NetBSD.org Reply-To: markd@netbsd.org X-Mailer: log_accum Message-Id: <20210215040110.56410FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1613361670226880 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: markd Date: Mon Feb 15 04:01:10 UTC 2021 Modified Files: pkgsrc/print/tex-texdoc-doc: Makefile distinfo Log Message: tex-texdoc-doc: update to 3.2.2 (actually commit it) To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 pkgsrc/print/tex-texdoc-doc/Makefile cvs rdiff -u -r1.9 -r1.10 pkgsrc/print/tex-texdoc-doc/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1613361670226880 Content-Disposition: inline Content-Length: 1958 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/print/tex-texdoc-doc/Makefile diff -u pkgsrc/print/tex-texdoc-doc/Makefile:1.10 pkgsrc/print/tex-texdoc-doc/Makefile:1.11 --- pkgsrc/print/tex-texdoc-doc/Makefile:1.10 Tue May 5 12:01:04 2020 +++ pkgsrc/print/tex-texdoc-doc/Makefile Mon Feb 15 04:01:10 2021 @@ -1,15 +1,13 @@ -# $NetBSD: Makefile,v 1.10 2020/05/05 12:01:04 markd Exp $ +# $NetBSD: Makefile,v 1.11 2021/02/15 04:01:10 markd Exp $ DISTNAME= texdoc.doc -PKGNAME= tex-${DISTNAME:S/./-/}-2020 -TEXLIVE_REV= 53859 +PKGNAME= tex-${DISTNAME:S/./-/}-3.2.2 +TEXLIVE_REV= 56358 MAINTAINER= minskim@NetBSD.org HOMEPAGE= https://ctan.org/pkg/texdoc COMMENT= Documentation for tex-texdoc LICENSE= gnu-gpl-v2 -CONFLICTS+= texlive-tetex<2011nb1 - .include "../../print/texlive/package.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/print/tex-texdoc-doc/distinfo diff -u pkgsrc/print/tex-texdoc-doc/distinfo:1.9 pkgsrc/print/tex-texdoc-doc/distinfo:1.10 --- pkgsrc/print/tex-texdoc-doc/distinfo:1.9 Tue May 5 12:01:04 2020 +++ pkgsrc/print/tex-texdoc-doc/distinfo Mon Feb 15 04:01:10 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.9 2020/05/05 12:01:04 markd Exp $ +$NetBSD: distinfo,v 1.10 2021/02/15 04:01:10 markd Exp $ -SHA1 (texdoc.doc.r53859.tar.xz) = fea00617771c82faadee5fb1e887bcfded3e7414 -RMD160 (texdoc.doc.r53859.tar.xz) = fd82c3cccd54aa6b571ffb66f569b90fca719d42 -SHA512 (texdoc.doc.r53859.tar.xz) = 54931eb9882415f2182fed56b4905c723bb0df1444b1e2af939e2b6093ed9acceba6af7d46d6aceeac853686a57e366c13ab76da05f18469da61c36588ce66c1 -Size (texdoc.doc.r53859.tar.xz) = 132412 bytes +SHA1 (texdoc.doc.r56358.tar.xz) = 399e2c1ca7f27cc3d69ac1d57f686c1eb50c00d1 +RMD160 (texdoc.doc.r56358.tar.xz) = 440374de454f590456cf4e2b91e98dbe6631c4e2 +SHA512 (texdoc.doc.r56358.tar.xz) = 798d915aa45428f14f281143f8dae0e7763002b3f4ee9f2292cf55f14e56616d314610208b7f50f78f45d1d7be1e2555ac1b5671e683d04af3321876b1c7f823 +Size (texdoc.doc.r56358.tar.xz) = 132780 bytes --_----------=_1613361670226880--