git: ad67d73d7583 - main - dns/samba-nsupdate: Deprecate
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 15 Dec 2025 14:00:27 UTC
The branch main has been updated by 0mp:
URL: https://cgit.FreeBSD.org/ports/commit/?id=ad67d73d75830323713705362767b468dea2021d
commit ad67d73d75830323713705362767b468dea2021d
Author: Mateusz Piotrowski <0mp@FreeBSD.org>
AuthorDate: 2025-12-15 13:58:33 +0000
Commit: Mateusz Piotrowski <0mp@FreeBSD.org>
CommitDate: 2025-12-15 14:00:08 +0000
dns/samba-nsupdate: Deprecate
Based on the following comment by michaelo@:
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=247802#c8
Set a deprecation date far in the future, so that users of this port
have the time to either let us know it is still useful.
PR: 291687
Differential Revision: https://reviews.freebsd.org/D54182
---
dns/samba-nsupdate/Makefile | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/dns/samba-nsupdate/Makefile b/dns/samba-nsupdate/Makefile
index 6c587f17cd48..c85358f15fb1 100644
--- a/dns/samba-nsupdate/Makefile
+++ b/dns/samba-nsupdate/Makefile
@@ -1,6 +1,6 @@
PORTNAME= nsupdate
DISTVERSION= 9.16.5
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= dns net
MASTER_SITES= ISC/bind9/${DISTVERSION}
PKGNAMEPREFIX= samba-
@@ -13,6 +13,9 @@ WWW= https://www.isc.org/software/bind
LICENSE= MPL20
LICENSE_FILE= ${WRKSRC}/COPYRIGHT
+DEPRECATED= net/samba_dnsupdate has been abandoned for many years; use dns/bind-tools for DNS updates with GSS-TSIG
+EXPIRATION_DATE=2026-05-01
+
LIB_DEPENDS= libuv.so:devel/libuv
USES= autoreconf compiler:c11 cpe libedit libtool pkgconfig ssl \