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 76B187A106 for ; Sun, 7 Aug 2016 11:05:45 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id E0FE785EC5; Sun, 7 Aug 2016 11:05:44 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 72F1285E62 for ; Sun, 7 Aug 2016 11:05:44 +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 49KQvGQsGdnY for ; Sun, 7 Aug 2016 11:05:44 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id D108185DFE for ; Sun, 7 Aug 2016 11:05:43 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id CC149FBC3; Sun, 7 Aug 2016 11:05:43 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1470567943283410" MIME-Version: 1.0 Date: Sun, 7 Aug 2016 11:05:43 +0000 From: "Mark Davies" Subject: CVS commit: pkgsrc/meta-pkgs/texlive-collection-genericextra To: pkgsrc-changes@NetBSD.org Reply-To: markd@netbsd.org X-Mailer: log_accum Message-Id: <20160807110543.CC149FBC3@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. --_----------=_1470567943283410 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: markd Date: Sun Aug 7 11:05:43 UTC 2016 Modified Files: pkgsrc/meta-pkgs/texlive-collection-genericextra: Makefile Log Message: Update to texlive rev 41695 To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 \ pkgsrc/meta-pkgs/texlive-collection-genericextra/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1470567943283410 Content-Disposition: inline Content-Length: 1055 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/meta-pkgs/texlive-collection-genericextra/Makefile diff -u pkgsrc/meta-pkgs/texlive-collection-genericextra/Makefile:1.5 pkgsrc/meta-pkgs/texlive-collection-genericextra/Makefile:1.6 --- pkgsrc/meta-pkgs/texlive-collection-genericextra/Makefile:1.5 Thu Jun 16 04:03:13 2016 +++ pkgsrc/meta-pkgs/texlive-collection-genericextra/Makefile Sun Aug 7 11:05:43 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 11:05:43 markd Exp $ DISTNAME= collection-genericextra -PKGNAME= texlive-${DISTNAME}-2016pre1 +PKGNAME= texlive-${DISTNAME}-2016pre2 CATEGORIES= meta-pkgs MASTER_SITES= # empty -TEXLIVE_REV= 39964 +TEXLIVE_REV= 41695 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.tug.org/texlive/ @@ -46,8 +46,10 @@ DEPENDS+= tex-mathdots-[0-9]*:../../prin # depend midnight # depend navigator # depend ofs +# depend olsak-misc # depend pdf-trans # depend plainpkg +# depend randomlist # depend schemata # depend shade # depend systeme --_----------=_1470567943283410--