From owner-svn-ports-all@freebsd.org Thu Jan 16 12:22:58 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B53F3235C39; Thu, 16 Jan 2020 12:22:58 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47z3Hk4GXMz3R6s; Thu, 16 Jan 2020 12:22:58 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8DAF51F5B7; Thu, 16 Jan 2020 12:22:58 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 00GCMwd3011409; Thu, 16 Jan 2020 12:22:58 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 00GCMvNu011406; Thu, 16 Jan 2020 12:22:58 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <202001161222.00GCMvNu011406@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Thu, 16 Jan 2020 12:22:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r523223 - in head/editors/kakoune: . files X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: in head/editors/kakoune: . files X-SVN-Commit-Revision: 523223 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Jan 2020 12:22:58 -0000 Author: tobik Date: Thu Jan 16 12:22:57 2020 New Revision: 523223 URL: https://svnweb.freebsd.org/changeset/ports/523223 Log: editors/kakoune: Update to 2020.01.16 Changes: https://github.com/mawww/kakoune/releases/tag/v2020.01.16 Deleted: head/editors/kakoune/files/ Modified: head/editors/kakoune/Makefile head/editors/kakoune/distinfo head/editors/kakoune/pkg-plist Modified: head/editors/kakoune/Makefile ============================================================================== --- head/editors/kakoune/Makefile Thu Jan 16 12:05:10 2020 (r523222) +++ head/editors/kakoune/Makefile Thu Jan 16 12:22:57 2020 (r523223) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= kakoune -DISTVERSION= 2019.12.10 +DISTVERSION= 2020.01.16 CATEGORIES= editors MASTER_SITES= https://github.com/mawww/kakoune/releases/download/v${DISTVERSION}/ Modified: head/editors/kakoune/distinfo ============================================================================== --- head/editors/kakoune/distinfo Thu Jan 16 12:05:10 2020 (r523222) +++ head/editors/kakoune/distinfo Thu Jan 16 12:22:57 2020 (r523223) @@ -1,3 +1,3 @@ -TIMESTAMP = 1575997511 -SHA256 (kakoune-2019.12.10.tar.bz2) = 66ad8d28cecb29b08e5975e659ee91206ca676a0194c730ca4eed026bafa2ff8 -SIZE (kakoune-2019.12.10.tar.bz2) = 474002 +TIMESTAMP = 1579176882 +SHA256 (kakoune-2020.01.16.tar.bz2) = a094f1689f0228308f631e371b382b0c0522391fc8b6c23a6cbc71ff404a0dae +SIZE (kakoune-2020.01.16.tar.bz2) = 478509 Modified: head/editors/kakoune/pkg-plist ============================================================================== --- head/editors/kakoune/pkg-plist Thu Jan 16 12:05:10 2020 (r523222) +++ head/editors/kakoune/pkg-plist Thu Jan 16 12:22:57 2020 (r523223) @@ -77,6 +77,7 @@ man/man1/kak.1.gz %%DATADIR%%/rc/filetype/ini.kak %%DATADIR%%/rc/filetype/java.kak %%DATADIR%%/rc/filetype/javascript.kak +%%DATADIR%%/rc/filetype/jinja.kak %%DATADIR%%/rc/filetype/json.kak %%DATADIR%%/rc/filetype/julia.kak %%DATADIR%%/rc/filetype/just.kak