From nobody Sat Oct 28 11:47:27 2023 X-Original-To: dev-commits-ports-all@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 4SHd7R02xXz4ym8G; Sat, 28 Oct 2023 11:47:31 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from hamza.pair.com (hamza.pair.com [209.68.5.143]) (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 mx1.freebsd.org (Postfix) with ESMTPS id 4SHd7Q6TgFz4Y4y; Sat, 28 Oct 2023 11:47:30 +0000 (UTC) (envelope-from gerald@pfeifer.com) Authentication-Results: mx1.freebsd.org; none Received: from hamza.pair.com (localhost [127.0.0.1]) by hamza.pair.com (Postfix) with ESMTP id 738A733EDD; Sat, 28 Oct 2023 07:47:30 -0400 (EDT) Received: from naga.localdomain (188-23-4-206.adsl.highway.telekom.at [188.23.4.206]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by hamza.pair.com (Postfix) with ESMTPSA id B234F33EE4; Sat, 28 Oct 2023 07:47:29 -0400 (EDT) Date: Sat, 28 Oct 2023 13:47:27 +0200 (CEST) From: Gerald Pfeifer To: Matthias Fechner cc: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: Re: git: 7214ac3a354b - main - cleanup: Remove expired ports: In-Reply-To: <3b6d4219-9bb5-4372-91ce-cc46f014b278@freebsd.org> Message-ID: References: <202310060803.39683UfW059863@gitrepo.freebsd.org> <4148f19f-a083-9f4c-920f-d848d527f259@pfeifer.com> <3b6d4219-9bb5-4372-91ce-cc46f014b278@freebsd.org> List-Id: Commit messages for all branches of the ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-all@freebsd.org X-BeenThere: dev-commits-ports-all@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Scanned-By: mailmunge 3.11 on 209.68.5.143 X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:7859, ipnet:209.68.0.0/18, country:US] X-Rspamd-Queue-Id: 4SHd7Q6TgFz4Y4y On Sat, 28 Oct 2023, Matthias Fechner wrote: > I'm sorry, I just saw that the script was already approved in the meantime. > I merged the new script with mine to have these changes there also included. Cool, thank you! I was just looking into the script when your mail came in. :-) In case anyone else is interested: commit f08b42fbd9c849b7dcde7a9c23ed4a5025e1b6b9 Author: Rene Ladan Date: Sun Feb 19 20:37:46 2023 +0100 Tools/scripts: use a port-specific commit message if removing a single port. This helps in `git shortlog`, replacing "cleanup: Remove expired ports" by "category/port: Remove expired port" for a given category and port. Reported by: gerald Gerald