Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=cH6zAr32; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=XtJ4zRRi Received: by mail.netbsd.org (Postfix, from userid 605) id 3750B84EC1; Fri, 26 Apr 2024 19:56:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714161395; bh=VTwHSrCISDz/uIVFoF1CXggwkWUPSECeYNl/zdXnZiA=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=cH6zAr32Fcm1sjtClMclSqtn5ZOJJ7pDX5Vs5nXF9GyDsaFIybhb9YTc0nfSN4dUz kpp0pxQ9LQ3AWC8MM1bYu6PwjLkAl12Nbe+J2uNR8l178rKK824sMLlcFwYR3/WJ3l 7VlSxDue3nO0eBuJJzEyMXMGkdUlTU6whGbU4Qnw= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2694584D5F for ; Fri, 26 Apr 2024 19:56:34 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=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 1v55QLZUx_Bc for ; Fri, 26 Apr 2024 19:56:33 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id AE6DE84D1C for ; Fri, 26 Apr 2024 19:56:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714161393; bh=VTwHSrCISDz/uIVFoF1CXggwkWUPSECeYNl/zdXnZiA=; h=Date:From:Subject:To:Reply-To; b=XtJ4zRRi4oE2aUrT6heiQ9Ur68jIN6R9QucFGYk0hJX3SA04AoJp0yqCZyfiV2QkO cF3pg3XA3VvbrdhgK9TxPvR8mINwpdxylMzkjDUGj6xrivWM7yDXyKnCXQNAqYlzYZ BPWZYdgRKkkS/IDeholZAkaUeiA8ii40Kc+b7Z14= Received: by cvs.NetBSD.org (Postfix, from userid 500) id A7163FA2C; Fri, 26 Apr 2024 19:56:33 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_171416139335270" MIME-Version: 1.0 Date: Fri, 26 Apr 2024 19:56:33 +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: <20240426195633.A7163FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_171416139335270 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Fri Apr 26 19:56:33 UTC 2024 Modified Files: pkgsrc/fonts: Makefile Log Message: fonts/Makefile: + b612 To generate a diff of this commit: cvs rdiff -u -r1.423 -r1.424 pkgsrc/fonts/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_171416139335270 Content-Disposition: inline Content-Length: 570 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/fonts/Makefile diff -u pkgsrc/fonts/Makefile:1.423 pkgsrc/fonts/Makefile:1.424 --- pkgsrc/fonts/Makefile:1.423 Fri Apr 26 19:48:07 2024 +++ pkgsrc/fonts/Makefile Fri Apr 26 19:56:33 2024 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.423 2024/04/26 19:48:07 wiz Exp $ +# $NetBSD: Makefile,v 1.424 2024/04/26 19:56:33 wiz Exp $ # COMMENT= Fonts @@ -41,6 +41,7 @@ SUBDIR+= artwiz-fonts SUBDIR+= asea-ttf SUBDIR+= awesome-otf SUBDIR+= awesome-ttf +SUBDIR+= b612 SUBDIR+= babelstone-tibetan-ttf SUBDIR+= baekmuk-ttf SUBDIR+= bakoma-fonts --_----------=_171416139335270--