From owner-dev-commits-ports-all@freebsd.org Mon Jun 7 17:36:32 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 F265A6517A8; Mon, 7 Jun 2021 17:36:32 +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 4FzLC46Y35z3l9r; Mon, 7 Jun 2021 17:36:32 +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 BE6E119779; Mon, 7 Jun 2021 17:36:32 +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 157HaWr0083960; Mon, 7 Jun 2021 17:36:32 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 157HaWiY083959; Mon, 7 Jun 2021 17:36:32 GMT (envelope-from git) Date: Mon, 7 Jun 2021 17:36:32 GMT Message-Id: <202106071736.157HaWiY083959@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Rene Ladan Subject: git: 3f55f503379c - main - */*: return shurd's ports to the pool ... MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: rene X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 3f55f503379cb91e47cd95a0eb8e32497c1ae96d 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: Mon, 07 Jun 2021 17:36:33 -0000 The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=3f55f503379cb91e47cd95a0eb8e32497c1ae96d commit 3f55f503379cb91e47cd95a0eb8e32497c1ae96d Author: Rene Ladan AuthorDate: 2021-06-07 17:35:25 +0000 Commit: Rene Ladan 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}