From owner-svn-ports-all@freebsd.org Mon Oct 26 16:54:20 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 D1F1A4493D4; Mon, 26 Oct 2020 16:54:20 +0000 (UTC) (envelope-from mikael@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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 4CKgsm5B87z4T83; Mon, 26 Oct 2020 16:54:20 +0000 (UTC) (envelope-from mikael@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 962C81D557; Mon, 26 Oct 2020 16:54:20 +0000 (UTC) (envelope-from mikael@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 09QGsKIC094016; Mon, 26 Oct 2020 16:54:20 GMT (envelope-from mikael@FreeBSD.org) Received: (from mikael@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 09QGsGY2093996; Mon, 26 Oct 2020 16:54:16 GMT (envelope-from mikael@FreeBSD.org) Message-Id: <202010261654.09QGsGY2093996@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mikael set sender to mikael@FreeBSD.org using -f From: Mikael Urankar Date: Mon, 26 Oct 2020 16:54:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r553367 - in head: audio/ncspot audio/spotifyd devel/tokei editors/kak-lsp editors/parinfer-rust graphics/svgbob security/cargo-audit security/cloak shells/ion sysutils/exa sysutils/fd ... X-SVN-Group: ports-head X-SVN-Commit-Author: mikael X-SVN-Commit-Paths: in head: audio/ncspot audio/spotifyd devel/tokei editors/kak-lsp editors/parinfer-rust graphics/svgbob security/cargo-audit security/cloak shells/ion sysutils/exa sysutils/fd sysutils/flowgger sysutil... X-SVN-Commit-Revision: 553367 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.33 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: Mon, 26 Oct 2020 16:54:20 -0000 Author: mikael Date: Mon Oct 26 16:54:15 2020 New Revision: 553367 URL: https://svnweb.freebsd.org/changeset/ports/553367 Log: Take maintainership Modified: head/audio/ncspot/Makefile head/audio/spotifyd/Makefile head/devel/tokei/Makefile head/editors/kak-lsp/Makefile head/editors/parinfer-rust/Makefile head/graphics/svgbob/Makefile head/security/cargo-audit/Makefile head/security/cloak/Makefile head/shells/ion/Makefile head/sysutils/exa/Makefile head/sysutils/fd/Makefile head/sysutils/flowgger/Makefile head/sysutils/fusefs-sandboxfs/Makefile head/textproc/sd/Makefile head/textproc/sonic/Makefile head/textproc/xsv-rs/Makefile head/www/miniserve/Makefile head/www/zola/Makefile head/x11/alacritty/Makefile Modified: head/audio/ncspot/Makefile ============================================================================== --- head/audio/ncspot/Makefile Mon Oct 26 16:29:37 2020 (r553366) +++ head/audio/ncspot/Makefile Mon Oct 26 16:54:15 2020 (r553367) @@ -6,7 +6,7 @@ DISTVERSION= 0.2.3 PORTREVISION= 1 CATEGORIES= audio -MAINTAINER= ports@FreeBSD.org +MAINTAINER= mikael@FreeBSD.org COMMENT= Ncurses Spotify client LICENSE= BSD2CLAUSE Modified: head/audio/spotifyd/Makefile ============================================================================== --- head/audio/spotifyd/Makefile Mon Oct 26 16:29:37 2020 (r553366) +++ head/audio/spotifyd/Makefile Mon Oct 26 16:54:15 2020 (r553367) @@ -6,7 +6,7 @@ DISTVERSION= 0.2.24 PORTREVISION= 10 CATEGORIES= audio -MAINTAINER= ports@FreeBSD.org +MAINTAINER= mikael@FreeBSD.org COMMENT= Spotify daemon LICENSE= GPLv3 Modified: head/devel/tokei/Makefile ============================================================================== --- head/devel/tokei/Makefile Mon Oct 26 16:29:37 2020 (r553366) +++ head/devel/tokei/Makefile Mon Oct 26 16:54:15 2020 (r553367) @@ -6,7 +6,7 @@ DISTVERSION= 12.0.4 PORTREVISION= 5 CATEGORIES= devel -MAINTAINER= ports@FreeBSD.org +MAINTAINER= mikael@FreeBSD.org COMMENT= Display statistics about your code LICENSE= APACHE20 MIT Modified: head/editors/kak-lsp/Makefile ============================================================================== --- head/editors/kak-lsp/Makefile Mon Oct 26 16:29:37 2020 (r553366) +++ head/editors/kak-lsp/Makefile Mon Oct 26 16:54:15 2020 (r553367) @@ -6,7 +6,7 @@ DISTVERSION= 8.0.0 PORTREVISION= 8 CATEGORIES= editors -MAINTAINER= ports@FreeBSD.org +MAINTAINER= mikael@FreeBSD.org COMMENT= Kakoune Language Server Protocol Client LICENSE= UNLICENSE Modified: head/editors/parinfer-rust/Makefile ============================================================================== --- head/editors/parinfer-rust/Makefile Mon Oct 26 16:29:37 2020 (r553366) +++ head/editors/parinfer-rust/Makefile Mon Oct 26 16:54:15 2020 (r553367) @@ -6,7 +6,7 @@ DISTVERSION= 0.4.3 PORTREVISION= 8 CATEGORIES= editors -MAINTAINER= ports@FreeBSD.org +MAINTAINER= mikael@FreeBSD.org COMMENT= Infer parentheses for Clojure, Lisp, and Scheme LICENSE= ISCL Modified: head/graphics/svgbob/Makefile ============================================================================== --- head/graphics/svgbob/Makefile Mon Oct 26 16:29:37 2020 (r553366) +++ head/graphics/svgbob/Makefile Mon Oct 26 16:54:15 2020 (r553367) @@ -5,7 +5,7 @@ DISTVERSION= g20190412 PORTREVISION= 14 CATEGORIES= graphics -MAINTAINER= ports@FreeBSD.org +MAINTAINER= mikael@FreeBSD.org COMMENT= Convert ASCII diagrams to SVG LICENSE= APACHE20 Modified: head/security/cargo-audit/Makefile ============================================================================== --- head/security/cargo-audit/Makefile Mon Oct 26 16:29:37 2020 (r553366) +++ head/security/cargo-audit/Makefile Mon Oct 26 16:54:15 2020 (r553367) @@ -6,7 +6,7 @@ DISTVERSION= 0.12.1 PORTREVISION= 1 CATEGORIES= security -MAINTAINER= ports@FreeBSD.org +MAINTAINER= mikael@FreeBSD.org COMMENT= Audit Cargo.lock for crates with security vulnerabilities LICENSE= APACHE20 MIT Modified: head/security/cloak/Makefile ============================================================================== --- head/security/cloak/Makefile Mon Oct 26 16:29:37 2020 (r553366) +++ head/security/cloak/Makefile Mon Oct 26 16:54:15 2020 (r553367) @@ -6,7 +6,7 @@ DISTVERSION= 0.2.0 PORTREVISION= 14 CATEGORIES= security -MAINTAINER= ports@FreeBSD.org +MAINTAINER= mikael@FreeBSD.org COMMENT= Command line OTP Authenticator application LICENSE= MIT Modified: head/shells/ion/Makefile ============================================================================== --- head/shells/ion/Makefile Mon Oct 26 16:29:37 2020 (r553366) +++ head/shells/ion/Makefile Mon Oct 26 16:54:15 2020 (r553367) @@ -6,7 +6,7 @@ PORTREVISION= 15 CATEGORIES= shells PKGNAMESUFFIX= -shell -MAINTAINER= ports@FreeBSD.org +MAINTAINER= mikael@FreeBSD.org COMMENT= Modern system shell written in Rust LICENSE= MIT Modified: head/sysutils/exa/Makefile ============================================================================== --- head/sysutils/exa/Makefile Mon Oct 26 16:29:37 2020 (r553366) +++ head/sysutils/exa/Makefile Mon Oct 26 16:54:15 2020 (r553367) @@ -6,7 +6,7 @@ DISTVERSION= 0.9.0 PORTREVISION= 16 CATEGORIES= sysutils -MAINTAINER= ports@FreeBSD.org +MAINTAINER= mikael@FreeBSD.org COMMENT= Modern replacement for ls LICENSE= MIT Modified: head/sysutils/fd/Makefile ============================================================================== --- head/sysutils/fd/Makefile Mon Oct 26 16:29:37 2020 (r553366) +++ head/sysutils/fd/Makefile Mon Oct 26 16:54:15 2020 (r553367) @@ -8,7 +8,7 @@ PORTREVISION= 5 CATEGORIES= sysutils PKGNAMESUFFIX= -find -MAINTAINER= ports@FreeBSD.org +MAINTAINER= mikael@FreeBSD.org COMMENT= Simple, fast and user-friendly alternative to find LICENSE= APACHE20 MIT Modified: head/sysutils/flowgger/Makefile ============================================================================== --- head/sysutils/flowgger/Makefile Mon Oct 26 16:29:37 2020 (r553366) +++ head/sysutils/flowgger/Makefile Mon Oct 26 16:54:15 2020 (r553367) @@ -7,7 +7,7 @@ CATEGORIES= sysutils MASTER_SITES= CRATESIO DISTFILES= ${CARGO_DIST_SUBDIR}/${DISTNAME}${EXTRACT_SUFX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= mikael@FreeBSD.org COMMENT= Fast data collector LICENSE= BSD2CLAUSE Modified: head/sysutils/fusefs-sandboxfs/Makefile ============================================================================== --- head/sysutils/fusefs-sandboxfs/Makefile Mon Oct 26 16:29:37 2020 (r553366) +++ head/sysutils/fusefs-sandboxfs/Makefile Mon Oct 26 16:54:15 2020 (r553367) @@ -7,7 +7,7 @@ PORTREVISION= 6 CATEGORIES= sysutils PKGNAMEPREFIX= fusefs- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= mikael@FreeBSD.org COMMENT= Virtual file system for sandboxing LICENSE= APACHE20 Modified: head/textproc/sd/Makefile ============================================================================== --- head/textproc/sd/Makefile Mon Oct 26 16:29:37 2020 (r553366) +++ head/textproc/sd/Makefile Mon Oct 26 16:54:15 2020 (r553367) @@ -6,7 +6,7 @@ DISTVERSION= 0.7.6 PORTREVISION= 3 CATEGORIES= textproc -MAINTAINER= ports@FreeBSD.org +MAINTAINER= mikael@FreeBSD.org COMMENT= Intuitive find and replace tool LICENSE= MIT Modified: head/textproc/sonic/Makefile ============================================================================== --- head/textproc/sonic/Makefile Mon Oct 26 16:29:37 2020 (r553366) +++ head/textproc/sonic/Makefile Mon Oct 26 16:54:15 2020 (r553367) @@ -6,7 +6,7 @@ DISTVERSION= 1.3.0 PORTREVISION= 5 CATEGORIES= textproc -MAINTAINER= ports@FreeBSD.org +MAINTAINER= mikael@FreeBSD.org COMMENT= Fast, lightweight, and schema-less search backend LICENSE= MPL20 Modified: head/textproc/xsv-rs/Makefile ============================================================================== --- head/textproc/xsv-rs/Makefile Mon Oct 26 16:29:37 2020 (r553366) +++ head/textproc/xsv-rs/Makefile Mon Oct 26 16:54:15 2020 (r553367) @@ -6,7 +6,7 @@ PORTREVISION= 25 CATEGORIES= textproc PKGNAMESUFFIX= -rs -MAINTAINER= ports@FreeBSD.org +MAINTAINER= mikael@FreeBSD.org COMMENT= Fast CSV toolkit LICENSE= MIT UNLICENSE Modified: head/www/miniserve/Makefile ============================================================================== --- head/www/miniserve/Makefile Mon Oct 26 16:29:37 2020 (r553366) +++ head/www/miniserve/Makefile Mon Oct 26 16:54:15 2020 (r553367) @@ -6,7 +6,7 @@ DISTVERSION= 0.9.0 PORTREVISION= 1 CATEGORIES= www -MAINTAINER= ports@FreeBSD.org +MAINTAINER= mikael@FreeBSD.org COMMENT= Ad-hoc HTTP server for file sharing LICENSE= APACHE20 BSD3CLAUSE CC0-1.0 ISCL MIT MPL20 UNLICENSE Modified: head/www/zola/Makefile ============================================================================== --- head/www/zola/Makefile Mon Oct 26 16:29:37 2020 (r553366) +++ head/www/zola/Makefile Mon Oct 26 16:54:15 2020 (r553367) @@ -6,7 +6,7 @@ DISTVERSION= 0.12.2 PORTREVISION= 1 CATEGORIES= www -MAINTAINER= ports@FreeBSD.org +MAINTAINER= mikael@FreeBSD.org COMMENT= Fast static site generator LICENSE= MIT Modified: head/x11/alacritty/Makefile ============================================================================== --- head/x11/alacritty/Makefile Mon Oct 26 16:29:37 2020 (r553366) +++ head/x11/alacritty/Makefile Mon Oct 26 16:54:15 2020 (r553367) @@ -6,7 +6,7 @@ DISTVERSION= 0.5.0 PORTREVISION= 3 CATEGORIES= x11 -MAINTAINER= ports@FreeBSD.org +MAINTAINER= mikael@FreeBSD.org COMMENT= GPU-accelerated terminal emulator LICENSE= APACHE20