Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id A04867A168 for ; Sun, 18 Sep 2016 21:49:22 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 5604185EE9; Sun, 18 Sep 2016 21:49:22 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DA60B85E68 for ; Sun, 18 Sep 2016 21:49:21 +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 qoaf5u5y4dpC for ; Sun, 18 Sep 2016 21:49:21 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 6F07185E13 for ; Sun, 18 Sep 2016 21:49:21 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6D2A3FBD1; Sun, 18 Sep 2016 21:49:21 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1474235361282930" MIME-Version: 1.0 Date: Sun, 18 Sep 2016 21:49:21 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/fonts/FiraCode To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20160918214921.6D2A3FBD1@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1474235361282930 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sun Sep 18 21:49:21 UTC 2016 Modified Files: pkgsrc/fonts/FiraCode: Makefile distinfo Log Message: Updated FiraCode to 1.203. 1.203 Added __ (#120, #269) 1.202 Removed {. .} [. .] (. .) (#264) 1.201 Removed [] (#92) {- -} (#248) Removed /** **/ and disabled ligatures for /*/ */* sequences (#219 #238) Added ]# {. .} [. .] (. .) (#214) To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/fonts/FiraCode/Makefile \ pkgsrc/fonts/FiraCode/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1474235361282930 Content-Disposition: inline Content-Length: 1594 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/fonts/FiraCode/Makefile diff -u pkgsrc/fonts/FiraCode/Makefile:1.2 pkgsrc/fonts/FiraCode/Makefile:1.3 --- pkgsrc/fonts/FiraCode/Makefile:1.2 Wed Aug 24 10:26:12 2016 +++ pkgsrc/fonts/FiraCode/Makefile Sun Sep 18 21:49:21 2016 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2016/08/24 10:26:12 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2016/09/18 21:49:21 wiz Exp $ -DISTNAME= FiraCode_1.200 +DISTNAME= FiraCode_1.203 PKGNAME= ${DISTNAME:S/_/-/} CATEGORIES= fonts MASTER_SITES= ${MASTER_SITE_GITHUB:=tonsky/} Index: pkgsrc/fonts/FiraCode/distinfo diff -u pkgsrc/fonts/FiraCode/distinfo:1.2 pkgsrc/fonts/FiraCode/distinfo:1.3 --- pkgsrc/fonts/FiraCode/distinfo:1.2 Wed Aug 24 10:26:12 2016 +++ pkgsrc/fonts/FiraCode/distinfo Sun Sep 18 21:49:21 2016 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2016/08/24 10:26:12 wiz Exp $ +$NetBSD: distinfo,v 1.3 2016/09/18 21:49:21 wiz Exp $ -SHA1 (FiraCode_1.200.zip) = 5926a7193ab8777245d664adc6d3b1000adad0d0 -RMD160 (FiraCode_1.200.zip) = 2cfee479b0555dd537fc27c9174776eaab0766a1 -SHA512 (FiraCode_1.200.zip) = 068b0de36dd6abc07970a2f80da1280d238dd6a636e521f949a0cb8f9f297602def3f6e7a0b1ebc71ac91e0055b12706676d0696a673b0d7d004a1eae8cf2571 -Size (FiraCode_1.200.zip) = 2146528 bytes +SHA1 (FiraCode_1.203.zip) = 40a40c50f0281f4254e71a0f37f47a89185a39cf +RMD160 (FiraCode_1.203.zip) = 1b252c37945b4b0801a264ba275ba0bd3483834e +SHA512 (FiraCode_1.203.zip) = 16cff4b53c57df550bb4ee70cf40b0d64a2ef159cb80af9bd50975626fd2d95aed14a99bc6d440979eb9289c451044641f54fe381299d4743fc760f903b94860 +Size (FiraCode_1.203.zip) = 2142258 bytes --_----------=_1474235361282930--