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 5BE747A106 for ; Sun, 7 Aug 2016 10:54:54 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id CBE2685EC3; Sun, 7 Aug 2016 10:54:53 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5B46885E62 for ; Sun, 7 Aug 2016 10:54:53 +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 Jjm6o0z6c48G for ; Sun, 7 Aug 2016 10:54:52 +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 E2B8484CF5 for ; Sun, 7 Aug 2016 10:54:52 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D903CFBC3; Sun, 7 Aug 2016 10:54:52 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1470567292174250" MIME-Version: 1.0 Date: Sun, 7 Aug 2016 10:54:52 +0000 From: "Mark Davies" Subject: CVS commit: pkgsrc/meta-pkgs/texlive-collection-bibtexextra To: pkgsrc-changes@NetBSD.org Reply-To: markd@netbsd.org X-Mailer: log_accum Message-Id: <20160807105452.D903CFBC3@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. --_----------=_1470567292174250 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:54:52 UTC 2016 Modified Files: pkgsrc/meta-pkgs/texlive-collection-bibtexextra: Makefile Log Message: Update to texlive rev 41634 To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 \ pkgsrc/meta-pkgs/texlive-collection-bibtexextra/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1470567292174250 Content-Disposition: inline Content-Length: 1554 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/meta-pkgs/texlive-collection-bibtexextra/Makefile diff -u pkgsrc/meta-pkgs/texlive-collection-bibtexextra/Makefile:1.6 pkgsrc/meta-pkgs/texlive-collection-bibtexextra/Makefile:1.7 --- pkgsrc/meta-pkgs/texlive-collection-bibtexextra/Makefile:1.6 Sat Jul 9 06:38:34 2016 +++ pkgsrc/meta-pkgs/texlive-collection-bibtexextra/Makefile Sun Aug 7 10:54:52 2016 @@ -1,11 +1,10 @@ -# $NetBSD: Makefile,v 1.6 2016/07/09 06:38:34 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2016/08/07 10:54:52 markd Exp $ DISTNAME= collection-bibtexextra -PKGNAME= texlive-${DISTNAME}-2016pre1 -PKGREVISION= 1 +PKGNAME= texlive-${DISTNAME}-2016pre2 CATEGORIES= meta-pkgs MASTER_SITES= # empty -TEXLIVE_REV= 41149 +TEXLIVE_REV= 41634 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.tug.org/texlive/ @@ -41,6 +40,7 @@ DEPENDS+= tex-biblatex-[0-9]*:../../prin # depend biblatex-gost # depend biblatex-historian # depend biblatex-ieee +# depend biblatex-ijsra # depend biblatex-iso690 # depend biblatex-juradiss # depend biblatex-luh-ipw @@ -51,6 +51,7 @@ DEPENDS+= tex-biblatex-[0-9]*:../../prin # depend biblatex-musuos # depend biblatex-nature # depend biblatex-nejm +# depend biblatex-nottsclassic # depend biblatex-opcit-booktitle # depend biblatex-philosophy # depend biblatex-phys @@ -94,6 +95,7 @@ DEPENDS+= tex-footbib-[0-9]*:../../print DEPENDS+= tex-harvard-[0-9]*:../../print/tex-harvard # depend harvmac # depend historische-zeitschrift +# depend ietfbibs # depend ijqc # depend inlinebib # depend iopart-num --_----------=_1470567292174250--