From nobody Mon Feb 20 09:35:21 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 4PKy2W2Vm9z3sGcP; Mon, 20 Feb 2023 09:35: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 4PKy2W0QYYz4K1y; Mon, 20 Feb 2023 09:35: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 EC1AE33E62; Mon, 20 Feb 2023 04:35:23 -0500 (EST) Received: from naga.localdomain (188-23-63-229.adsl.highway.telekom.at [188.23.63.229]) (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 271C933E5E; Mon, 20 Feb 2023 04:35:23 -0500 (EST) Date: Mon, 20 Feb 2023 10:35:21 +0100 (CET) From: Gerald Pfeifer To: Rene Ladan cc: ports-committers@freebsd.org, dev-commits-ports-all@freebsd.org, dev-commits-ports-main@freebsd.org Subject: Re: git: ae3f7a140c07 - main - cleanup: Remove expired ports: In-Reply-To: Message-ID: References: <202302142332.31ENWEN4032854@gitrepo.freebsd.org> <3e130e54-a3c1-4ac6-8566-88715b4d99aa@pfeifer.com> 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.10 on 209.68.5.143 X-Rspamd-Queue-Id: 4PKy2W0QYYz4K1y X-Spamd-Bar: ---- 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-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-ThisMailContainsUnwantedMimeParts: N On Sun, 19 Feb 2023, Rene Ladan wrote: >> Something like "games/opendungeons: Remove expired port"? > That's a good point. The rmport script should be easily adaptable to that. I was going to note that I am not familiar with that script ... only to see that you already pushed such a change. :-) Cool - thank you! Gerald