Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Apr 2026 08:24:27 +0000
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: b2453880446a - main - net/proxychains: Drop maintainership, deprecate, expire
Message-ID:  <69e09cbb.1a63a.4d6155c4@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by ehaupt:

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

commit b2453880446a3ee55d4cd72ea4a475534ddaef4b
Author:     Emanuel Haupt <ehaupt@FreeBSD.org>
AuthorDate: 2026-04-16 08:24:16 +0000
Commit:     Emanuel Haupt <ehaupt@FreeBSD.org>
CommitDate: 2026-04-16 08:24:23 +0000

    net/proxychains: Drop maintainership, deprecate, expire
    
    - Drop maintainership
    - Mark DEPRECATED (use net/proxychains-ng instead)
    - Set EXPIRATION_DATE to 2026-07-16
---
 net/proxychains/Makefile | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/net/proxychains/Makefile b/net/proxychains/Makefile
index bfa693026bad..5655d68c4df7 100644
--- a/net/proxychains/Makefile
+++ b/net/proxychains/Makefile
@@ -1,21 +1,24 @@
 PORTNAME=	proxychains
 PORTVERSION=	3.1
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	net
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/version%20${PORTVERSION}
 
-MAINTAINER=	ehaupt@FreeBSD.org
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Redirect connection through proxy servers
 WWW=		https://proxychains.sourceforge.net/
 
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+DEPRECATED=	Use net/proxychains-ng instead
+EXPIRATION_DATE=	2026-07-16
+
 RUN_DEPENDS=	${LOCALBASE}/bin/dig:dns/bind-tools
 
-GNU_CONFIGURE=	yes
 USES=		gmake libtool
 USE_LDCONFIG=	yes
+GNU_CONFIGURE=	yes
 
 post-patch:
 	@${REINPLACE_CMD} -e 's!$$(srcdir)/proxychains.conf!$$(srcdir)/proxychains.conf.sample!' \


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69e09cbb.1a63a.4d6155c4>