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 7F0627A285 for ; Tue, 20 Sep 2016 13:32:21 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id E707585E9D; Tue, 20 Sep 2016 13:32:20 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 77D7F85E87 for ; Tue, 20 Sep 2016 13:32:20 +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 CF-78PIvjeVJ for ; Tue, 20 Sep 2016 13:32:20 +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 0D32B85E6F for ; Tue, 20 Sep 2016 13:32:20 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 08682FBD1; Tue, 20 Sep 2016 13:32:20 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1474378340259930" MIME-Version: 1.0 Date: Tue, 20 Sep 2016 13:32:20 +0000 From: "Mark Davies" Subject: CVS commit: pkgsrc/meta-pkgs/texlive-collection-langpolish To: pkgsrc-changes@NetBSD.org Reply-To: markd@netbsd.org X-Mailer: log_accum Message-Id: <20160920133220.08682FBD1@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. --_----------=_1474378340259930 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: markd Date: Tue Sep 20 13:32:19 UTC 2016 Modified Files: pkgsrc/meta-pkgs/texlive-collection-langpolish: Makefile Log Message: Add newly added packages To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 \ pkgsrc/meta-pkgs/texlive-collection-langpolish/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1474378340259930 Content-Disposition: inline Content-Length: 1741 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/meta-pkgs/texlive-collection-langpolish/Makefile diff -u pkgsrc/meta-pkgs/texlive-collection-langpolish/Makefile:1.5 pkgsrc/meta-pkgs/texlive-collection-langpolish/Makefile:1.6 --- pkgsrc/meta-pkgs/texlive-collection-langpolish/Makefile:1.5 Thu Jun 16 04:03:15 2016 +++ pkgsrc/meta-pkgs/texlive-collection-langpolish/Makefile Tue Sep 20 13:32:19 2016 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2016/06/16 04:03:15 markd Exp $ +# $NetBSD: Makefile,v 1.6 2016/09/20 13:32:19 markd Exp $ DISTNAME= collection-langpolish -PKGNAME= texlive-${DISTNAME}-2016pre1 +PKGNAME= texlive-${DISTNAME}-2016pre2 CATEGORIES= meta-pkgs MASTER_SITES= # empty TEXLIVE_REV= 30372 @@ -14,21 +14,21 @@ DEPENDS+= texlive-collection-latex-[0-9] DEPENDS+= texlive-collection-basic-[0-9]*:../../meta-pkgs/texlive-collection-basic DEPENDS+= tex-babel-polish-[0-9]*:../../print/tex-babel-polish -# depend cc-pl +DEPENDS+= tex-cc-pl-[0-9]*:../../fonts/tex-cc-pl DEPENDS+= tex-gustlib-[0-9]*:../../print/tex-gustlib # gustprog is documentation only DEPENDS+= tex-hyphen-polish-[0-9]*:../../print/tex-hyphen-polish # lshort-polish is documentation only -# depend mex -# depend mwcls +DEPENDS+= tex-mex-[0-9]*:../../print/tex-mex +DEPENDS+= tex-mwcls-[0-9]*:../../print/tex-mwcls DEPENDS+= tex-pl-[0-9]*:../../fonts/tex-pl -# depend polski +DEPENDS+= tex-polski-[0-9]*:../../print/tex-polski # depend przechlewski-book -# depend qpxqtx -# depend tap +DEPENDS+= tex-qpxqtx-[0-9]*:../../fonts/tex-qpxqtx +DEPENDS+= tex-tap-[0-9]*:../../print/tex-tap # tex-virtual-academy-pl is documentation only # texlive-pl is documentation only -# depend utf8mex +DEPENDS+= tex-utf8mex-[0-9]*:../../print/tex-utf8mex META_PACKAGE= yes --_----------=_1474378340259930--