Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 May 2021 16:58:03 GMT
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: a568582e026d - main - *: reset lifanov's ports after safekeeping their ports bit.
Message-ID:  <202105041658.144Gw3Jk081613@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by rene:

URL: https://cgit.FreeBSD.org/ports/commit/?id=a568582e026df32a6499996002ab73d4ecfe04b3

commit a568582e026df32a6499996002ab73d4ecfe04b3
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2021-05-04 16:35:19 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2021-05-04 16:57:55 +0000

    *: reset lifanov's ports after safekeeping their ports bit.
    
    Hat:    portmgr-secretary
---
 archivers/innoextract/Makefile           | 2 +-
 devel/bats-core/Makefile                 | 2 +-
 devel/py-backports/Makefile              | 2 +-
 devel/py-cached-property/Makefile        | 2 +-
 devel/py-dockerpty/Makefile              | 2 +-
 games/alex4/Makefile                     | 2 +-
 games/cowsay/Makefile                    | 2 +-
 games/endgame-singularity-music/Makefile | 2 +-
 games/sokoban/Makefile                   | 2 +-
 games/stonesoup/Makefile                 | 2 +-
 games/wtf/Makefile                       | 2 +-
 news/diablo/Makefile                     | 2 +-
 security/hashcat-legacy/Makefile         | 2 +-
 security/hashcat/Makefile                | 2 +-
 security/openfortivpn/Makefile           | 2 +-
 security/py-docker-pycreds/Makefile      | 2 +-
 sysutils/ansible/Makefile                | 2 +-
 sysutils/docker-compose/Makefile         | 2 +-
 sysutils/docker-machine/Makefile         | 2 +-
 sysutils/docker/Makefile                 | 2 +-
 sysutils/opencorsairlink/Makefile        | 2 +-
 sysutils/packer/Makefile                 | 2 +-
 sysutils/py-docker/Makefile              | 2 +-
 sysutils/terraform/Makefile              | 2 +-
 24 files changed, 24 insertions(+), 24 deletions(-)

diff --git a/archivers/innoextract/Makefile b/archivers/innoextract/Makefile
index 1fe877d6481a..9cbaa957e694 100644
--- a/archivers/innoextract/Makefile
+++ b/archivers/innoextract/Makefile
@@ -3,7 +3,7 @@ PORTVERSION=	1.9
 CATEGORIES=	archivers
 MASTER_SITES=	http://constexpr.org/innoextract/files/
 
-MAINTAINER=	lifanov@FreeBSD.org
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Program to extract Inno Setup files
 
 LICENSE=	ZLIB
diff --git a/devel/bats-core/Makefile b/devel/bats-core/Makefile
index 54991ddd8265..e99f813e8c58 100644
--- a/devel/bats-core/Makefile
+++ b/devel/bats-core/Makefile
@@ -4,7 +4,7 @@ DISTVERSION=	1.1.0
 PORTREVISION=	1
 CATEGORIES=	devel
 
-MAINTAINER=	lifanov@FreeBSD.org
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Bash automated testing system
 
 LICENSE=	MIT
diff --git a/devel/py-backports/Makefile b/devel/py-backports/Makefile
index 2443df28bdc1..1f2ec897807e 100644
--- a/devel/py-backports/Makefile
+++ b/devel/py-backports/Makefile
@@ -4,7 +4,7 @@ PORTVERSION=	1
 CATEGORIES=	devel python
 DISTFILES=
 
-MAINTAINER=	lifanov@FreeBSD.org
+MAINTAINER=	python@FreeBSD.org
 COMMENT=	Shared namespace shim for py-backports.* ports
 
 LICENSE=	MIT
diff --git a/devel/py-cached-property/Makefile b/devel/py-cached-property/Makefile
index b771e6dabdfc..6758c366bd28 100644
--- a/devel/py-cached-property/Makefile
+++ b/devel/py-cached-property/Makefile
@@ -4,7 +4,7 @@ CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
-MAINTAINER=	lifanov@FreeBSD.org
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Decorator for caching properties in classes
 
 LICENSE=	BSD3CLAUSE
diff --git a/devel/py-dockerpty/Makefile b/devel/py-dockerpty/Makefile
index 98b2df7370f6..86c1fe30d03f 100644
--- a/devel/py-dockerpty/Makefile
+++ b/devel/py-dockerpty/Makefile
@@ -4,7 +4,7 @@ CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
-MAINTAINER=	lifanov@FreeBSD.org
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Python library to use the pseudo-tty of a docker container
 
 LICENSE=	APACHE20
diff --git a/games/alex4/Makefile b/games/alex4/Makefile
index fe98dae2f4bf..004ccc09f597 100644
--- a/games/alex4/Makefile
+++ b/games/alex4/Makefile
@@ -9,7 +9,7 @@ MASTER_SITES=	SF/allegator/Alex4/source%20and%20data/ \
 DISTFILES=	alex4src_data.zip ${PORTNAME}.png:icons
 EXTRACT_ONLY=	alex4src_data.zip
 
