Received: by mail.netbsd.org (Postfix, from userid 605) id 6708484CEA; Thu, 12 Sep 2019 12:00:44 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E1D3D84CE9 for ; Thu, 12 Sep 2019 12:00:43 +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 ADOM4FoKuhmT for ; Thu, 12 Sep 2019 12:00:43 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 6E2F884CE3 for ; Thu, 12 Sep 2019 12:00:43 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 680A0FBF4; Thu, 12 Sep 2019 12:00:43 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1568289643137580" MIME-Version: 1.0 Date: Thu, 12 Sep 2019 12:00:43 +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: <20190912120043.680A0FBF4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1568289643137580 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: fcambus Date: Thu Sep 12 12:00:43 UTC 2019 Modified Files: pkgsrc/fonts/spleen: Makefile distinfo Log Message: spleen: update to 1.3.0. ChangeLog: - Add full support for the Box Drawing Unicode block - Add arrows symbols for Powerline users OK kamil@ To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 pkgsrc/fonts/spleen/Makefile \ pkgsrc/fonts/spleen/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1568289643137580 Content-Disposition: inline Content-Length: 1601 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.5 pkgsrc/fonts/spleen/Makefile:1.6 --- pkgsrc/fonts/spleen/Makefile:1.5 Sat Sep 7 14:03:11 2019 +++ pkgsrc/fonts/spleen/Makefile Thu Sep 12 12:00:43 2019 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2019/09/07 14:03:11 fcambus Exp $ +# $NetBSD: Makefile,v 1.6 2019/09/12 12:00:43 fcambus Exp $ -DISTNAME= spleen-1.2.0 +DISTNAME= spleen-1.3.0 CATEGORIES= fonts MASTER_SITES= ${MASTER_SITE_GITHUB:=fcambus/} GITHUB_RELEASE= ${PKGVERSION_NOREV} Index: pkgsrc/fonts/spleen/distinfo diff -u pkgsrc/fonts/spleen/distinfo:1.5 pkgsrc/fonts/spleen/distinfo:1.6 --- pkgsrc/fonts/spleen/distinfo:1.5 Sat Sep 7 14:03:11 2019 +++ pkgsrc/fonts/spleen/distinfo Thu Sep 12 12:00:43 2019 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2019/09/07 14:03:11 fcambus Exp $ +$NetBSD: distinfo,v 1.6 2019/09/12 12:00:43 fcambus Exp $ -SHA1 (spleen-1.2.0.tar.gz) = a06738bbddd6341b101deef485f14b45230ae525 -RMD160 (spleen-1.2.0.tar.gz) = 764bb01a7bca0e5603c5174ef4de6512f3fd95fc -SHA512 (spleen-1.2.0.tar.gz) = 42a96dede2861729239484135f438977d939d8cf49dedfbfc6f75996ce0c28ed0cf0960e20e9652ecbae4d062f728026c882dfe5f754fa9e352b5b64836dd427 -Size (spleen-1.2.0.tar.gz) = 217668 bytes +SHA1 (spleen-1.3.0.tar.gz) = 2e942497cc638f7fa9745df5ff4cc0435de0d340 +RMD160 (spleen-1.3.0.tar.gz) = 8aaba0c404eba33b2cc1c8b5aa01d74f19ac4f5f +SHA512 (spleen-1.3.0.tar.gz) = 9f64ae954a62c13f793d6659664aaf758b80b022bb010588297bea1eabf5367065a6757313dd313f734ad219c3c2130065308266c401f8041bfb0be39d2e87a1 +Size (spleen-1.3.0.tar.gz) = 233049 bytes --_----------=_1568289643137580--