From nobody Thu May 4 07:08:41 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 4QBlKR6zzfz49mhy; Thu, 4 May 2023 07:08:43 +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 4QBlKR1bRrz3wfh; Thu, 4 May 2023 07:08:43 +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=1683184121; 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=5tT4C9oO+4yH5nfK+TGDDuN1E2Pm3pyCLTu9fmSjMM4=; b=rHmoLh5voS5tDRgauBJm5zqMXcKnAsWnDjf/xC4vNIBSx87gBV3GXPvdzMV2D6XUitTnUB M1LMKwLq5r4Ygc6QiccMDTrJugjBXhq9hiUoIm9MdzagivoyZvzmswZg1WsjdQ93C+5KwC Z7ZP4iyFzH3Diz4bKCFGJymRuQcw2gQ= 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 ad4aab9b (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Thu, 4 May 2023 07:08:41 +0000 (UTC) Date: Thu, 4 May 2023 09:08:41 +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: <20230504090841.04a3c035cf67ec09eaeceb45@bidouilliste.com> In-Reply-To: References: <202305040547.3445lRJT081049@gitrepo.freebsd.org> <20230504084913.343a53331b98999b34eece00@bidouilliste.com> 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: 4QBlKR1bRrz3wfh 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 On Thu, 04 May 2023 09:03:35 +0200 Jan Beich wrote: > Emmanuel Vadot writes: > > > 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. > > I'm simply following what's recommended by Porter's Handbook. In this > particular port PORTREVISION was bumped in the adjacent commit. > > https://docs.freebsd.org/en/books/porters-handbook/makefiles/#makefile-portrevision Well the doc is bad :) -- Emmanuel Vadot