-MAINTAINER=	lifanov@FreeBSD.org
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Classic platformer with Alex the Allegator
 
 LICENSE=	GPLv2
diff --git a/games/cowsay/Makefile b/games/cowsay/Makefile
index d787f1f3806a..579fea0467b6 100644
--- a/games/cowsay/Makefile
+++ b/games/cowsay/Makefile
@@ -6,7 +6,7 @@ DISTVERSIONPREFIX=	cowsay-
 PORTREVISION=	2
 CATEGORIES=	games
 
-MAINTAINER=	lifanov@FreeBSD.org
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Configurable talking characters in ASCII art
 
 LICENSE=	GPLv3+
diff --git a/games/endgame-singularity-music/Makefile b/games/endgame-singularity-music/Makefile
index 5aee4ded0d2f..f3ebe70b2520 100644
--- a/games/endgame-singularity-music/Makefile
+++ b/games/endgame-singularity-music/Makefile
@@ -5,7 +5,7 @@ PORTVERSION=	007
 PORTREVISION=	1
 CATEGORIES=	games
 
-MAINTAINER=	lifanov@FreeBSD.org
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Music pack for endgame-singularity
 
 LICENSE=	CC-BY-SA-3.0
diff --git a/games/sokoban/Makefile b/games/sokoban/Makefile
index 1d8415a37deb..5199517fb46e 100644
--- a/games/sokoban/Makefile
+++ b/games/sokoban/Makefile
@@ -7,7 +7,7 @@ CATEGORIES=		games
 MASTER_SITES=		SUNSITE/games/strategy
 DISTNAME=		${PORTNAME}-src
 
-MAINTAINER=		lifanov@FreeBSD.org
+MAINTAINER=		ports@FreeBSD.org
 COMMENT=		Logical game: problems with packets in cave
 
 USES=			ncurses
diff --git a/games/stonesoup/Makefile b/games/stonesoup/Makefile
index ab287197f916..25fed763d150 100644
--- a/games/stonesoup/Makefile
+++ b/games/stonesoup/Makefile
@@ -5,7 +5,7 @@ PORTVERSION=	0.23.2
 PORTREVISION=	1
 CATEGORIES=	games
 
-MAINTAINER=	lifanov@FreeBSD.org
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Dungeon Crawl Stone Soup - a fun, free rogue-like game
 
 LICENSE=	GPLv2
diff --git a/games/wtf/Makefile b/games/wtf/Makefile
index ee826c068b9d..5803d997a41b 100644
--- a/games/wtf/Makefile
+++ b/games/wtf/Makefile
@@ -5,7 +5,7 @@ PORTVERSION=	20191201
 CATEGORIES=	games
 MASTER_SITES=	SF/bsdwtf
 
-MAINTAINER=	lifanov@FreeBSD.org
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Translates common Internet acronyms
 
 LICENSE=	PD
diff --git a/news/diablo/Makefile b/news/diablo/Makefile
index 69a4a23e664b..3f30fff043bb 100644
--- a/news/diablo/Makefile
+++ b/news/diablo/Makefile
@@ -7,7 +7,7 @@ CATEGORIES=	news
 MASTER_SITES=	http://www.openusenet.org/diablo/download/
 DISTNAME=	${PORTNAME}-${PORTVERSION}-REL
 
-MAINTAINER=	lifanov@FreeBSD.org
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Comprehensive newsfeeding and newsreading software package
 
 LICENSE=	BSD3CLAUSE
diff --git a/security/hashcat-legacy/Makefile b/security/hashcat-legacy/Makefile
index f7c434cc5718..7135fa3ca679 100644
--- a/security/hashcat-legacy/Makefile
+++ b/security/hashcat-legacy/Makefile
@@ -5,7 +5,7 @@ PORTVERSION=	2.00
 PORTREVISION=	7
 CATEGORIES=	security
 
-MAINTAINER=	lifanov@FreeBSD.org
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Advanced CPU-based password recovery utility
 
 LICENSE=	MIT
diff --git a/security/hashcat/Makefile b/security/hashcat/Makefile
index 19b115cb8a19..5738f6047305 100644
--- a/security/hashcat/Makefile
+++ b/security/hashcat/Makefile
@@ -4,7 +4,7 @@ DISTVERSIONPREFIX=	v
 PORTEPOCH=	1
 CATEGORIES=	security
 
-MAINTAINER=	lifanov@FreeBSD.org
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Advanced CPU-based password recovery utility
 
 LICENSE=	MIT
diff --git a/security/openfortivpn/Makefile b/security/openfortivpn/Makefile
index c36e40a9fa2c..d1bf8f3b76bc 100644
--- a/security/openfortivpn/Makefile
+++ b/security/openfortivpn/Makefile
@@ -3,7 +3,7 @@ PORTVERSION=	1.16.0
 DISTVERSIONPREFIX=	v
 CATEGORIES=	security net-vpn
 
-MAINTAINER=	lifanov@FreeBSD.org
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Client for PPP+SSL VPN tunnel services
 
 BUILD_DEPENDS=	gsed:textproc/gsed
