diff options
author | Mateusz Piotrowski <0mp@FreeBSD.org> | 2025-09-04 12:18:30 +0200 |
---|---|---|
committer | Mateusz Piotrowski <0mp@FreeBSD.org> | 2025-09-04 12:29:15 +0200 |
commit | ca0197ab2575ab442c3a6fddcc429cb4cb37eeb0 (patch) | |
tree | f701db18b6f95ecdf3ab48bb50102b915d3c555d | |
parent | www/linux-vieb: Update to 12.5.0 (diff) |
net/samba416: Deprecate without expiration date
This is meant to give notice to Samba users that 4.16 is not supported
anymore. There are still some ports depending on Samba 4.16 and we need
to start porting them to newer versions soon.
PR: 281312
-rw-r--r-- | net/samba416/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/samba416/Makefile b/net/samba416/Makefile index 45eb0c63b280..d067007734c8 100644 --- a/net/samba416/Makefile +++ b/net/samba416/Makefile @@ -12,6 +12,8 @@ WWW= https://gitlab.com/samba-freebsd/ LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING +DEPRECATED= Discontinued upstream; transition to a supported versions of Samba (refer to https://wiki.samba.org/index.php/Samba_Release_Planning) + USES= cpe CONFLICTS_INSTALL?= samba4* |