From owner-dev-commits-ports-all@freebsd.org Wed Apr 14 12:22:48 2021 Return-Path: Delivered-To: dev-commits-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 ABF1A5D6FE4; Wed, 14 Apr 2021 12:22:48 +0000 (UTC) (envelope-from git@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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FL1p04T4Tz3CXj; Wed, 14 Apr 2021 12:22:48 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 793CA1DD0A; Wed, 14 Apr 2021 12:22:48 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 13ECMmL1064646; Wed, 14 Apr 2021 12:22:48 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 13ECMmeq064645; Wed, 14 Apr 2021 12:22:48 GMT (envelope-from git) Date: Wed, 14 Apr 2021 12:22:48 GMT Message-Id: <202104141222.13ECMmeq064645@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Tobias Kortkamp Subject: git: 3770c4b4eac2 - main - Take back some useful ports MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: tobik X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 3770c4b4eac237ad24557cf79110a788a3e51067 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Apr 2021 12:22:48 -0000 The branch main has been updated by tobik: URL: https://cgit.FreeBSD.org/ports/commit/?id=3770c4b4eac237ad24557cf79110a788a3e51067 commit 3770c4b4eac237ad24557cf79110a788a3e51067 Author: Tobias Kortkamp AuthorDate: 2021-04-14 12:02:34 +0000 Commit: Tobias Kortkamp CommitDate: 2021-04-14 12:22:43 +0000 Take back some useful ports --- editors/kakoune/Makefile | 2 +- sysutils/lr/Makefile | 2 +- sysutils/pick/Makefile | 2 +- sysutils/xe/Makefile | 2 +- sysutils/yank/Makefile | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/editors/kakoune/Makefile b/editors/kakoune/Makefile index a5bfe65699b1..b9033e4031a6 100644 --- a/editors/kakoune/Makefile +++ b/editors/kakoune/Makefile @@ -3,7 +3,7 @@ DISTVERSION= 2020.09.01 CATEGORIES= editors MASTER_SITES= https://github.com/mawww/kakoune/releases/download/v${DISTVERSION}/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= tobik@FreeBSD.org COMMENT= Modal code editor with a focus on interactivity LICENSE= UNLICENSE diff --git a/sysutils/lr/Makefile b/sysutils/lr/Makefile index 4b7d947bb203..5068df63c5cc 100644 --- a/sysutils/lr/Makefile +++ b/sysutils/lr/Makefile @@ -6,7 +6,7 @@ DISTVERSION= 1.5.1 PORTREVISION= 2 CATEGORIES= sysutils -MAINTAINER= ports@FreeBSD.org +MAINTAINER= tobik@FreeBSD.org COMMENT= List files, recursively LICENSE= MIT diff --git a/sysutils/pick/Makefile b/sysutils/pick/Makefile index 08bfa5822f53..ecc1a202efd1 100644 --- a/sysutils/pick/Makefile +++ b/sysutils/pick/Makefile @@ -3,7 +3,7 @@ PORTVERSION= 4.0.0 CATEGORIES= sysutils MASTER_SITES= https://github.com/mptre/pick/releases/download/v${PORTVERSION}/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= tobik@FreeBSD.org COMMENT= Tool for choosing one option from a set of choices with an interface LICENSE= MIT diff --git a/sysutils/xe/Makefile b/sysutils/xe/Makefile index c550d43958fb..8c5b516b08fb 100644 --- a/sysutils/xe/Makefile +++ b/sysutils/xe/Makefile @@ -5,7 +5,7 @@ DISTVERSIONPREFIX= v DISTVERSION= 0.11 CATEGORIES= sysutils -MAINTAINER= ports@FreeBSD.org +MAINTAINER= tobik@FreeBSD.org COMMENT= Simple xargs and apply replacement LICENSE= CC0-1.0 diff --git a/sysutils/yank/Makefile b/sysutils/yank/Makefile index 7914e83012ee..a11d5d7692a8 100644 --- a/sysutils/yank/Makefile +++ b/sysutils/yank/Makefile @@ -3,7 +3,7 @@ DISTVERSION= 1.2.0 CATEGORIES= sysutils MASTER_SITES= https://github.com/mptre/yank/releases/download/v${DISTVERSION}/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= tobik@FreeBSD.org COMMENT= Yank terminal output to clipboard LICENSE= MIT