Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id BBE7084D74 for ; Sat, 30 Dec 2023 16:55:22 +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 r9dKGTD1puNC for ; Sat, 30 Dec 2023 16:55:22 +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 1B8BC84D39 for ; Sat, 30 Dec 2023 16:55:22 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 123B4FA42; Sat, 30 Dec 2023 16:55:22 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_170395532266980" MIME-Version: 1.0 Date: Sat, 30 Dec 2023 16:55:22 +0000 From: "Zafer Aydogan" Subject: CVS commit: pkgsrc/fonts/misaki-fonts To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: zafer@netbsd.org X-Mailer: log_accum Message-Id: <20231230165522.123B4FA42@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_170395532266980 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: zafer Date: Sat Dec 30 16:55:21 UTC 2023 Modified Files: pkgsrc/fonts/misaki-fonts: Makefile Log Message: file size does not match from archive. provide new home. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 pkgsrc/fonts/misaki-fonts/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_170395532266980 Content-Disposition: inline Content-Length: 859 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/fonts/misaki-fonts/Makefile diff -u pkgsrc/fonts/misaki-fonts/Makefile:1.10 pkgsrc/fonts/misaki-fonts/Makefile:1.11 --- pkgsrc/fonts/misaki-fonts/Makefile:1.10 Tue May 12 11:27:57 2020 +++ pkgsrc/fonts/misaki-fonts/Makefile Sat Dec 30 16:55:21 2023 @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.10 2020/05/12 11:27:57 nia Exp $ +# $NetBSD: Makefile,v 1.11 2023/12/30 16:55:21 zafer Exp $ DISTNAME= misaki_bdf_2012-06-03 PKGNAME= ${DISTNAME:S/-//g:S/misaki_bdf_/misaki-fonts-1.0./} PKGREVISION= 1 CATEGORIES= fonts x11 japanese -MASTER_SITES= https://web.archive.org/web/20120808230338/http://www.geocities.jp/littlimi/arc/misaki/ +MASTER_SITES= https://www.aydogan.net/distfiles/fonts/ MAINTAINER= ryoon@NetBSD.org HOMEPAGE= https://web.archive.org/web/20121008163534/http://www.geocities.jp/littlimi/misaki.htm --_----------=_170395532266980--