Received: by mail.netbsd.org (Postfix, from userid 605) id 4A8A884D43; Sun, 6 Aug 2017 12:16:13 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D288584D23 for ; Sun, 6 Aug 2017 12:16:12 +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 6bEHpveRYOS9 for ; Sun, 6 Aug 2017 12:16:12 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 41F2984CFB for ; Sun, 6 Aug 2017 12:16:12 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 403FFFACD; Sun, 6 Aug 2017 12:16:12 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_150202177288460" MIME-Version: 1.0 Date: Sun, 6 Aug 2017 12:16:12 +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: <20170806121612.403FFFACD@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_150202177288460 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: markd Date: Sun Aug 6 12:16:12 UTC 2017 Modified Files: pkgsrc/meta-pkgs/texlive-collection-bibtexextra: Makefile Log Message: remove comment To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 \ 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. --_----------=_150202177288460 Content-Disposition: inline Content-Length: 842 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.11 pkgsrc/meta-pkgs/texlive-collection-bibtexextra/Makefile:1.12 --- pkgsrc/meta-pkgs/texlive-collection-bibtexextra/Makefile:1.11 Sun Aug 6 12:15:21 2017 +++ pkgsrc/meta-pkgs/texlive-collection-bibtexextra/Makefile Sun Aug 6 12:16:12 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2017/08/06 12:15:21 markd Exp $ +# $NetBSD: Makefile,v 1.12 2017/08/06 12:16:12 markd Exp $ DISTNAME= collection-bibtexextra PKGNAME= texlive-${DISTNAME}-2017pre3 @@ -22,7 +22,6 @@ DEPENDS+= tex-amsrefs-[0-9]*:../../print # depend besjournals # depend bestpapers # depend bibarts -# depend biber DEPENDS+= p5-biblatex-biber-[0-9]*:../../print/p5-biblatex-biber # depend bibexport # depend bibhtml --_----------=_150202177288460--