git: 908c169a3961 - main - net/libzmq3: Mark DEPRECATED

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Mon, 23 Feb 2026 11:14:22 UTC
The branch main has been updated by bofh:

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

commit 908c169a396123bc85181859a1b041e6ccf5f891
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2026-02-23 09:53:30 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2026-02-23 11:14:04 +0000

    net/libzmq3: Mark DEPRECATED
    
    - Upstream unmaintained version. Use net/libzmq4
    - Multiple vulnerabilities which are unfixed for this version
    - Set EXPIRATION_DATE to 2026-03-31
---
 net/libzmq3/Makefile | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/net/libzmq3/Makefile b/net/libzmq3/Makefile
index d57c81f490c8..f3e46233d1d4 100644
--- a/net/libzmq3/Makefile
+++ b/net/libzmq3/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	libzmq3
 PORTVERSION=	3.2.5
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	net
 MASTER_SITES=	https://github.com/zeromq/zeromq3-x/releases/download/${DISTVERSIONFULL}/
 DISTNAME=	zeromq-${DISTVERSION}
@@ -12,11 +12,13 @@ WWW=		https://www.zeromq.org/
 LICENSE=	LGPL3+
 LICENSE_FILE=	${WRKSRC}/COPYING.LESSER
 
+DEPRECATED=	Upstream unmaintained version with multiple vulnerabilities
+EXPIRATION_DATE=	2026-03-31
+
 USES=		libtool pathfix
 USE_LDCONFIG=	yes
 
 GNU_CONFIGURE=	yes
-GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 
 MAKE_ENV=	V=1
 INSTALL_TARGET=	install-strip