Received: by mail.netbsd.org (Postfix, from userid 605) id 17D93850E5; Mon, 7 Jun 2021 00:24:39 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4BE1284D8A for ; Mon, 7 Jun 2021 00:06:15 +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 3fsBPNks8Bxu for ; Mon, 7 Jun 2021 00:06:14 +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 9A41C84CD9 for ; Mon, 7 Jun 2021 00:06:14 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8F559FA95; Mon, 7 Jun 2021 00:06:14 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1623024374157230" MIME-Version: 1.0 Date: Mon, 7 Jun 2021 00:06:14 +0000 From: "Mark Davies" Subject: CVS commit: pkgsrc/meta-pkgs/texlive-collection-basic-doc To: pkgsrc-changes@NetBSD.org Reply-To: markd@netbsd.org X-Mailer: log_accum Message-Id: <20210607000614.8F559FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1623024374157230 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: markd Date: Mon Jun 7 00:06:14 UTC 2021 Modified Files: pkgsrc/meta-pkgs/texlive-collection-basic-doc: Makefile Log Message: texlive-collection-basic-doc: remove tex-texlive-docindex-doc To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 \ pkgsrc/meta-pkgs/texlive-collection-basic-doc/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1623024374157230 Content-Disposition: inline Content-Length: 1173 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/meta-pkgs/texlive-collection-basic-doc/Makefile diff -u pkgsrc/meta-pkgs/texlive-collection-basic-doc/Makefile:1.7 pkgsrc/meta-pkgs/texlive-collection-basic-doc/Makefile:1.8 --- pkgsrc/meta-pkgs/texlive-collection-basic-doc/Makefile:1.7 Sun May 10 11:30:18 2020 +++ pkgsrc/meta-pkgs/texlive-collection-basic-doc/Makefile Mon Jun 7 00:06:14 2021 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.7 2020/05/10 11:30:18 tnn Exp $ +# $NetBSD: Makefile,v 1.8 2021/06/07 00:06:14 markd Exp $ DISTNAME= collection-basic-doc PKGNAME= texlive-${DISTNAME}-2018 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= meta-pkgs MASTER_SITES= # empty TEXLIVE_REV= 30372 @@ -35,7 +35,6 @@ DEPENDS+= tex-pdftex-doc-[0-9]*:../../pr # tex-plain doesn't have a documentation package. # tex-tex's documentation is installed by web2c. DEPENDS+= tex-texlive-common-doc-[0-9]*:../../print/tex-texlive-common-doc -DEPENDS+= tex-texlive-docindex-doc-[0-9]*:../../print/tex-texlive-docindex-doc DEPENDS+= tex-texlive-en-doc-[0-9]*:../../print/tex-texlive-en-doc # texlive-msg-translation is not needed in pkgsrc. # texlive-scripts's documentation is not needed in pkgsrc. --_----------=_1623024374157230--