Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Jun 2021 17:36:32 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: 3f55f503379c - main - */*: return shurd's ports to the pool ...
Message-ID:  <202106071736.157HaWiY083959@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=3f55f503379cb91e47cd95a0eb8e32497c1ae96d

commit 3f55f503379cb91e47cd95a0eb8e32497c1ae96d
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2021-06-07 17:35:25 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2021-06-07 17:36:24 +0000

    */*: return shurd's ports to the pool ...
    
    ... after safekeeping his commit bit.
    
    With hat:       portmgr-secretary
---
 comms/concordance/Makefile      | 2 +-
 comms/libconcord/Makefile       | 2 +-
 comms/syncterm/Makefile         | 2 +-
 devel/wxformbuilder/Makefile    | 2 +-
 games/freedink-data/Makefile    | 2 +-
 games/freedink-dfarc/Makefile   | 2 +-
 games/freedink-engine/Makefile  | 2 +-
 games/freedink/Makefile         | 2 +-
 misc/jbidwatcher/Makefile       | 2 +-
 net/pkt-gen/Makefile            | 2 +-
 ports-mgmt/pkg_cleanup/Makefile | 2 +-
 11 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/comms/concordance/Makefile b/comms/concordance/Makefile
index fb57b2f8b1d8..cefe3641dcec 100644
--- a/comms/concordance/Makefile
+++ b/comms/concordance/Makefile
@@ -6,7 +6,7 @@ PORTREVISION=	1
 CATEGORIES=	comms
 MASTER_SITES=	SF
 
-MAINTAINER=	shurd@FreeBSD.org
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Command-line Logitech Harmony configuration tool
 
 LICENSE=	GPLv2
diff --git a/comms/libconcord/Makefile b/comms/libconcord/Makefile
index fd98b3dc5d26..5bd102626592 100644
--- a/comms/libconcord/Makefile
+++ b/comms/libconcord/Makefile
@@ -7,7 +7,7 @@ CATEGORIES=	comms
 MASTER_SITES=	SF/concordance/concordance/${PORTVERSION}
 DISTNAME=	concordance-${PORTVERSION}
 
-MAINTAINER=	shurd@FreeBSD.org
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Logitech Harmony configuration library
 
 LICENSE=	GPLv2
diff --git a/comms/syncterm/Makefile b/comms/syncterm/Makefile
index 8f3de48a3bd4..c2fe8c40c1c7 100644
--- a/comms/syncterm/Makefile
+++ b/comms/syncterm/Makefile
@@ -5,7 +5,7 @@ PORTVERSION=	1.0
 CATEGORIES=	comms
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
 
-MAINTAINER=	shurd@FreeBSD.org
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	ANSI-BBS terminal which supports telnet, rlogin, and SSH
 
 LICENSE=	GPLv2
diff --git a/devel/wxformbuilder/Makefile b/devel/wxformbuilder/Makefile
index fc1fa73ef1dd..9ca4422e990e 100644
--- a/devel/wxformbuilder/Makefile
+++ b/devel/wxformbuilder/Makefile
@@ -5,7 +5,7 @@ CATEGORIES=	devel
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}-nightly/${DISTVERSION}
 DISTNAME=	wxFormBuilder_v${DISTVERSION}-source
 
-MAINTAINER=	shurd@FreeBSD.org
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	WYSIWYG GUI Designer and Code Generator for wxWidgets
 
 LICENSE=	GPLv2
diff --git a/games/freedink-data/Makefile b/games/freedink-data/Makefile
index 730647f4ac4f..d8ab1c1722af 100644
--- a/games/freedink-data/Makefile
+++ b/games/freedink-data/Makefile
@@ -5,7 +5,7 @@ PORTVERSION=	1.08.${PORTVER}
 CATEGORIES=	games
 MASTER_SITES=	GNU/freedink
 
-MAINTAINER=	shurd@FreeBSD.org
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Game data for games/freedink (Dink Smallwood)
 
 USES=		gettext gmake
diff --git a/games/freedink-dfarc/Makefile b/games/freedink-dfarc/Makefile
index ecaec7d24893..1f2e31a4a5b9 100644
--- a/games/freedink-dfarc/Makefile
+++ b/games/freedink-dfarc/Makefile
@@ -7,7 +7,7 @@ CATEGORIES=	games
 MASTER_SITES=	GNU/freedink
 DISTNAME=	dfarc-${PORTVERSION}
 
-MAINTAINER=	shurd@FreeBSD.org
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Frontend and .dmod installer for GNU FreeDink
 
 USES=		compiler:c++11-lib desktop-file-utils gettext gmake gnome \
diff --git a/games/freedink-engine/Makefile b/games/freedink-engine/Makefile
index 5794776055ff..00dcf1d5aeea 100644
--- a/games/freedink-engine/Makefile
+++ b/games/freedink-engine/Makefile
@@ -7,7 +7,7 @@ CATEGORIES=	games
 MASTER_SITES=	GNU
 PKGNAMESUFFIX=	-engine
 
-MAINTAINER=	shurd@FreeBSD.org
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Dink Smallwood RPG and RPG Construction Set
 
 LIB_DEPENDS=	libfontconfig.so:x11-fonts/fontconfig \
diff --git a/games/freedink/Makefile b/games/freedink/Makefile
index d2b6868db1d7..ee0213a4ed7c 100644
--- a/games/freedink/Makefile
+++ b/games/freedink/Makefile
@@ -4,7 +4,7 @@ PORTNAME=	freedink
 PORTVERSION=	108.4
 CATEGORIES=	games
 
-MAINTAINER=	shurd@FreeBSD.org
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Metaport for FreeDink engine and data
 
 RUN_DEPENDS=	freedink-engine>=${PORTVERSION}:games/freedink-engine \
diff --git a/misc/jbidwatcher/Makefile b/misc/jbidwatcher/Makefile
index 8f9c7ab9c789..b6ef4cfcbe22 100644
--- a/misc/jbidwatcher/Makefile
+++ b/misc/jbidwatcher/Makefile
@@ -6,7 +6,7 @@ PORTREVISION=	1
 CATEGORIES=	misc java
 MASTER_SITES=	http://www.jbidwatcher.com/download/
 
-MAINTAINER=	shurd@FreeBSD.org
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Java-based application allowing you to monitor eBay auctions
 
 USES=	tar:bzip2
diff --git a/net/pkt-gen/Makefile b/net/pkt-gen/Makefile
index 1cfabfc2f1b8..cf32dc895d50 100644
--- a/net/pkt-gen/Makefile
+++ b/net/pkt-gen/Makefile
@@ -3,7 +3,7 @@ PORTVERSION=	g2017.08.06
 PORTREVISION=	1
 CATEGORIES=	net
 
-MAINTAINER=	shurd@FreeBSD.org
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Packet sink/source using the netmap API
 
 LICENSE=	BSD2CLAUSE
diff --git a/ports-mgmt/pkg_cleanup/Makefile b/ports-mgmt/pkg_cleanup/Makefile
index 8595a25571bd..f4556ee4c633 100644
--- a/ports-mgmt/pkg_cleanup/Makefile
+++ b/ports-mgmt/pkg_cleanup/Makefile
@@ -5,7 +5,7 @@ PORTVERSION=	2.1
 CATEGORIES=	ports-mgmt
 DISTFILES=
 
-MAINTAINER=	shurd@FreeBSD.org
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Interactive program for deinstalling 'leaf' packages
 
 WRKSRC=		${WRKDIR}/${PORTNAME}



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