From nobody Wed Dec 07 15:20:17 2022 X-Original-To: freebsd-ports@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4NS1F65lvFz4k4kS for ; Wed, 7 Dec 2022 15:20:26 +0000 (UTC) (envelope-from einar@isnic.is) Received: from mx01.isnic.is (mx01.isnic.is [193.4.58.133]) (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 (2048 bits) client-digest SHA256) (Client CN "mx01.isnic.is", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4NS1F56trVz3x8M for ; Wed, 7 Dec 2022 15:20:25 +0000 (UTC) (envelope-from einar@isnic.is) Authentication-Results: mx1.freebsd.org; dkim=pass header.d=isnic.is header.s=20200921 header.b="J/LAfgXS"; spf=pass (mx1.freebsd.org: domain of einar@isnic.is designates 193.4.58.133 as permitted sender) smtp.mailfrom=einar@isnic.is; dmarc=pass (policy=quarantine) header.from=isnic.is Received: from ht-mailstore01.isnic.is (ht-mailstore01.isnic.is [IPv6:2001:67c:6c:56::2]) by mx01.isnic.is (Postfix) with ESMTPS id 0EA6C3660C for ; Wed, 7 Dec 2022 15:20:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=isnic.is; s=20200921; t=1670426418; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=rxPoGZ766lLNmHXrNOMd+QDWCdwquWN/p8VFut2ey9c=; b=J/LAfgXSBABt8jGZCfS11bW3cdguLidNeAPoMCky0oporiE20K8DP9+KTTpnot9WvKUVf7 0sXvNwE5ZA/8GF19O6xD9gegyb43HJoLJ20z7chVRaWJy1cY2U1kHFcVamtIZfaCE3m5D0 YUL3tT1aRXZ6HmFdA4nr0OJMQYLZ8Tp59Z0XQPZd+jB9NBJs1kOqE6pRoIOzLCtxRHQ0P9 qozjaeCVZNf8vTEM5C32XawIYV4SxCQOv7ML06QRSVwcy4LNa4FxaOgA3C6ZAKbNBE8cu0 uCv4enP34spdfXXyJxnEH/z0a0x6m+/U5ECKlh4P0RJGpGMlSoae8VXGMxoEOQ== Received: from [IPV6:2001:67c:6c:400::116] (unknown [IPv6:2001:67c:6c:400::116]) by ht-mailstore01.isnic.is (Postfix) with ESMTPS id DF5691FEBE for ; Wed, 7 Dec 2022 15:20:17 +0000 (UTC) Message-ID: Date: Wed, 7 Dec 2022 15:20:17 +0000 List-Id: Porting software to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-ports List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.4.2 Content-Language: en-US To: freebsd-ports@freebsd.org From: =?UTF-8?Q?Einar_Bjarni_Halld=c3=b3rsson?= Subject: mail/mailman3 update and change maintainer Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spamd-Result: default: False [-4.00 / 15.00]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_SHORT(-1.00)[-1.000]; DMARC_POLICY_ALLOW(-0.50)[isnic.is,quarantine]; R_SPF_ALLOW(-0.20)[+ip4:193.4.58.0/23:c]; R_DKIM_ALLOW(-0.20)[isnic.is:s=20200921]; MIME_GOOD(-0.10)[text/plain]; MLMMJ_DEST(0.00)[freebsd-ports@freebsd.org]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:1850, ipnet:193.4.58.0/23, country:IS]; FROM_EQ_ENVFROM(0.00)[]; DKIM_TRACE(0.00)[isnic.is:+]; ARC_NA(0.00)[]; RCVD_TLS_ALL(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; FROM_HAS_DN(0.00)[]; RCVD_COUNT_THREE(0.00)[3]; PREVIOUSLY_DELIVERED(0.00)[freebsd-ports@freebsd.org]; RCPT_COUNT_ONE(0.00)[1]; TO_DN_NONE(0.00)[]; MID_RHS_MATCH_FROM(0.00)[] X-Rspamd-Queue-Id: 4NS1F56trVz3x8M X-Spamd-Bar: --- X-ThisMailContainsUnwantedMimeParts: N Hi, https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=267890 Current maintainer has OK'd me taking over. As-is the port is completely broken. This patch syncs it with upstream and I've confirmed it builds and runs with current tree. .einar