Received: by mail.netbsd.org (Postfix, from userid 605) id BC97B84DAA; Sun, 13 Jun 2021 18:27:56 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0256D84D17 for ; Sun, 13 Jun 2021 18:27:56 +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 7wI3f23NDm2b for ; Sun, 13 Jun 2021 18:27:55 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 6DD3E84CBC for ; Sun, 13 Jun 2021 18:27:55 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 60239FA95; Sun, 13 Jun 2021 18:27:55 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_162360887568900" MIME-Version: 1.0 Date: Sun, 13 Jun 2021 18:27:55 +0000 From: "Frederic Cambus" Subject: CVS commit: pkgsrc/fonts/spleen To: pkgsrc-changes@NetBSD.org Reply-To: fcambus@netbsd.org X-Mailer: log_accum Message-Id: <20210613182755.60239FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_162360887568900 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: fcambus Date: Sun Jun 13 18:27:55 UTC 2021 Modified Files: pkgsrc/fonts/spleen: Makefile distinfo Log Message: spleen: update to 1.9.1. Spleen 1.9.1 (2021-06-13) - Tweak wsfont export program to account for the new block in the 6x12 version - Mention that Haiku now uses Spleen 12x24 in the trivia section - Fix paths to wsfont generators - Add an 'otb' target to generate OTB files for all sizes using fonttosfnt - Also remove generated .otb files in the 'clean' target - Generate .dfont files again in release tarballs - Generate OTB versions in release tarballs - Also remove generated .dfont files in the 'clean' target To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 pkgsrc/fonts/spleen/Makefile cvs rdiff -u -r1.14 -r1.15 pkgsrc/fonts/spleen/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_162360887568900 Content-Disposition: inline Content-Length: 1612 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/fonts/spleen/Makefile diff -u pkgsrc/fonts/spleen/Makefile:1.16 pkgsrc/fonts/spleen/Makefile:1.17 --- pkgsrc/fonts/spleen/Makefile:1.16 Fri Mar 12 11:37:29 2021 +++ pkgsrc/fonts/spleen/Makefile Sun Jun 13 18:27:55 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.16 2021/03/12 11:37:29 fcambus Exp $ +# $NetBSD: Makefile,v 1.17 2021/06/13 18:27:55 fcambus Exp $ -DISTNAME= spleen-1.9.0 +DISTNAME= spleen-1.9.1 CATEGORIES= fonts MASTER_SITES= ${MASTER_SITE_GITHUB:=fcambus/} GITHUB_RELEASE= ${PKGVERSION_NOREV} Index: pkgsrc/fonts/spleen/distinfo diff -u pkgsrc/fonts/spleen/distinfo:1.14 pkgsrc/fonts/spleen/distinfo:1.15 --- pkgsrc/fonts/spleen/distinfo:1.14 Fri Mar 12 11:37:29 2021 +++ pkgsrc/fonts/spleen/distinfo Sun Jun 13 18:27:55 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.14 2021/03/12 11:37:29 fcambus Exp $ +$NetBSD: distinfo,v 1.15 2021/06/13 18:27:55 fcambus Exp $ -SHA1 (spleen-1.9.0.tar.gz) = ae606e4163b680d0803d6bc7846b6f62927b4193 -RMD160 (spleen-1.9.0.tar.gz) = 9b561050896ef489805febcdbce0feb91663abf1 -SHA512 (spleen-1.9.0.tar.gz) = 2b109aaae97abd12ddc7a27f11d03a925b8d21b7a3c7438c5d84e9b4b4095cd7ff8848496b2cec14afa22ca4c85a5c1e35edd45527f5af6d11410aac78125965 -Size (spleen-1.9.0.tar.gz) = 337417 bytes +SHA1 (spleen-1.9.1.tar.gz) = 341d87f7f537cefc6e5f5c4e98229bd1cb6965e0 +RMD160 (spleen-1.9.1.tar.gz) = 31e639ff9f61bb634ccbca8f8e992014739b17fa +SHA512 (spleen-1.9.1.tar.gz) = 92b16e5016d2eca75b649be417cd6e08bf761f3937f3ac8680e66b62e5fef54dce0e64aaa60febd3e7d4f849bd3a13ee6cad1daabf20652ff176967f41a41769 +Size (spleen-1.9.1.tar.gz) = 425960 bytes --_----------=_162360887568900--