Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=UEaksV1J; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=2wc9sSxc Received: by mail.netbsd.org (Postfix, from userid 605) id 5DC5484E81; Fri, 26 Apr 2024 19:48:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714160889; bh=MwDR+r14KcW41J1qhynXH+vuqXbzaXx5rjfD55KaKqw=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=UEaksV1JzcPZJjEpwhgKVTaxgpez3XYEaAm5a+oSlR9LiTrojW4t4C3tWuYZ3l0U5 XlfAXiuiDOR+uNWHDDbS6fya/49vHj9hd7nfTqvzrBz+YEjJYBmI6sySxRrc/egLLH YTFuENWxYKyS6OnmUxzjFxoQddcBmxTFzb0eFkmQ= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4EE7984D36 for ; Fri, 26 Apr 2024 19:48:08 +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 SvjVZnKAC4Mk for ; Fri, 26 Apr 2024 19:48:07 +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 D5F8384D1C for ; Fri, 26 Apr 2024 19:48:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714160887; bh=MwDR+r14KcW41J1qhynXH+vuqXbzaXx5rjfD55KaKqw=; h=Date:From:Subject:To:Reply-To; b=2wc9sSxcMJ6WuoHNhJCMGkDsnw/2xUj/lILgatl60lR42ZSGsFmA41UiSZIc7CN9r TqBExoeww03NxLWaYNzsqyR37Nxc6E5SWkn8GLPuQG3Y4XDX8EaLzOp4P6gVj2ITnI 8nKU2ao16WflEJv8taP9D3l4bu6asuQdGonPekLM= Received: by cvs.NetBSD.org (Postfix, from userid 500) id D018EFA2C; Fri, 26 Apr 2024 19:48:07 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_171416088795200" MIME-Version: 1.0 Date: Fri, 26 Apr 2024 19:48:07 +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: <20240426194807.D018EFA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_171416088795200 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:48:07 UTC 2024 Modified Files: pkgsrc/fonts: Makefile Log Message: fonts/Makefile: + Azeret To generate a diff of this commit: cvs rdiff -u -r1.422 -r1.423 pkgsrc/fonts/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_171416088795200 Content-Disposition: inline Content-Length: 485 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/fonts/Makefile diff -u pkgsrc/fonts/Makefile:1.422 pkgsrc/fonts/Makefile:1.423 --- pkgsrc/fonts/Makefile:1.422 Fri Apr 26 17:23:50 2024 +++ pkgsrc/fonts/Makefile Fri Apr 26 19:48:07 2024 @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.422 2024/04/26 17:23:50 wiz Exp $ +# $NetBSD: Makefile,v 1.423 2024/04/26 19:48:07 wiz Exp $ # COMMENT= Fonts SUBDIR+= AnonymousPro +SUBDIR+= Azeret SUBDIR+= CamingoCode SUBDIR+= Code-New-Roman SUBDIR+= CutiveFont --_----------=_171416088795200--