From nobody Fri Jun 06 18:58:40 2025 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 4bDVvM1HWqz5xqRt; Fri, 06 Jun 2025 18:58:07 +0000 (UTC) (envelope-from pkubaj@anongoth.pl) Received: from mail.anongoth.pl (mail.anongoth.pl [46.248.190.61]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X448 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "anongoth.pl", Issuer "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4bDVvL4jDrz3wBx; Fri, 06 Jun 2025 18:58:06 +0000 (UTC) (envelope-from pkubaj@anongoth.pl) Authentication-Results: mx1.freebsd.org; none Received: from anongoth.pl (unknown [192.168.1.2]) (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) (Authenticated sender: pkubaj@anongoth.pl) by mail.anongoth.pl (Postfix) with ESMTPSA id BC37D4C43E9; Fri, 06 Jun 2025 20:57:58 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=anongoth.pl; s=ANONGOTH; t=1749236278; bh=acDc4+8QK60jx/k7G5RhDaiUJwQXvlFHBaUgFly8v5w=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=hNnBqEhleTPIBmzmu1mtpWY3gbYcPDXdfIW+lHKWSCNH4kTwLZp4RORb392NaoTqf Z79g9Aec0q2hnxgr4fmmr2c0lDCUIwOsUVb0rcmbXCBM0Gtuedy2TVHqwk+5N1zPcM BsXLoaJOjvYgSAut1NEO6b85euN96wjDUSUNYcTZO6Juu8qDVmuxMFRAhuEhxP9aTG +H7Krqfw72BE13z7WWNCPClCSECFaUkCAJFe0KmWrskVoB7vdWzmble8d1llaSI47C XtQZV1AO5LXFy/1AgKnyJ+vRrwHwmND0KxG8WIW4L+ehJYNAQgoPgGOFEOTM3Jd7/H H0ckia4rqrrYg== Date: Fri, 6 Jun 2025 20:58:40 +0200 From: Piotr Kubaj To: Daniel Engberg Cc: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: Re: git: a7da7747a0ea - main - sysutils/inxi: Deprecate and set expiration date to 2025-07-31 Message-ID: References: <202506061652.556Gqrmj021905@gitrepo.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: X-BeenThere: dev-commits-ports-all@freebsd.org Sender: owner-dev-commits-ports-all@FreeBSD.org MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="VRplmuh0KnCQpMNH" Content-Disposition: inline In-Reply-To: <202506061652.556Gqrmj021905@gitrepo.freebsd.org> X-Rspamd-Queue-Id: 4bDVvL4jDrz3wBx 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:47544, ipnet:46.248.160.0/19, country:PL] --VRplmuh0KnCQpMNH Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable I can see some pretty recent commits: https://codeberg.org/smxi/inxi/commits/branch/master This keeps happenning more and more often. Why are you trying to remove perfectly fine ports? This one is not even abandonware, it's still maintained software. On 25-06-06 16:52:53, Daniel Engberg wrote: > The branch main has been updated by diizzy: >=20 > URL: https://cgit.FreeBSD.org/ports/commit/?id=3Da7da7747a0ea3ab883a1790f= 8c14c794a2b1e86b >=20 > commit a7da7747a0ea3ab883a1790f8c14c794a2b1e86b > Author: Daniel Engberg > AuthorDate: 2025-06-06 16:31:25 +0000 > Commit: Daniel Engberg > CommitDate: 2025-06-06 16:51:54 +0000 >=20 > sysutils/inxi: Deprecate and set expiration date to 2025-07-31 > =20 > Upstream repo archived on Feb 17, 2024 > =20 > PR: 286933 > Approved by: maintainer timeout, 2+ weeks > --- > sysutils/inxi/Makefile | 3 +++ > 1 file changed, 3 insertions(+) >=20 > diff --git a/sysutils/inxi/Makefile b/sysutils/inxi/Makefile > index 72e88ffaf601..2ccd04365961 100644 > --- a/sysutils/inxi/Makefile > +++ b/sysutils/inxi/Makefile > @@ -7,6 +7,9 @@ MAINTAINER=3D lcook@FreeBSD.org > COMMENT=3D Full featured CLI system information tool > WWW=3D https://github.com/smxi/inxi > =20 > +DEPRECATED=3D Upstream repo archived on Feb 17, 2024 > +EXPIRATION_DATE=3D2025-07-31 > + > LICENSE=3D GPLv3 > LICENSE_FILE=3D ${WRKSRC}/LICENSE.txt > =20 --VRplmuh0KnCQpMNH Content-Type: application/pgp-signature; name=signature.asc -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEycyIeNkkgohzsoorelmbhSCDnJ0FAmhDOmAACgkQelmbhSCD nJ1R/g//U+wwKxuQR1kAj8VH9XcfG9yUMw/cclhFgk3+9CGFfVhmMDVPMacQSU+s oNIajqGdsbgwIymknEQRZ7kEWzJKAnPhtqzUabMo8nkCpZKaLAVy1NFhpdrn/9+u MiR/fX9+eOsEwM8WSFyCG3avjzpKvFlMZZhVsrL5JsqGLvFBFOjTQXd3Namk5Y/e dEfBIuYQ1iHHWc57ZDK2ggvghFaFs0LZPQKkq8ArtltgJRwNqwuScqoG7Dxrs3AX zl46yflTjdFcDxmBN6L08rdrmBDByHUeWE+/teOiC9zH7TsrL0l5CoL3Zx+2xZsc bqfteSlr8XUvVLajeEIi/ypPdyLyY09XwtiTNjTG6TiaxP86LDcUWNvpoBXB0J5r TVYaBM28fjxWHi4a0odLNl3tr0EIzh7M/njJPdCoGKLDMYF+REzH1tZhww9lyoqj OFLHvuJ1o6S1pe4xVJnxAiBobxgx7tyh7K3yk8YmbOarNT9MrYY91aj477FzKQ/R mfDvAz5sxiNrKExFb575TN/DgJxgoKob8o3Xv1euUjhAeJUAvOD4OCChBZbOG1/m SP9Mt/hmhoF3iA8lmYJ1QAF5imJmPjpzNqJuXm4BBOpObZnCWhbO4R8c4V+pECvi 3I/K1ffAFSj5AXr4Bws0TDYNTsNUQ+yUb1EZ63gwzewgDsR7tlY= =4+jK -----END PGP SIGNATURE----- --VRplmuh0KnCQpMNH--