Received: by mail.netbsd.org (Postfix, from userid 605) id 9E9D184DBB; Sun, 10 May 2020 13:04:42 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 26C4C84D62 for ; Sun, 10 May 2020 13:04:42 +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 yVUPuC6ZudDn for ; Sun, 10 May 2020 13:04:41 +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 7B90C84D47 for ; Sun, 10 May 2020 13:04:41 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 798E8FB27; Sun, 10 May 2020 13:04:41 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_158911588146550" MIME-Version: 1.0 Date: Sun, 10 May 2020 13:04:41 +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: <20200510130441.798E8FB27@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. --_----------=_158911588146550 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: markd Date: Sun May 10 13:04:41 UTC 2020 Modified Files: pkgsrc/meta-pkgs/texlive-collection-pictures: Makefile Log Message: texlive-collection-pictures: update to rev 54812 To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 \ 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. --_----------=_158911588146550 Content-Disposition: inline Content-Length: 940 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.28 pkgsrc/meta-pkgs/texlive-collection-pictures/Makefile:1.29 --- pkgsrc/meta-pkgs/texlive-collection-pictures/Makefile:1.28 Sun May 10 04:13:27 2020 +++ pkgsrc/meta-pkgs/texlive-collection-pictures/Makefile Sun May 10 13:04:41 2020 @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.28 2020/05/10 04:13:27 markd Exp $ +# $NetBSD: Makefile,v 1.29 2020/05/10 13:04:41 markd Exp $ DISTNAME= collection-pictures PKGNAME= texlive-${DISTNAME}-2020pre1 CATEGORIES= meta-pkgs MASTER_SITES= # empty -TEXLIVE_REV= 54750 +TEXLIVE_REV= 54812 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://www.tug.org/texlive/ @@ -92,6 +92,7 @@ DEPENDS+= tex-here-[0-9]*:../../print/te # depend maker # depend makeshape # depend mathspic +# depend mercatormap # depend milsymb # depend miniplot # depend mkpic --_----------=_158911588146550--