git: bad91155fdfd - main - net/urlendec: take maintainership; sysutils/gomi: release maintainership
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 28 Mar 2022 10:20:14 UTC
The branch main has been updated by danfe:
URL: https://cgit.FreeBSD.org/ports/commit/?id=bad91155fdfdc7cb9344413bd0c83ba175b74ec4
commit bad91155fdfdc7cb9344413bd0c83ba175b74ec4
Author: Alexey Dokuchaev <danfe@FreeBSD.org>
AuthorDate: 2022-03-28 10:19:32 +0000
Commit: Alexey Dokuchaev <danfe@FreeBSD.org>
CommitDate: 2022-03-28 10:19:32 +0000
net/urlendec: take maintainership; sysutils/gomi: release maintainership
---
net/urlendec/Makefile | 2 +-
sysutils/gomi/Makefile | 3 +--
2 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/net/urlendec/Makefile b/net/urlendec/Makefile
index 2a8182ff6339..118c7cf06ddd 100644
--- a/net/urlendec/Makefile
+++ b/net/urlendec/Makefile
@@ -6,7 +6,7 @@ PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= http://www.whizkidtech.redprince.net/fports/
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= danfe@FreeBSD.org
COMMENT= URL encoder and decoder written in assembly
LICENSE= BSD2CLAUSE
diff --git a/sysutils/gomi/Makefile b/sysutils/gomi/Makefile
index 82c7fd095f5c..96d948688b78 100644
--- a/sysutils/gomi/Makefile
+++ b/sysutils/gomi/Makefile
@@ -5,7 +5,7 @@ PORTVERSION= 1.1.1
DISTVERSIONPREFIX= v
CATEGORIES= sysutils
-MAINTAINER= danfe@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Unix rm(1) command that can restore deleted files
LICENSE= MIT
@@ -13,7 +13,6 @@ LICENSE= MIT
USES= go:modules
USE_GITHUB= yes
GH_ACCOUNT= b4b4r07
-
GH_TUPLE= \
b4b4r07:go-cli-log:8fac4d71de01:b4b4r07_go_cli_log/vendor/github.com/b4b4r07/go-cli-log \
chzyer:readline:2972be24d48e:chzyer_readline/vendor/github.com/chzyer/readline \