Received: by mail.netbsd.org (Postfix, from userid 605) id 5E41F84ED4; Sun, 11 Aug 2019 10:06:14 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DABB784ECD for ; Sun, 11 Aug 2019 10:06:13 +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 8aRlV06LnnVB for ; Sun, 11 Aug 2019 10:06:13 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 3C2AF84C6C for ; Sun, 11 Aug 2019 10:06:13 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 39F58FBF4; Sun, 11 Aug 2019 10:06:13 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_156551797373940" MIME-Version: 1.0 Date: Sun, 11 Aug 2019 10:06:13 +0000 From: "Mark Davies" Subject: CVS commit: pkgsrc/meta-pkgs/texlive-collection-langcyrillic To: pkgsrc-changes@NetBSD.org Reply-To: markd@netbsd.org X-Mailer: log_accum Message-Id: <20190811100613.39F58FBF4@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. --_----------=_156551797373940 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: markd Date: Sun Aug 11 10:06:13 UTC 2019 Modified Files: pkgsrc/meta-pkgs/texlive-collection-langcyrillic: Makefile Log Message: texlive-collection-langcyrillic: Add tex-babel-serbian To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 \ pkgsrc/meta-pkgs/texlive-collection-langcyrillic/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_156551797373940 Content-Disposition: inline Content-Length: 1144 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/meta-pkgs/texlive-collection-langcyrillic/Makefile diff -u pkgsrc/meta-pkgs/texlive-collection-langcyrillic/Makefile:1.11 pkgsrc/meta-pkgs/texlive-collection-langcyrillic/Makefile:1.12 --- pkgsrc/meta-pkgs/texlive-collection-langcyrillic/Makefile:1.11 Mon Aug 5 09:30:24 2019 +++ pkgsrc/meta-pkgs/texlive-collection-langcyrillic/Makefile Sun Aug 11 10:06:13 2019 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.11 2019/08/05 09:30:24 markd Exp $ +# $NetBSD: Makefile,v 1.12 2019/08/11 10:06:13 markd Exp $ DISTNAME= collection-langcyrillic -PKGNAME= texlive-${DISTNAME}-2019pre2 +PKGNAME= texlive-${DISTNAME}-2019pre3 CATEGORIES= meta-pkgs MASTER_SITES= # empty TEXLIVE_REV= 44895 @@ -16,7 +16,7 @@ DEPENDS+= texlive-collection-latex-[0-9] # depend babel-belarusian DEPENDS+= tex-babel-bulgarian-[0-9]*:../../print/tex-babel-bulgarian DEPENDS+= tex-babel-russian-[0-9]*:../../print/tex-babel-russian -# depend babel-serbian +DEPENDS+= tex-babel-serbian-[0-9]*:../../print/tex-babel-serbian DEPENDS+= tex-babel-serbianc-[0-9]*:../../print/tex-babel-serbianc # depend babel-ukrainian # depend churchslavonic --_----------=_156551797373940--