Received: by mail.netbsd.org (Postfix, from userid 605) id 8939684D5E; Thu, 3 Jun 2021 04:30:45 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C583884D59 for ; Thu, 3 Jun 2021 04:30:44 +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 KjVF8HWZ4kOi for ; Thu, 3 Jun 2021 04:30:44 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 5E5FA84D24 for ; Thu, 3 Jun 2021 04:30:44 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5BA2BFA95; Thu, 3 Jun 2021 04:30:44 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_162269464459610" MIME-Version: 1.0 Date: Thu, 3 Jun 2021 04:30:44 +0000 From: "Mark Davies" Subject: CVS commit: pkgsrc/print To: pkgsrc-changes@NetBSD.org Reply-To: markd@netbsd.org X-Mailer: log_accum Message-Id: <20210603043044.5BA2BFA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_162269464459610 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: markd Date: Thu Jun 3 04:30:44 UTC 2021 Modified Files: pkgsrc/print: Makefile Log Message: print: add tex-babel-finnish To generate a diff of this commit: cvs rdiff -u -r1.809 -r1.810 pkgsrc/print/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_162269464459610 Content-Disposition: inline Content-Length: 637 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/print/Makefile diff -u pkgsrc/print/Makefile:1.809 pkgsrc/print/Makefile:1.810 --- pkgsrc/print/Makefile:1.809 Sun May 30 21:20:57 2021 +++ pkgsrc/print/Makefile Thu Jun 3 04:30:44 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.809 2021/05/30 21:20:57 khorben Exp $ +# $NetBSD: Makefile,v 1.810 2021/06/03 04:30:44 markd Exp $ # COMMENT= Desktop publishing @@ -273,6 +273,7 @@ SUBDIR+= tex-babel-dutch SUBDIR+= tex-babel-english SUBDIR+= tex-babel-esperanto SUBDIR+= tex-babel-estonian +SUBDIR+= tex-babel-finnish SUBDIR+= tex-babel-french SUBDIR+= tex-babel-friulan SUBDIR+= tex-babel-galician --_----------=_162269464459610--