Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 55FA07A218 for ; Fri, 20 Jan 2017 23:09:58 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id DC63B855B8; Fri, 20 Jan 2017 23:09:57 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6B6A2855B6 for ; Fri, 20 Jan 2017 23:09:57 +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 RcUN29qUDAnm for ; Fri, 20 Jan 2017 23:09:57 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id C9BB184CE7 for ; Fri, 20 Jan 2017 23:09:56 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C4C36FBA6; Fri, 20 Jan 2017 23:09:56 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1484953796179380" MIME-Version: 1.0 Date: Fri, 20 Jan 2017 23:09:56 +0000 From: "Mark Davies" Subject: CVS commit: pkgsrc/meta-pkgs/texlive-collection-metapost To: pkgsrc-changes@NetBSD.org Reply-To: markd@netbsd.org X-Mailer: log_accum Message-Id: <20170120230956.C4C36FBA6@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1484953796179380 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: markd Date: Fri Jan 20 23:09:56 UTC 2017 Modified Files: pkgsrc/meta-pkgs/texlive-collection-metapost: Makefile Log Message: Add tex-mparrows to complete collection. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 \ pkgsrc/meta-pkgs/texlive-collection-metapost/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1484953796179380 Content-Disposition: inline Content-Length: 1171 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/meta-pkgs/texlive-collection-metapost/Makefile diff -u pkgsrc/meta-pkgs/texlive-collection-metapost/Makefile:1.6 pkgsrc/meta-pkgs/texlive-collection-metapost/Makefile:1.7 --- pkgsrc/meta-pkgs/texlive-collection-metapost/Makefile:1.6 Thu Jun 16 04:03:15 2016 +++ pkgsrc/meta-pkgs/texlive-collection-metapost/Makefile Fri Jan 20 23:09:56 2017 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2016/06/16 04:03:15 markd Exp $ +# $NetBSD: Makefile,v 1.7 2017/01/20 23:09:56 markd Exp $ DISTNAME= collection-metapost -PKGNAME= texlive-${DISTNAME}-2016pre1 +PKGNAME= texlive-${DISTNAME}-2016 CATEGORIES= meta-pkgs MASTER_SITES= # empty TEXLIVE_REV= 39729 @@ -39,7 +39,7 @@ DEPENDS+= tex-metauml-[0-9]*:../../graph DEPENDS+= tex-mfpic-[0-9]*:../../graphics/tex-mfpic DEPENDS+= tex-mfpic4ode-[0-9]*:../../graphics/tex-mfpic4ode DEPENDS+= tex-mp3d-[0-9]*:../../graphics/tex-mp3d -# depend mparrows +DEPENDS+= tex-mparrows-[0-9]*:../../graphics/tex-mparrows DEPENDS+= tex-mpattern-[0-9]*:../../graphics/tex-mpattern DEPENDS+= tex-mpcolornames-[0-9]*:../../graphics/tex-mpcolornames DEPENDS+= tex-mpgraphics-[0-9]*:../../graphics/tex-mpgraphics --_----------=_1484953796179380--