Received: by mail.netbsd.org (Postfix, from userid 605) id 86C2184DD5; Thu, 21 May 2020 11:39:32 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0F74584DCF for ; Thu, 21 May 2020 11:39:32 +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 Ep5UnCMS3KpU for ; Thu, 21 May 2020 11:39:31 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 8608D84D72 for ; Thu, 21 May 2020 11:39:31 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 83B9AFB27; Thu, 21 May 2020 11:39:31 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_159006117136990" MIME-Version: 1.0 Date: Thu, 21 May 2020 11:39:31 +0000 From: "Mark Davies" Subject: CVS commit: pkgsrc/meta-pkgs/texlive-collection-plaingeneric To: pkgsrc-changes@NetBSD.org Reply-To: markd@netbsd.org X-Mailer: log_accum Message-Id: <20200521113931.83B9AFB27@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_159006117136990 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: markd Date: Thu May 21 11:39:31 UTC 2020 Modified Files: pkgsrc/meta-pkgs/texlive-collection-plaingeneric: Makefile Log Message: texlive-collection-plaingeneric: add tex-genmisc replacement packages To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 \ pkgsrc/meta-pkgs/texlive-collection-plaingeneric/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_159006117136990 Content-Disposition: inline Content-Length: 2364 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/meta-pkgs/texlive-collection-plaingeneric/Makefile diff -u pkgsrc/meta-pkgs/texlive-collection-plaingeneric/Makefile:1.13 pkgsrc/meta-pkgs/texlive-collection-plaingeneric/Makefile:1.14 --- pkgsrc/meta-pkgs/texlive-collection-plaingeneric/Makefile:1.13 Sun May 10 04:13:28 2020 +++ pkgsrc/meta-pkgs/texlive-collection-plaingeneric/Makefile Thu May 21 11:39:31 2020 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.13 2020/05/10 04:13:28 markd Exp $ +# $NetBSD: Makefile,v 1.14 2020/05/21 11:39:31 markd Exp $ DISTNAME= collection-plaingeneric -PKGNAME= texlive-${DISTNAME}-2020pre1 +PKGNAME= texlive-${DISTNAME}-2020pre2 CATEGORIES= meta-pkgs MASTER_SITES= # empty TEXLIVE_REV= 54723 @@ -23,7 +23,7 @@ DEPENDS+= tex-apnum>=1.1:../../math/tex- # depend catcodes # depend chronosys # depend colorsep -# depend compare +DEPENDS+= tex-compare-[0-9]*:../../print/tex-compare # depend cweb-old # depend dinat # depend dirtree @@ -59,7 +59,7 @@ DEPENDS+= tex-kastrup>=2010:../../math/t DEPENDS+= tex-lambda-lists-[0-9]*:../../print/tex-lambda-lists # depend langcode # depend lecturer -# depend letterspacing +DEPENDS+= tex-letterspacing-[0-9]*:../../print/tex-letterspacing # depend librarian DEPENDS+= tex-listofitems-[0-9]*:../../print/tex-listofitems DEPENDS+= tex-mathdots-[0-9]*:../../print/tex-mathdots @@ -70,10 +70,10 @@ DEPENDS+= tex-mkpattern-[0-9]*:../../pri DEPENDS+= tex-multido>=1.42:../../devel/tex-multido # depend navigator DEPENDS+= tex-newsletr-[0-9]*:../../print/tex-newsletr -# depend nth +DEPENDS+= tex-nth-[0-9]*:../../print/tex-nth # depend ofs # depend olsak-misc -# depend outerhbox +DEPENDS+= tex-outerhbox-[0-9]*:../../print/tex-outerhbox DEPENDS+= tex-path>=3.05:../../print/tex-path # depend pdf-trans DEPENDS+= tex-pitex-[0-9]*:../../print/tex-pitex @@ -84,14 +84,14 @@ DEPENDS+= tex-plnfss-[0-9]*:../../print/ DEPENDS+= tex-plstmary-[0-9]*:../../print/tex-plstmary # depend poormanlog DEPENDS+= tex-present-[0-9]*:../../print/tex-present -# depend random +DEPENDS+= tex-random-[0-9]*:../../print/tex-random # depend randomlist DEPENDS+= tex-resumemac-[0-9]*:../../print/tex-resumemac # depend ruler # depend schemata # depend shade # depend simplekv -# depend swrule +DEPENDS+= tex-swrule-[0-9]*:../../print/tex-swrule # depend systeme # depend tabto-generic # depend termmenu --_----------=_159006117136990--