Received: by mail.netbsd.org (Postfix, from userid 605) id 7AA7C84E84; Sat, 3 Dec 2022 14:57:10 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id AA3B484E54 for ; Sat, 3 Dec 2022 14:57:09 +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 4X_ka61TfUUa for ; Sat, 3 Dec 2022 14:57:08 +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 D0A3284D2C for ; Sat, 3 Dec 2022 14:57:08 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C84E4FA90; Sat, 3 Dec 2022 14:57:08 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1670079428169270" MIME-Version: 1.0 Date: Sat, 3 Dec 2022 14:57:08 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/fonts To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20221203145708.C84E4FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1670079428169270 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sat Dec 3 14:57:08 UTC 2022 Modified Files: pkgsrc/fonts: Makefile Log Message: fonts/Makefile: + hubot-sans-ttf To generate a diff of this commit: cvs rdiff -u -r1.384 -r1.385 pkgsrc/fonts/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1670079428169270 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.384 pkgsrc/fonts/Makefile:1.385 --- pkgsrc/fonts/Makefile:1.384 Sat Dec 3 14:52:53 2022 +++ pkgsrc/fonts/Makefile Sat Dec 3 14:57:08 2022 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.384 2022/12/03 14:52:53 wiz Exp $ +# $NetBSD: Makefile,v 1.385 2022/12/03 14:57:08 wiz Exp $ # COMMENT= Fonts @@ -126,6 +126,7 @@ SUBDIR+= gsftopkk SUBDIR+= gucharmap SUBDIR+= harfbuzz SUBDIR+= harfbuzz-icu +SUBDIR+= hubot-sans-ttf SUBDIR+= ibm-plex-otf SUBDIR+= ibm-plex-ttf SUBDIR+= inconsolata-g --_----------=_1670079428169270--