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 533EC7A269 for ; Sun, 7 Aug 2016 10:51:22 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id EFEF085EC3; Sun, 7 Aug 2016 10:51:21 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7F35584CF5 for ; Sun, 7 Aug 2016 10:51:21 +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 zbjPGOdc0Uqq for ; Sun, 7 Aug 2016 10:51:21 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 1286E85E62 for ; Sun, 7 Aug 2016 10:51:21 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0D46EFBC3; Sun, 7 Aug 2016 10:51:21 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1470567081281670" MIME-Version: 1.0 Date: Sun, 7 Aug 2016 10:51:21 +0000 From: "Mark Davies" Subject: CVS commit: pkgsrc/meta-pkgs/texlive-collection-basic To: pkgsrc-changes@NetBSD.org Reply-To: markd@netbsd.org X-Mailer: log_accum Message-Id: <20160807105121.0D46EFBC3@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. --_----------=_1470567081281670 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: markd Date: Sun Aug 7 10:51:20 UTC 2016 Modified Files: pkgsrc/meta-pkgs/texlive-collection-basic: Makefile Log Message: Update to 2016.41616 Adjust for tex-graphics-def To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 pkgsrc/meta-pkgs/texlive-collection-basic/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1470567081281670 Content-Disposition: inline Content-Length: 1531 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/meta-pkgs/texlive-collection-basic/Makefile diff -u pkgsrc/meta-pkgs/texlive-collection-basic/Makefile:1.5 pkgsrc/meta-pkgs/texlive-collection-basic/Makefile:1.6 --- pkgsrc/meta-pkgs/texlive-collection-basic/Makefile:1.5 Thu Jun 16 04:03:13 2016 +++ pkgsrc/meta-pkgs/texlive-collection-basic/Makefile Sun Aug 7 10:51:20 2016 @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.5 2016/06/16 04:03:13 markd Exp $ +# $NetBSD: Makefile,v 1.6 2016/08/07 10:51:20 markd Exp $ DISTNAME= collection-basic -PKGNAME= texlive-${DISTNAME}-2016 +PKGNAME= texlive-${DISTNAME}-2016.41616 CATEGORIES= meta-pkgs MASTER_SITES= # empty -TEXLIVE_REV= 41149 +TEXLIVE_REV= 41616 MAINTAINER= minskim@NetBSD.org HOMEPAGE= http://www.tug.org/texlive/ @@ -15,12 +15,12 @@ DEPENDS+= tex-amsfonts>=3.04:../../fonts DEPENDS+= tex-bibtex>=0.99dnb1:../../print/tex-bibtex DEPENDS+= tex-cm>=2013:../../fonts/tex-cm DEPENDS+= tex-dvipdfmx>=2013:../../print/tex-dvipdfmx -DEPENDS+= tex-dvipdfmx-def>=3.3:../../print/tex-dvipdfmx-def DEPENDS+= tex-dvips>=2013:../../print/tex-dvips DEPENDS+= tex-enctex>=2013:../../print/tex-enctex DEPENDS+= tex-etex>=2.1.31600:../../print/tex-etex DEPENDS+= tex-etex-pkg>=2.0:../../print/tex-etex-pkg DEPENDS+= tex-glyphlist>=2.95:../../fonts/tex-glyphlist +DEPENDS+= tex-graphics-def>=2016:../../print/tex-graphics-def DEPENDS+= gsftopkk>=1.19.2nb4:../../fonts/gsftopkk DEPENDS+= tex-hyph-utf8>=2013:../../print/tex-hyph-utf8 DEPENDS+= tex-hyphen-base>=2013:../../print/tex-hyphen-base --_----------=_1470567081281670--