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 84AAD7A2B2 for ; Sun, 19 Jun 2016 21:14:38 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 376B385EEA; Sun, 19 Jun 2016 21:14:38 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id BC7FE85EDC for ; Sun, 19 Jun 2016 21:14:37 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id PnrOVctY9Wkw for ; Sun, 19 Jun 2016 21:14:37 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 231E684CEC for ; Sun, 19 Jun 2016 21:14:37 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A0A7CFBB5; Sun, 19 Jun 2016 21:14:35 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1466370875170960" MIME-Version: 1.0 Date: Sun, 19 Jun 2016 21:14:35 +0000 From: "Mark Davies" Subject: CVS commit: pkgsrc/print/tex-xcolor To: pkgsrc-changes@NetBSD.org Reply-To: markd@netbsd.org X-Mailer: log_accum Message-Id: <20160619211435.A0A7CFBB5@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. --_----------=_1466370875170960 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: markd Date: Sun Jun 19 21:14:35 UTC 2016 Modified Files: pkgsrc/print/tex-xcolor: Makefile Log Message: Add dependency on tex-graphics-cfg To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 pkgsrc/print/tex-xcolor/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1466370875170960 Content-Disposition: inline Content-Length: 782 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/print/tex-xcolor/Makefile diff -u pkgsrc/print/tex-xcolor/Makefile:1.4 pkgsrc/print/tex-xcolor/Makefile:1.5 --- pkgsrc/print/tex-xcolor/Makefile:1.4 Thu Jun 16 04:06:18 2016 +++ pkgsrc/print/tex-xcolor/Makefile Sun Jun 19 21:14:35 2016 @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.4 2016/06/16 04:06:18 markd Exp $ +# $NetBSD: Makefile,v 1.5 2016/06/19 21:14:35 markd Exp $ DISTNAME= xcolor PKGNAME= tex-${DISTNAME}-2.12 +PKGREVISION= 1 TEXLIVE_REV= 41044 MAINTAINER= pkgsrc-users@NetBSD.org @@ -9,6 +10,7 @@ COMMENT= Driver-independent color extens LICENSE= lppl-1.2 CONFLICTS+= teTeX-texmf<=3.0nb22 +DEPENDS+= tex-graphics-cfg-[0-9]*:../../print/tex-graphics-cfg .include "../../print/texlive/package.mk" .include "../../mk/bsd.pkg.mk" --_----------=_1466370875170960--