Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Jun 2026 14:10:16 +0000
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 77f011e5c5e9 - main - security/proxycheck: Mark DEPRECATED
Message-ID:  <6a3fd9c8.1df92.57641030@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by bofh:

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

commit 77f011e5c5e97a6587657d937ba449df84b23b75
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2026-06-27 11:14:43 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2026-06-27 14:09:43 +0000

    security/proxycheck: Mark DEPRECATED
    
    - dnsbl.org has been shutdown a long time ago
    - Set EXPIRATION_DATE 2026-07-27
    - Pet portclippy
    - Optionize post-install
---
 security/proxycheck/Makefile | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/security/proxycheck/Makefile b/security/proxycheck/Makefile
index 862c3790ccf5..9215590f3b56 100644
--- a/security/proxycheck/Makefile
+++ b/security/proxycheck/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	proxycheck
-PORTVERSION=	0.49a
-PORTREVISION=	1
+DISTVERSION=	0.49a
+PORTREVISION=	2
 CATEGORIES=	security
 MASTER_SITES=	http://www.corpit.ru/mjt/proxycheck/ \
 		http://www.it.ca/~paul/src/
@@ -9,6 +9,9 @@ MAINTAINER=	bofh@FreeBSD.org
 COMMENT=	Check for open proxy servers
 WWW=		https://www.corpit.ru/mjt/proxycheck.html
 
+DEPRECATED=	dnsbl.org has been shut down
+EXPIRATION_DATE=	2026-07-31
+
 PORTSCOUT=	skipv:0.49
 
 HAS_CONFIGURE=	yes
@@ -18,6 +21,8 @@ OPTIONS_DEFINE=	DOCS
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/proxycheck ${STAGEDIR}${PREFIX}/sbin
 	${INSTALL_MAN} ${WRKSRC}/proxycheck.1 ${STAGEDIR}${PREFIX}/share/man/man1
+
+do-install-DOCS-on:
 	${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/CHANGES ${STAGEDIR}${DOCSDIR}
 


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a3fd9c8.1df92.57641030>