Received: by mail.netbsd.org (Postfix, from userid 605) id EF19384D43; Sun, 6 Aug 2017 12:27:10 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 82F6084D23 for ; Sun, 6 Aug 2017 12:27:10 +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 8n5obOnOIY4C for ; Sun, 6 Aug 2017 12:27:10 +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 E297984CFB for ; Sun, 6 Aug 2017 12:27:09 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D962CFACD; Sun, 6 Aug 2017 12:27:09 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1502022429164800" MIME-Version: 1.0 Date: Sun, 6 Aug 2017 12:27:09 +0000 From: "Mark Davies" Subject: CVS commit: pkgsrc/meta-pkgs/texlive-collection-langjapanese To: pkgsrc-changes@NetBSD.org Reply-To: markd@netbsd.org X-Mailer: log_accum Message-Id: <20170806122709.D962CFACD@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. --_----------=_1502022429164800 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:27:09 UTC 2017 Modified Files: pkgsrc/meta-pkgs/texlive-collection-langjapanese: Makefile Log Message: Update to revision 44725 To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 \ pkgsrc/meta-pkgs/texlive-collection-langjapanese/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1502022429164800 Content-Disposition: inline Content-Length: 975 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/meta-pkgs/texlive-collection-langjapanese/Makefile diff -u pkgsrc/meta-pkgs/texlive-collection-langjapanese/Makefile:1.7 pkgsrc/meta-pkgs/texlive-collection-langjapanese/Makefile:1.8 --- pkgsrc/meta-pkgs/texlive-collection-langjapanese/Makefile:1.7 Thu Jul 27 11:13:59 2017 +++ pkgsrc/meta-pkgs/texlive-collection-langjapanese/Makefile Sun Aug 6 12:27:09 2017 @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.7 2017/07/27 11:13:59 markd Exp $ +# $NetBSD: Makefile,v 1.8 2017/08/06 12:27:09 markd Exp $ DISTNAME= collection-langjapanese PKGNAME= texlive-${DISTNAME}-2017pre3 CATEGORIES= meta-pkgs MASTER_SITES= # empty -TEXLIVE_REV= 44554 +TEXLIVE_REV= 44725 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.tug.org/texlive/ @@ -43,6 +43,7 @@ DEPENDS+= tex-ptex-fontmaps-[0-9]*:../.. # depend pxcjkcat # depend pxjahyper # depend pxrubrica +# depend pxufont # depend uplatex # uptex is documentation only # depend uptex-base --_----------=_1502022429164800--