Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Mar 2025 23:09:41 GMT
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 78457b14dd5a - main - net-p2p/*: revert unjust deprecation of three useful ports
Message-ID:  <202503302309.52UN9fOt059182@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by danfe:

URL: https://cgit.FreeBSD.org/ports/commit/?id=78457b14dd5a11cf343fed3d70e8a5cc09292d8b

commit 78457b14dd5a11cf343fed3d70e8a5cc09292d8b
Author:     Alexey Dokuchaev <danfe@FreeBSD.org>
AuthorDate: 2025-03-30 23:07:38 +0000
Commit:     Alexey Dokuchaev <danfe@FreeBSD.org>
CommitDate: 2025-03-30 23:07:38 +0000

    net-p2p/*: revert unjust deprecation of three useful ports
    
    These are written in traditional languages and do not require
    complex, resource-consuming bootstrap or runtime, contrary to
    the suggested alternatives.
---
 net-p2p/btcheck/Makefile   | 4 ----
 net-p2p/mktorrent/Makefile | 5 +----
 net-p2p/mldonkey/Makefile  | 3 ---
 3 files changed, 1 insertion(+), 11 deletions(-)

diff --git a/net-p2p/btcheck/Makefile b/net-p2p/btcheck/Makefile
index 0b3dc6350895..ad7849605903 100644
--- a/net-p2p/btcheck/Makefile
+++ b/net-p2p/btcheck/Makefile
@@ -10,11 +10,7 @@ WWW=		https://sourceforge.net/projects/btcheck/
 
 LICENSE=	GPLv3
 
-DEPRECATED=	Abandoned upstream and missing multiple features that modern torrent files/clients utilize, consider using net-p2p/intermodal
-EXPIRATION_DATE=2025-04-30
-
 GNU_CONFIGURE=	yes
-GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
 
 CONFLICTS_INSTALL=	libbt # bin/btcheck
 
diff --git a/net-p2p/mktorrent/Makefile b/net-p2p/mktorrent/Makefile
index 1e36c6b2fb8a..0212a8dd042b 100644
--- a/net-p2p/mktorrent/Makefile
+++ b/net-p2p/mktorrent/Makefile
@@ -4,16 +4,13 @@ DISTVERSIONPREFIX=	v
 PORTREVISION=	1
 CATEGORIES=	net-p2p
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	danfe@FreeBSD.org
 COMMENT=	Command-line utility for creating BitTorrent metainfo files
 WWW=		https://github.com/Rudde/mktorrent
 
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-DEPRECATED=	Abandonware, new upstream which also seems to have abandoned the project. Consider using net-p2p/mkbrr
-EXPIRATION_DATE=2025-03-31
-
 USE_GITHUB=	yes
 GH_ACCOUNT=	Rudde
 
diff --git a/net-p2p/mldonkey/Makefile b/net-p2p/mldonkey/Makefile
index 6dbd5a5fdb90..8a4df97487c1 100644
--- a/net-p2p/mldonkey/Makefile
+++ b/net-p2p/mldonkey/Makefile
@@ -10,9 +10,6 @@ WWW=		https://mldonkey.sourceforge.net/
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/Copying.txt
 
-DEPRECATED=	Outdated and unsupported upstream
-EXPIRATION_DATE=2025-04-30
-
 CONFLICTS=	mldonkey{-{core,gui},}-devel
 
 BUILD_DEPENDS=	${LOCALBASE}/lib/ocaml/nums.cma:math/ocaml-num


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202503302309.52UN9fOt059182>