Received: by mail.netbsd.org (Postfix, from userid 605) id C0F9F84DA3; Sun, 15 Oct 2017 20:48:29 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4DC4984DA1 for ; Sun, 15 Oct 2017 20:48:29 +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 lCN3DuHQnIV6 for ; Sun, 15 Oct 2017 20:48:28 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id A8FEB84CDC for ; Sun, 15 Oct 2017 20:48:28 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A4A19FBC7; Sun, 15 Oct 2017 20:48:28 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_150810050854840" MIME-Version: 1.0 Date: Sun, 15 Oct 2017 20:48:28 +0000 From: "Mark Davies" Subject: CVS commit: pkgsrc/meta-pkgs/texlive-collection-pictures To: pkgsrc-changes@NetBSD.org Reply-To: markd@netbsd.org X-Mailer: log_accum Message-Id: <20171015204828.A4A19FBC7@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. --_----------=_150810050854840 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: markd Date: Sun Oct 15 20:48:28 UTC 2017 Modified Files: pkgsrc/meta-pkgs/texlive-collection-pictures: Makefile Log Message: texlive-collection-pictures: add tex-tkz-{base,fct} To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 \ pkgsrc/meta-pkgs/texlive-collection-pictures/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_150810050854840 Content-Disposition: inline Content-Length: 1136 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/meta-pkgs/texlive-collection-pictures/Makefile diff -u pkgsrc/meta-pkgs/texlive-collection-pictures/Makefile:1.17 pkgsrc/meta-pkgs/texlive-collection-pictures/Makefile:1.18 --- pkgsrc/meta-pkgs/texlive-collection-pictures/Makefile:1.17 Thu Oct 12 10:08:24 2017 +++ pkgsrc/meta-pkgs/texlive-collection-pictures/Makefile Sun Oct 15 20:48:28 2017 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.17 2017/10/12 10:08:24 markd Exp $ +# $NetBSD: Makefile,v 1.18 2017/10/15 20:48:28 markd Exp $ DISTNAME= collection-pictures -PKGNAME= texlive-${DISTNAME}-2017pre3 +PKGNAME= texlive-${DISTNAME}-2017pre4 CATEGORIES= meta-pkgs MASTER_SITES= # empty TEXLIVE_REV= 45417 @@ -158,11 +158,11 @@ DEPENDS+= tex-tikzscale-[0-9]*:../../gra DEPENDS+= tex-tikzsymbols-[0-9]*:../../graphics/tex-tikzsymbols # depend timing-diagrams # depend tqft -# depend tkz-base +DEPENDS+= tex-tkz-base-[0-9]*:../../graphics/tex-tkz-base # depend tkz-berge # depend tkz-doc # depend tkz-euclide -# depend tkz-fct +DEPENDS+= tex-tkz-fct-[0-9]*:../../graphics/tex-tkz-fct # depend tkz-graph # depend tkz-kiviat # depend tkz-linknodes --_----------=_150810050854840--