From nobody Thu May 04 06:49:13 2023 X-Original-To: dev-commits-ports-main@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 4QBkv94LYbz49lQN; Thu, 4 May 2023 06:49:25 +0000 (UTC) (envelope-from manu@bidouilliste.com) Received: from mx.blih.net (mx.blih.net [212.83.155.74]) (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 "mx.blih.net", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4QBkv86Q7kz3vMc; Thu, 4 May 2023 06:49:24 +0000 (UTC) (envelope-from manu@bidouilliste.com) Authentication-Results: mx1.freebsd.org; none DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bidouilliste.com; s=mx; t=1683182956; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=WcnaQooEOxdwGdHRmMoGLFEqOqhuYRmqqJGUTlvjtZA=; b=J7G0H9UTc2+cKh+qBNMq7bOSifl8QyY0oEH8hlq979T9btcPp8vDjXm7NB5e+d8T7nkWeh NiKLeu5eIhuUKq5RFbt01ycpm7TZh4MeYVvKEOl3yH6PdNaO318p1IezK8l368jB6lS4SA MzQZUkOp9on38hnTeUlp3rpzTknteto= Received: from skull.home.blih.net (lfbn-lyo-1-2174-135.w90-66.abo.wanadoo.fr [90.66.97.135]) by mx.blih.net (OpenSMTPD) with ESMTPSA id 122ab641 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Thu, 4 May 2023 06:49:14 +0000 (UTC) Date: Thu, 4 May 2023 08:49:13 +0200 From: Emmanuel Vadot To: Jan Beich Cc: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: Re: git: 688aaad7506f - main - multimedia/baka-mplayer: drop maintainership Message-Id: <20230504084913.343a53331b98999b34eece00@bidouilliste.com> In-Reply-To: <202305040547.3445lRJT081049@gitrepo.freebsd.org> References: <202305040547.3445lRJT081049@gitrepo.freebsd.org> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.33; amd64-portbld-freebsd14.0) List-Id: Commits to the main branch of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-main@freebsd.org X-BeenThere: dev-commits-ports-main@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4QBkv86Q7kz3vMc X-Spamd-Bar: ---- X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:12876, ipnet:212.83.128.0/19, country:FR] X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-ThisMailContainsUnwantedMimeParts: N Hi Jan, Replying to a random commit, On Thu, 4 May 2023 05:47:27 GMT Jan Beich wrote: > The branch main has been updated by jbeich: > > URL: https://cgit.FreeBSD.org/ports/commit/?id=688aaad7506f3a2690eef069a55b63a32caeed23 > > commit 688aaad7506f3a2690eef069a55b63a32caeed23 > Author: Jan Beich > AuthorDate: 2023-05-04 01:00:00 +0000 > Commit: Jan Beich > CommitDate: 2023-05-04 05:45:47 +0000 > > multimedia/baka-mplayer: drop maintainership > --- > multimedia/baka-mplayer/Makefile | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/multimedia/baka-mplayer/Makefile b/multimedia/baka-mplayer/Makefile > index 81cc4db29c63..944288577884 100644 > --- a/multimedia/baka-mplayer/Makefile > +++ b/multimedia/baka-mplayer/Makefile > @@ -9,7 +9,7 @@ PATCHFILES+= 6c83d34c3158.patch:-p1 # https://github.com/u8sand/Baka-MPlayer/pul > PATCHFILES+= 7864f248c3fc.patch:-p1 # https://github.com/u8sand/Baka-MPlayer/pull/317 > PATCHFILES+= fb0cd8133d45.patch:-p1 # https://github.com/u8sand/Baka-MPlayer/pull/317 > > -MAINTAINER= jbeich@FreeBSD.org > +MAINTAINER= ports@FreeBSD.org > COMMENT= Qt 5 multimedia player based on libmpv > WWW= https://bakamplayer.u8sand.net/ > Dropping maintainership should also bump PORTREVISION for those reasons : 1/ Package metadata changed so the checksum changed, even if we are really bad at reproducible build we should do the best we can for it. 2/ Users will not be warned that the port isn't maintained anymore as the version didn't changed so the package will not be updated on their machine. Cheers, -- Emmanuel Vadot