Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 45B4D84ED9 for ; Sun, 1 Oct 2023 13:59:45 +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 liatEZRaupTN for ; Sun, 1 Oct 2023 13:59:44 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id C448D84D2E for ; Sun, 1 Oct 2023 13:59:44 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B649BFBDB; Sun, 1 Oct 2023 13:59:44 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1696168784188880" MIME-Version: 1.0 Date: Sun, 1 Oct 2023 13:59:44 +0000 From: "Paolo Vincenzo Olivo" Subject: CVS commit: pkgsrc/fonts To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: vins@netbsd.org X-Mailer: log_accum Message-Id: <20231001135944.B649BFBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1696168784188880 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: vins Date: Sun Oct 1 13:59:44 UTC 2023 Modified Files: pkgsrc/fonts: Makefile Log Message: + leahfonts To generate a diff of this commit: cvs rdiff -u -r1.414 -r1.415 pkgsrc/fonts/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1696168784188880 Content-Disposition: inline Content-Length: 569 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/fonts/Makefile diff -u pkgsrc/fonts/Makefile:1.414 pkgsrc/fonts/Makefile:1.415 --- pkgsrc/fonts/Makefile:1.414 Tue Aug 29 06:31:53 2023 +++ pkgsrc/fonts/Makefile Sun Oct 1 13:59:44 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.414 2023/08/29 06:31:53 vins Exp $ +# $NetBSD: Makefile,v 1.415 2023/10/01 13:59:44 vins Exp $ # COMMENT= Fonts @@ -178,6 +178,7 @@ SUBDIR+= koruri-ttf SUBDIR+= lanna-io SUBDIR+= lato-ttf SUBDIR+= lcdftypetools +SUBDIR+= leahfonts SUBDIR+= liberation-ttf SUBDIR+= libertinus-ttf SUBDIR+= libfontenc --_----------=_1696168784188880--