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 44AE37A27D for ; Sun, 7 Aug 2016 11:32:00 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id E455585ECD; Sun, 7 Aug 2016 11:31:59 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7603185E62 for ; Sun, 7 Aug 2016 11:31:59 +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 dn0jZO3c0sIc for ; Sun, 7 Aug 2016 11:31:59 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 051BB85DFE for ; Sun, 7 Aug 2016 11:31:59 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id EFABFFBC3; Sun, 7 Aug 2016 11:31:58 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1470569518274700" MIME-Version: 1.0 Date: Sun, 7 Aug 2016 11:31:58 +0000 From: "Mark Davies" Subject: CVS commit: pkgsrc/meta-pkgs/texlive-collection-publishers To: pkgsrc-changes@NetBSD.org Reply-To: markd@netbsd.org X-Mailer: log_accum Message-Id: <20160807113158.EFABFFBC3@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. --_----------=_1470569518274700 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:31:58 UTC 2016 Modified Files: pkgsrc/meta-pkgs/texlive-collection-publishers: Makefile Log Message: Update to texlive rev 41769 To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 \ pkgsrc/meta-pkgs/texlive-collection-publishers/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1470569518274700 Content-Disposition: inline Content-Length: 1862 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/meta-pkgs/texlive-collection-publishers/Makefile diff -u pkgsrc/meta-pkgs/texlive-collection-publishers/Makefile:1.6 pkgsrc/meta-pkgs/texlive-collection-publishers/Makefile:1.7 --- pkgsrc/meta-pkgs/texlive-collection-publishers/Makefile:1.6 Thu Jun 16 04:03:16 2016 +++ pkgsrc/meta-pkgs/texlive-collection-publishers/Makefile Sun Aug 7 11:31:58 2016 @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.6 2016/06/16 04:03:16 markd Exp $ +# $NetBSD: Makefile,v 1.7 2016/08/07 11:31:58 markd Exp $ DISTNAME= collection-publishers -PKGNAME= texlive-${DISTNAME}-2016pre1 +PKGNAME= texlive-${DISTNAME}-2016pre2 CATEGORIES= meta-pkgs MASTER_SITES= # empty -TEXLIVE_REV= 41010 +TEXLIVE_REV= 41769 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.tug.org/texlive/ @@ -34,6 +34,7 @@ DEPENDS+= tex-arsclassica-[0-9]*:../../p # depend articleingud # depend asaetr # depend ascelike +# depend aucklandthesis # depend bangorcsthesis # depend beamer-FUBerlin # depend beamer-verona @@ -46,6 +47,7 @@ DEPENDS+= tex-arsclassica-[0-9]*:../../p # depend cleanthesis # depend cmpj # depend confproc +# depend cquthesis # depend dccpaper # depend dithesis # depend ebook @@ -70,9 +72,11 @@ DEPENDS+= tex-elsarticle-[0-9]*:../../pr # depend h2020proposal # depend har2nat # depend hobete +# depend hustthesis # depend icsv # depend ieeepes # depend ijmart +# depend ijsra # depend imac # depend imtekda # depend jacow @@ -94,6 +98,7 @@ DEPENDS+= tex-elsarticle-[0-9]*:../../pr # depend muthesis # depend mynsfc # depend nature +# depend navydocs # depend nddiss # depend ndsu-thesis # depend nwejm @@ -153,6 +158,7 @@ DEPENDS+= tex-toptesi-[0-9]*:../../print # depend uiucredborder # depend uiucthesis # depend ulthese +# depend umbclegislation # depend umthesis # depend umich-thesis # depend unamth-template --_----------=_1470569518274700--