diff --git a/security/py-docker-pycreds/Makefile b/security/py-docker-pycreds/Makefile
index 8096a27c8492..2bcf5ee253ab 100644
--- a/security/py-docker-pycreds/Makefile
+++ b/security/py-docker-pycreds/Makefile
@@ -4,7 +4,7 @@ CATEGORIES=	security python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
-MAINTAINER=	lifanov@FreeBSD.org
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Python bindings for the docker credentials store API
 
 LICENSE=	APACHE20
diff --git a/sysutils/ansible/Makefile b/sysutils/ansible/Makefile
index 426fd3f68533..d1c1f3e2be3c 100644
--- a/sysutils/ansible/Makefile
+++ b/sysutils/ansible/Makefile
@@ -5,7 +5,7 @@ CATEGORIES=	sysutils python
 MASTER_SITES=	http://releases.ansible.com/ansible/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
-MAINTAINER=	lifanov@FreeBSD.org
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Radically simple IT automation
 
 LICENSE=	GPLv3+
diff --git a/sysutils/docker-compose/Makefile b/sysutils/docker-compose/Makefile
index f303fdc7a766..3bcfbef309fd 100644
--- a/sysutils/docker-compose/Makefile
+++ b/sysutils/docker-compose/Makefile
@@ -4,7 +4,7 @@ PORTREVISION=	1
 CATEGORIES=	sysutils python
 MASTER_SITES=	CHEESESHOP
 
-MAINTAINER=	lifanov@FreeBSD.org
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Define and run multi-container applications with Docker
 
 LICENSE=	APACHE20
diff --git a/sysutils/docker-machine/Makefile b/sysutils/docker-machine/Makefile
index 3c268f9235e9..412ecae44b05 100644
--- a/sysutils/docker-machine/Makefile
+++ b/sysutils/docker-machine/Makefile
@@ -4,7 +4,7 @@ DISTVERSIONPREFIX=	v
 PORTREVISION=		1
 CATEGORIES=		sysutils
 
-MAINTAINER=		lifanov@FreeBSD.org
+MAINTAINER=		ports@FreeBSD.org
 COMMENT=		Tool to create Docker hosts
 
 LICENSE=		APACHE20
diff --git a/sysutils/docker/Makefile b/sysutils/docker/Makefile
index 82ef22ddfa75..ae423180cc5e 100644
--- a/sysutils/docker/Makefile
+++ b/sysutils/docker/Makefile
@@ -6,7 +6,7 @@ DISTVERSIONPREFIX=	v
 PORTREVISION=		1
 CATEGORIES=		sysutils
 
-MAINTAINER=		lifanov@FreeBSD.org
+MAINTAINER=		ports@FreeBSD.org
 COMMENT=		Open-source application container engine
 
 LICENSE=		APACHE20
diff --git a/sysutils/opencorsairlink/Makefile b/sysutils/opencorsairlink/Makefile
index 72c6b45d9a34..bfe2e62f33a5 100644
--- a/sysutils/opencorsairlink/Makefile
+++ b/sysutils/opencorsairlink/Makefile
@@ -5,7 +5,7 @@ CATEGORIES=	sysutils
 PATCH_SITES=	https://github.com/audiohacked/OpenCorsairLink/commit/
 PATCHFILES=	d600c7ff032a3911d30b039844a31f0b3acfe26a.patch:-p1
 
-MAINTAINER=	lifanov@FreeBSD.org
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Support for CorsairLink Devices
 
 LICENSE=	GPLv2
diff --git a/sysutils/packer/Makefile b/sysutils/packer/Makefile
index f0588085e5ff..5fbc2104dd70 100644
--- a/sysutils/packer/Makefile
+++ b/sysutils/packer/Makefile
@@ -3,7 +3,7 @@ PORTVERSION=	1.6.0
 DISTVERSIONPREFIX=	v
 CATEGORIES=	sysutils
 
-MAINTAINER=	lifanov@FreeBSD.org
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Tool for creating machine images
 
 LICENSE=	MPL20
diff --git a/sysutils/py-docker/Makefile b/sysutils/py-docker/Makefile
index 318c0f40fb32..a154e25b01fa 100644
--- a/sysutils/py-docker/Makefile
+++ b/sysutils/py-docker/Makefile
@@ -4,7 +4,7 @@ CATEGORIES=	sysutils python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
-MAINTAINER=	lifanov@FreeBSD.org
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Python library for the Docker Engine API
 
 LICENSE=	APACHE20
diff --git a/sysutils/terraform/Makefile b/sysutils/terraform/Makefile
index 95c04419b708..1c641db9c304 100644
--- a/sysutils/terraform/Makefile
+++ b/sysutils/terraform/Makefile
@@ -3,7 +3,7 @@ PORTVERSION=	0.13.4
 DISTVERSIONPREFIX=	v
 CATEGORIES=	sysutils
 
-MAINTAINER=	lifanov@FreeBSD.org
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Provides a common configuration to launch infrastructure
 
 LICENSE=	MPL20



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105041658.144Gw3Jk081613>