Received: by mail.netbsd.org (Postfix, from userid 605) id 987FA84DC8; Thu, 12 Oct 2017 10:47:52 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 29C7084D33 for ; Thu, 12 Oct 2017 10:47:52 +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 5OtCKLrTsezu for ; Thu, 12 Oct 2017 10:47:51 +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 B03B884CE3 for ; Thu, 12 Oct 2017 10:47:51 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id AB8C0FBC7; Thu, 12 Oct 2017 10:47:51 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_150780527140750" MIME-Version: 1.0 Date: Thu, 12 Oct 2017 10:47:51 +0000 From: "Mark Davies" Subject: CVS commit: pkgsrc/meta-pkgs/texlive-collection-mathscience To: pkgsrc-changes@NetBSD.org Reply-To: markd@netbsd.org X-Mailer: log_accum Message-Id: <20171012104751.AB8C0FBC7@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. --_----------=_150780527140750 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: markd Date: Thu Oct 12 10:47:51 UTC 2017 Modified Files: pkgsrc/meta-pkgs/texlive-collection-mathscience: Makefile Log Message: texlive-collection-mathscience: note new packages To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 \ pkgsrc/meta-pkgs/texlive-collection-mathscience/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_150780527140750 Content-Disposition: inline Content-Length: 1725 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/meta-pkgs/texlive-collection-mathscience/Makefile diff -u pkgsrc/meta-pkgs/texlive-collection-mathscience/Makefile:1.3 pkgsrc/meta-pkgs/texlive-collection-mathscience/Makefile:1.4 --- pkgsrc/meta-pkgs/texlive-collection-mathscience/Makefile:1.3 Thu Aug 24 02:40:56 2017 +++ pkgsrc/meta-pkgs/texlive-collection-mathscience/Makefile Thu Oct 12 10:47:51 2017 @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.3 2017/08/24 02:40:56 markd Exp $ +# $NetBSD: Makefile,v 1.4 2017/10/12 10:47:51 markd Exp $ DISTNAME= collection-mathscience PKGNAME= texlive-${DISTNAME}-2017pre2 CATEGORIES= meta-pkgs MASTER_SITES= # empty -TEXLIVE_REV= 44906 +TEXLIVE_REV= 45511 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.tug.org/texlive/ @@ -17,6 +17,7 @@ DEPENDS+= texlive-collection-latex-[0-9] DEPENDS+= tex-SIstyle-[0-9]*:../../print/tex-SIstyle DEPENDS+= tex-SIunits-[0-9]*:../../print/tex-SIunits # depend alg +# depend algobox DEPENDS+= tex-algorithm2e-[0-9]*:../../print/tex-algorithm2e DEPENDS+= tex-algorithmicx-[0-9]*:../../print/tex-algorithmicx DEPENDS+= tex-algorithms-[0-9]*:../../print/tex-algorithms @@ -62,6 +63,7 @@ DEPENDS+= tex-concrete-[0-9]*:../../font # depend delimseasy # depend diffcoeff # depend digiconfigs +# depend dijkstra # depend drawmatrix # depend drawstack # depend dyntree @@ -72,6 +74,7 @@ DEPENDS+= tex-concrete-[0-9]*:../../font # depend endiagram # depend engtlc # depend eqnarray +# depend eqnnumwarn # depend extarrows # depend extpfeil # depend faktor @@ -167,6 +170,7 @@ DEPENDS+= tex-stmaryrd-[0-9]*:../../font # depend ulqda # depend unitsdef # depend venn +# depend witharrows # depend xymtex # depend yhmath # depend youngtab --_----------=_150780527140750--