From owner-dev-commits-ports-all@freebsd.org Fri Oct 1 19:03:42 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 431FB6B4646; Fri, 1 Oct 2021 19:03:42 +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 4HLff61Crxz4t4F; Fri, 1 Oct 2021 19:03:42 +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 09AC224D20; Fri, 1 Oct 2021 19:03:42 +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 191J3fGC077867; Fri, 1 Oct 2021 19:03:41 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 191J3fad077866; Fri, 1 Oct 2021 19:03:41 GMT (envelope-from git) Date: Fri, 1 Oct 2021 19:03:41 GMT Message-Id: <202110011903.191J3fad077866@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Gerald Pfeifer Subject: git: 01db8ddf5254 - main - emulators/wine-devel: Pass maintainership to Damjan Jovanovic MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: gerald X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 01db8ddf5254ebf2950ec14ea3209f275b87128f 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: Fri, 01 Oct 2021 19:03:42 -0000 The branch main has been updated by gerald: URL: https://cgit.FreeBSD.org/ports/commit/?id=01db8ddf5254ebf2950ec14ea3209f275b87128f commit 01db8ddf5254ebf2950ec14ea3209f275b87128f Author: Gerald Pfeifer AuthorDate: 2021-10-01 17:57:23 +0000 Commit: Gerald Pfeifer CommitDate: 2021-10-01 19:03:18 +0000 emulators/wine-devel: Pass maintainership to Damjan Jovanovic Usually assuming maintainership goes along with a patch to update or fix something. The former will come soon, with next week's snapshot, and Damjan has been active upstream and in direct conversations with me, and I will be supporting and mentoring him. --- emulators/wine-devel/Makefile | 2 +- emulators/wine-gecko-devel/Makefile | 2 +- emulators/wine-mono-devel/Makefile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index 1d9b0decf62d..efcbbcfc0249 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= SF/${PORTNAME}/Source \ PKGNAMESUFFIX?= -devel DISTFILES= ${DISTNAME}${EXTRACT_SUFX} -MAINTAINER?= emulation@FreeBSD.org +MAINTAINER?= damjan.jov@gmail.com COMMENT?= Microsoft Windows compatibility environment LICENSE= LGPL21 LGPL3 diff --git a/emulators/wine-gecko-devel/Makefile b/emulators/wine-gecko-devel/Makefile index ccf1a1b59ab8..16e53785a0ac 100644 --- a/emulators/wine-gecko-devel/Makefile +++ b/emulators/wine-gecko-devel/Makefile @@ -9,7 +9,7 @@ DISTNAME= wine-gecko-${DISTVERSION}-x86 EXTRACT_SUFX= .msi EXTRACT_ONLY= -MAINTAINER= emulation@FreeBSD.org +MAINTAINER= damjan.jov@gmail.com COMMENT= Gecko Layout Engine for Wine development branch (HTML support) LICENSE= MPL20 GPLv2 GPLv3 LGPL21 LGPL3 diff --git a/emulators/wine-mono-devel/Makefile b/emulators/wine-mono-devel/Makefile index 65e1901bfeef..963e0d5e177b 100644 --- a/emulators/wine-mono-devel/Makefile +++ b/emulators/wine-mono-devel/Makefile @@ -9,7 +9,7 @@ PKGNAMESUFFIX= -devel EXTRACT_SUFX= .msi EXTRACT_ONLY= -MAINTAINER= emulation@FreeBSD.org +MAINTAINER= damjan.jov@gmail.com COMMENT= Mono .NET implementation for Wine development branch LICENSE= MIT GPLv2 LGPL20