Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=gFepRLdw; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=YC+fjUme Received: by mail.netbsd.org (Postfix, from userid 605) id 0AF6284D4D; Sun, 21 Apr 2024 06:38:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1713681515; bh=111XULjgcKr4KREB3ykTZhsbZ6I+lKy2A9dMjVabc6I=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=gFepRLdwUomG5E97JLe1ulMQ4lbhs7xgRdutC0fGkCkCapH9qfivCdWXqGJ1zGq6w nVuSTAYEPkhbLMmEHUVZz9EMr9x2ybWMQyeRbVuezPI5OX59E7zxjIQWkawj30gswY 6VKFowG8UnKvdgQGsgynsNptrv6VI5i1F04nwNYM= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id EEFDE84D3B for ; Sun, 21 Apr 2024 06:38:33 +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 ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 2_GhO9bs8gko for ; Sun, 21 Apr 2024 06:38:33 +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 823A884D05 for ; Sun, 21 Apr 2024 06:38:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1713681513; bh=111XULjgcKr4KREB3ykTZhsbZ6I+lKy2A9dMjVabc6I=; h=Date:From:Subject:To:Reply-To; b=YC+fjUmeQCBemadNRWTTs4IcINGvSBR35FQGTvNxOw2H/vXGcIQe6xEHDRCWu2QSh N3wdOD6fhhas2/1YHiWrSXVUnNYF9SwSnu+5npplVaA4+vPwvjlyEckLjoTBU9jApq LPb+VOFM7KF9EkE8Vje3qzKlt7YPzfQQ265m61Z4= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7D4F7FA2C; Sun, 21 Apr 2024 06:38:33 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1713681513112230" MIME-Version: 1.0 Date: Sun, 21 Apr 2024 06:38:33 +0000 From: "Ryo ONODERA" Subject: CVS commit: pkgsrc/fonts To: pkgsrc-changes@NetBSD.org Reply-To: ryoon@netbsd.org X-Mailer: log_accum Message-Id: <20240421063833.7D4F7FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1713681513112230 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: ryoon Date: Sun Apr 21 06:38:33 UTC 2024 Modified Files: pkgsrc/fonts: Makefile Log Message: fonts: Enable biz-ud-mincho-ttf To generate a diff of this commit: cvs rdiff -u -r1.420 -r1.421 pkgsrc/fonts/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1713681513112230 Content-Disposition: inline Content-Length: 591 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/fonts/Makefile diff -u pkgsrc/fonts/Makefile:1.420 pkgsrc/fonts/Makefile:1.421 --- pkgsrc/fonts/Makefile:1.420 Sun Apr 21 06:36:09 2024 +++ pkgsrc/fonts/Makefile Sun Apr 21 06:38:33 2024 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.420 2024/04/21 06:36:09 ryoon Exp $ +# $NetBSD: Makefile,v 1.421 2024/04/21 06:38:33 ryoon Exp $ # COMMENT= Fonts @@ -45,6 +45,7 @@ SUBDIR+= baekmuk-ttf SUBDIR+= bakoma-fonts SUBDIR+= bdftopcf SUBDIR+= biz-ud-gothic-ttf +SUBDIR+= biz-ud-mincho-ttf SUBDIR+= biznet-iso8859_2 SUBDIR+= cantarell-fonts SUBDIR+= cascadia-ttf --_----------=_1713681513112230--