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 045477A2B2 for ; Sun, 19 Jun 2016 21:11:46 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id AB6A685EEA; Sun, 19 Jun 2016 21:11:45 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3D66F85EDC for ; Sun, 19 Jun 2016 21:11:45 +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 ZbyG_OH1OeL5 for ; Sun, 19 Jun 2016 21:11:44 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id A147584CEC for ; Sun, 19 Jun 2016 21:11:44 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9F2ECFBB5; Sun, 19 Jun 2016 21:11:44 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1466370704148620" MIME-Version: 1.0 Date: Sun, 19 Jun 2016 21:11:44 +0000 From: "Mark Davies" Subject: CVS commit: pkgsrc/print/tex-graphics To: pkgsrc-changes@NetBSD.org Reply-To: markd@netbsd.org X-Mailer: log_accum Message-Id: <20160619211144.9F2ECFBB5@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. --_----------=_1466370704148620 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:11:44 UTC 2016 Modified Files: pkgsrc/print/tex-graphics: Makefile Log Message: Add dependency on tex-graphics-cfg To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 pkgsrc/print/tex-graphics/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1466370704148620 Content-Disposition: inline Content-Length: 813 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/print/tex-graphics/Makefile diff -u pkgsrc/print/tex-graphics/Makefile:1.9 pkgsrc/print/tex-graphics/Makefile:1.10 --- pkgsrc/print/tex-graphics/Makefile:1.9 Thu Jun 16 04:06:04 2016 +++ pkgsrc/print/tex-graphics/Makefile Sun Jun 19 21:11:44 2016 @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.9 2016/06/16 04:06:04 markd Exp $ +# $NetBSD: Makefile,v 1.10 2016/06/19 21:11:44 markd Exp $ DISTNAME= graphics PKGNAME= tex-${DISTNAME}-1.0r +PKGREVISION= 1 TEXLIVE_REV= 41015 MAINTAINER= minskim@NetBSD.org @@ -10,6 +11,7 @@ COMMENT= Standard LaTeX graphics LICENSE= lppl-1.3c CONFLICTS+= teTeX-texmf<=3.0nb13 +DEPENDS+= tex-graphics-cfg-[0-9]*:../../print/tex-graphics-cfg DEPENDS+= tex-pdftex-def-[0-9]*:../../print/tex-pdftex-def .include "../../print/texlive/package.mk" --_----------=_1466370704148620--