Re: git: e12610832149 - 2023Q3 - Drop maintainership of ports

From: Vladimir Druzenko <vvd_at_freebsd.org>
Date: Mon, 28 Aug 2023 19:43:31 UTC
Sorry, I only wanted to pick the mumble change but wasn't careful enough…

28.08.2023 22:06, Vladimir Druzenko пишет:
> The branch 2023Q3 has been updated by vvd:
>
> URL: https://cgit.FreeBSD.org/ports/commit/?id=e1261083214933f89c74915cad20f6f59539104f
>
> commit e1261083214933f89c74915cad20f6f59539104f
> Author:     Mark Felder <feld@FreeBSD.org>
> AuthorDate: 2023-07-20 14:04:33 +0000
> Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
> CommitDate: 2023-08-28 19:02:45 +0000
>
>      Drop maintainership of ports
>      
>      I cannot give these the attention they need right now.
>      
>      (cherry picked from commit 1e21c258a72cab34f5949e65d7cb4ff584db6c4e)
> ---
>   archivers/p5-Gzip-Faster/Makefile            | 2 +-
>   audio/mumble/Makefile                        | 2 +-
>   audio/murmur-cli/Makefile                    | 2 +-
>   audio/murmur/Makefile                        | 2 +-
>   converters/p5-Bencode/Makefile               | 2 +-
>   devel/p5-ExportTo/Makefile                   | 2 +-
>   devel/p5-List-Pairwise/Makefile              | 2 +-
>   devel/p5-Util-Any/Makefile                   | 2 +-
>   devel/pear-channel-htmlpurifier.org/Makefile | 2 +-
>   devel/pear-htmlpurifier/Makefile             | 2 +-
>   dns/p5-Net-DRI/Makefile                      | 2 +-
>   net-mgmt/cdpd/Makefile                       | 2 +-
>   net-mgmt/devmon-templates/Makefile           | 2 +-
>   net-mgmt/devmon/Makefile                     | 2 +-
>   net/ntimed/Makefile                          | 2 +-
>   security/minisign/Makefile                   | 2 +-
>   security/pam-modules/Makefile                | 2 +-
>   security/rubygem-pbkdf2-ruby/Makefile        | 2 +-
>   sysutils/mfid/Makefile                       | 2 +-
>   sysutils/mptd/Makefile                       | 2 +-
>   sysutils/shuf/Makefile                       | 2 +-
>   www/p5-AnyEvent-WebSocket-Client/Makefile    | 2 +-
>   www/varnish6/Makefile                        | 2 +-
>   23 files changed, 23 insertions(+), 23 deletions(-)
>
> diff --git a/archivers/p5-Gzip-Faster/Makefile b/archivers/p5-Gzip-Faster/Makefile
> index 56c94098ca40..d1fc8fcc61de 100644
> --- a/archivers/p5-Gzip-Faster/Makefile
> +++ b/archivers/p5-Gzip-Faster/Makefile
> @@ -5,7 +5,7 @@ MASTER_SITES=	CPAN
>   MASTER_SITE_SUBDIR=	CPAN:BKB
>   PKGNAMEPREFIX=	p5-
>   
> -MAINTAINER=	feld@FreeBSD.org
> +MAINTAINER=	ports@FreeBSD.org
>   COMMENT=	Simple and fast gzip and gunzip
>   WWW=		https://metacpan.org/release/Gzip-Faster
>   
> diff --git a/audio/mumble/Makefile b/audio/mumble/Makefile
> index 5f93ad019308..9ab6479d5e05 100644
> --- a/audio/mumble/Makefile
> +++ b/audio/mumble/Makefile
> @@ -3,7 +3,7 @@ PORTVERSION=	1.3.3
>   PORTREVISION=	10
>   CATEGORIES=	audio
>   
> -MAINTAINER=	feld@FreeBSD.org
> +MAINTAINER=	ports@FreeBSD.org
>   COMMENT=	Voice chat software primarily intended for use while gaming
>   WWW=		http://mumble.sourceforge.net/
>   
> diff --git a/audio/murmur-cli/Makefile b/audio/murmur-cli/Makefile
> index 58fb8f4c2ecd..3a4278bfbe6c 100644
> --- a/audio/murmur-cli/Makefile
> +++ b/audio/murmur-cli/Makefile
> @@ -3,7 +3,7 @@ PORTVERSION=	0.0.0.20200528
>   PORTREVISION=	13
>   CATEGORIES=	audio
>   
> -MAINTAINER=	feld@FreeBSD.org
> +MAINTAINER=	ports@FreeBSD.org
>   COMMENT=	GRPC client for Murmur server
>   WWW=		https://github.com/layeh/murmur-cli
>   
> diff --git a/audio/murmur/Makefile b/audio/murmur/Makefile
> index e286c33d451c..6d813e3c4458 100644
> --- a/audio/murmur/Makefile
> +++ b/audio/murmur/Makefile
> @@ -3,7 +3,7 @@ PORTVERSION=	1.3.3
>   PORTREVISION=	6
>   CATEGORIES=	audio net
>   
> -MAINTAINER=	feld@FreeBSD.org
> +MAINTAINER=	ports@FreeBSD.org
>   COMMENT=	Server component of Mumble
>   WWW=		http://mumble.sourceforge.net/
>   
> diff --git a/converters/p5-Bencode/Makefile b/converters/p5-Bencode/Makefile
> index 04d88a303060..07690832b335 100644
> --- a/converters/p5-Bencode/Makefile
> +++ b/converters/p5-Bencode/Makefile
> @@ -6,7 +6,7 @@ MASTER_SITES=	CPAN
>   MASTER_SITE_SUBDIR=	CPAN:ARISTOTLE
>   PKGNAMEPREFIX=	p5-
>   
> -MAINTAINER=	feld@FreeBSD.org
> +MAINTAINER=	ports@FreeBSD.org
>   COMMENT=	BitTorrent bencode serialisation format
>   WWW=		https://metacpan.org/release/Bencode
>   
> diff --git a/devel/p5-ExportTo/Makefile b/devel/p5-ExportTo/Makefile
> index 676f69722f35..0bb7ef516278 100644
> --- a/devel/p5-ExportTo/Makefile
> +++ b/devel/p5-ExportTo/Makefile
> @@ -5,7 +5,7 @@ MASTER_SITES=	CPAN
>   MASTER_SITE_SUBDIR=	CPAN:KTAT
>   PKGNAMEPREFIX=	p5-
>   
> -MAINTAINER=	feld@FreeBSD.org
> +MAINTAINER=	ports@FreeBSD.org
>   COMMENT=	Export any function/method to any namespace
>   WWW=		https://github.com/ktat/ExportTo
>   
> diff --git a/devel/p5-List-Pairwise/Makefile b/devel/p5-List-Pairwise/Makefile
> index b96628a91fc8..064d107816b7 100644
> --- a/devel/p5-List-Pairwise/Makefile
> +++ b/devel/p5-List-Pairwise/Makefile
> @@ -4,7 +4,7 @@ CATEGORIES=	devel perl5
>   MASTER_SITES=	CPAN
>   PKGNAMEPREFIX=	p5-
>   
> -MAINTAINER=	feld@FreeBSD.org
> +MAINTAINER=	ports@FreeBSD.org
>   COMMENT=	Map/grep arrays and hashes pairwise
>   WWW=		https://metacpan.org/pod/List::Pairwise
>   
> diff --git a/devel/p5-Util-Any/Makefile b/devel/p5-Util-Any/Makefile
> index 6b93af16ae18..7132c6396ee3 100644
> --- a/devel/p5-Util-Any/Makefile
> +++ b/devel/p5-Util-Any/Makefile
> @@ -5,7 +5,7 @@ MASTER_SITES=	CPAN
>   MASTER_SITE_SUBDIR=	CPAN:KTAT
>   PKGNAMEPREFIX=	p5-
>   
> -MAINTAINER=	feld@FreeBSD.org
> +MAINTAINER=	ports@FreeBSD.org
>   COMMENT=	Export any utilities and create your own utility module
>   WWW=		https://github.com/ktat/Util-Any
>   
> diff --git a/devel/pear-channel-htmlpurifier.org/Makefile b/devel/pear-channel-htmlpurifier.org/Makefile
> index f8e0bd31cb83..62068dd5d42e 100644
> --- a/devel/pear-channel-htmlpurifier.org/Makefile
> +++ b/devel/pear-channel-htmlpurifier.org/Makefile
> @@ -4,7 +4,7 @@ PORTREVISION=	1
>   CATEGORIES=	devel www pear
>   MASTER_SITES=	#
>   
> -MAINTAINER=	feld@FreeBSD.org
> +MAINTAINER=	ports@FreeBSD.org
>   COMMENT=	PEAR channel ${PEAR_CHANNEL_HOST}
>   WWW=		http://htmlpurifier.org/
>   
> diff --git a/devel/pear-htmlpurifier/Makefile b/devel/pear-htmlpurifier/Makefile
> index 5c84b0168792..d13b736dd569 100644
> --- a/devel/pear-htmlpurifier/Makefile
> +++ b/devel/pear-htmlpurifier/Makefile
> @@ -6,7 +6,7 @@ MASTER_SITES=	http://htmlpurifier.org/get/ \
>   DISTNAME=	HTMLPurifier-${PORTVERSION}
>   PKGNAMEPREFIX=	${PEAR_PKGNAMEPREFIX}
>   
> -MAINTAINER=	feld@FreeBSD.org
> +MAINTAINER=	ports@FreeBSD.org
>   COMMENT=	PHP HTML filter library
>   WWW=		http://htmlpurifier.org/
>   
> diff --git a/dns/p5-Net-DRI/Makefile b/dns/p5-Net-DRI/Makefile
> index 595aeb5b59ef..73dd7a3e8f7b 100644
> --- a/dns/p5-Net-DRI/Makefile
> +++ b/dns/p5-Net-DRI/Makefile
> @@ -5,7 +5,7 @@ CATEGORIES=	dns perl5
>   MASTER_SITES=	CPAN
>   PKGNAMEPREFIX=	p5-
>   
> -MAINTAINER=	feld@FreeBSD.org
> +MAINTAINER=	ports@FreeBSD.org
>   COMMENT=	Perl library to access Domain Name Registries/Registrars
>   WWW=		https://metacpan.org/release/Net-DRI
>   
> diff --git a/net-mgmt/cdpd/Makefile b/net-mgmt/cdpd/Makefile
> index d444df72d2f4..a5f407016833 100644
> --- a/net-mgmt/cdpd/Makefile
> +++ b/net-mgmt/cdpd/Makefile
> @@ -4,7 +4,7 @@ PORTREVISION=	1
>   CATEGORIES=	net-mgmt
>   MASTER_SITES=	http://snar.spb.ru/prog/cdpd/
>   
> -MAINTAINER=	feld@FreeBSD.org
> +MAINTAINER=	ports@FreeBSD.org
>   COMMENT=	Daemon to send CDP/LLDP announces over ethernet
>   
>   LICENSE=	BSD2CLAUSE
> diff --git a/net-mgmt/devmon-templates/Makefile b/net-mgmt/devmon-templates/Makefile
> index 07b23bb73759..6325611069ce 100644
> --- a/net-mgmt/devmon-templates/Makefile
> +++ b/net-mgmt/devmon-templates/Makefile
> @@ -3,7 +3,7 @@ DISTVERSION=	20080206
>   CATEGORIES=	net-mgmt
>   MASTER_SITES=	SF/devmon/${PORTNAME}/templates/
>   
> -MAINTAINER=	feld@FreeBSD.org
> +MAINTAINER=	ports@FreeBSD.org
>   COMMENT=	Device templates for use with devmon
>   WWW=		http://devmon.sourceforge.net/
>   
> diff --git a/net-mgmt/devmon/Makefile b/net-mgmt/devmon/Makefile
> index ee1403131a78..9bc9c049e643 100644
> --- a/net-mgmt/devmon/Makefile
> +++ b/net-mgmt/devmon/Makefile
> @@ -4,7 +4,7 @@ PORTREVISION=	4
>   CATEGORIES=	net-mgmt
>   MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${DISTVERSION}
>   
> -MAINTAINER=	feld@FreeBSD.org
> +MAINTAINER=	ports@FreeBSD.org
>   COMMENT=	Device monitoring addition to Xymon/Hobbit/BigBrother
>   WWW=		http://devmon.sourceforge.net/
>   
> diff --git a/net/ntimed/Makefile b/net/ntimed/Makefile
> index 7d74b7dbae9c..3f31bc8a9822 100644
> --- a/net/ntimed/Makefile
> +++ b/net/ntimed/Makefile
> @@ -3,7 +3,7 @@ PORTVERSION=	0.0.2015.01.30
>   PORTREVISION=	1
>   CATEGORIES=	net
>   
> -MAINTAINER=	feld@FreeBSD.org
> +MAINTAINER=	ports@FreeBSD.org
>   COMMENT=	Network time synchronization client
>   WWW=		https://github.com/bsdphk/Ntimed
>   
> diff --git a/security/minisign/Makefile b/security/minisign/Makefile
> index d807a20197f3..e1cd9bf9ee56 100644
> --- a/security/minisign/Makefile
> +++ b/security/minisign/Makefile
> @@ -2,7 +2,7 @@ PORTNAME=	minisign
>   PORTVERSION=	0.9
>   CATEGORIES=	security
>   
> -MAINTAINER=	feld@FreeBSD.org
> +MAINTAINER=	ports@FreeBSD.org
>   COMMENT=	Simple tool to sign files and verify signatures
>   WWW=		https://github.com/jedisct1/minisign
>   
> diff --git a/security/pam-modules/Makefile b/security/pam-modules/Makefile
> index aa9e892f2bcb..cfa01bc2a2c1 100644
> --- a/security/pam-modules/Makefile
> +++ b/security/pam-modules/Makefile
> @@ -4,7 +4,7 @@ PORTREVISION=	1
>   CATEGORIES=	security
>   MASTER_SITES=	ftp://download.gnu.org.ua/pub/release/pam-modules/
>   
> -MAINTAINER=	feld@FreeBSD.org
> +MAINTAINER=	ports@FreeBSD.org
>   COMMENT=	Collection of modules for PAM
>   WWW=		https://puszcza.gnu.org.ua/software/pam-modules/pam-modules.html
>   
> diff --git a/security/rubygem-pbkdf2-ruby/Makefile b/security/rubygem-pbkdf2-ruby/Makefile
> index 9394e63e547f..0cbac92f1238 100644
> --- a/security/rubygem-pbkdf2-ruby/Makefile
> +++ b/security/rubygem-pbkdf2-ruby/Makefile
> @@ -3,7 +3,7 @@ PORTVERSION=	0.2.1
>   CATEGORIES=	security rubygems
>   MASTER_SITES=	RG
>   
> -MAINTAINER=	feld@FreeBSD.org
> +MAINTAINER=	ports@FreeBSD.org
>   COMMENT=	Password Based Key Derivation Function 2 for Ruby
>   WWW=		https://github.com/emerose/pbkdf2-ruby
>   
> diff --git a/sysutils/mfid/Makefile b/sysutils/mfid/Makefile
> index 7fc567144540..0d606d00743e 100644
> --- a/sysutils/mfid/Makefile
> +++ b/sysutils/mfid/Makefile
> @@ -4,7 +4,7 @@ PORTREVISION=	1
>   CATEGORIES=	sysutils
>   MASTER_SITES=	LOCAL/feld
>   
> -MAINTAINER=	feld@FreeBSD.org
> +MAINTAINER=	ports@FreeBSD.org
>   COMMENT=	Monitoring daemon for mfi RAID controllers
>   WWW=		https://www.freebsd.org/
>   
> diff --git a/sysutils/mptd/Makefile b/sysutils/mptd/Makefile
> index 4730db484ce9..6f21d68618d3 100644
> --- a/sysutils/mptd/Makefile
> +++ b/sysutils/mptd/Makefile
> @@ -4,7 +4,7 @@ PORTREVISION=	1
>   CATEGORIES=	sysutils
>   MASTER_SITES=	https://www.glenbarber.us/ports/${CATEGORIES}/${PORTNAME}/
>   
> -MAINTAINER=	feld@FreeBSD.org
> +MAINTAINER=	ports@FreeBSD.org
>   COMMENT=	Monitoring daemon for mpt RAID controllers
>   WWW=		https://www.freebsd.org/
>   
> diff --git a/sysutils/shuf/Makefile b/sysutils/shuf/Makefile
> index 08f877f6c9ee..2b3921e3e5f3 100644
> --- a/sysutils/shuf/Makefile
> +++ b/sysutils/shuf/Makefile
> @@ -3,7 +3,7 @@ DISTVERSION=	3.0
>   CATEGORIES=	sysutils
>   MASTER_SITES=	https://github.com/ibara/shuf/releases/download/${PORTNAME}-${DISTVERSION}/
>   
> -MAINTAINER=	feld@FreeBSD.org
> +MAINTAINER=	ports@FreeBSD.org
>   COMMENT=	Randomly permute input lines
>   WWW=		https://github.com/ibara/shuf
>   
> diff --git a/www/p5-AnyEvent-WebSocket-Client/Makefile b/www/p5-AnyEvent-WebSocket-Client/Makefile
> index 962afde83d49..0038ad130632 100644
> --- a/www/p5-AnyEvent-WebSocket-Client/Makefile
> +++ b/www/p5-AnyEvent-WebSocket-Client/Makefile
> @@ -6,7 +6,7 @@ MASTER_SITES=	CPAN
>   MASTER_SITE_SUBDIR=	CPAN:PLICEASE
>   PKGNAMEPREFIX=	p5-
>   
> -MAINTAINER=	feld@FreeBSD.org
> +MAINTAINER=	ports@FreeBSD.org
>   COMMENT=	WebSocket client for AnyEvent
>   WWW=		https://github.com/plicease/AnyEvent-WebSocket-Client
>   
> diff --git a/www/varnish6/Makefile b/www/varnish6/Makefile
> index b564f5fba7e7..1996a249328e 100644
> --- a/www/varnish6/Makefile
> +++ b/www/varnish6/Makefile
> @@ -5,7 +5,7 @@ PORTREVISION=	0
>   CATEGORIES=	www
>   PKGNAMESUFFIX=	6
>   
> -MAINTAINER=	feld@FreeBSD.org
> +MAINTAINER=	ports@FreeBSD.org
>   COMMENT=	High-performance HTTP accelerator
>   WWW=		https://www.varnish-cache.org/
>   


-- 
Best regards,
Vladimir Druzenko