diff options
-rw-r--r-- | net/samba4/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/samba4/Makefile b/net/samba4/Makefile index 2160ae61471..258c46aa5f0 100644 --- a/net/samba4/Makefile +++ b/net/samba4/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.135 2022/01/10 14:11:16 taca Exp $ +# $NetBSD: Makefile,v 1.136 2022/01/25 19:25:01 gdt Exp $ # WARNING: DO NOT UPDATE WITHOUT RESOLVING THIS ISSUE: # @@ -7,6 +7,8 @@ # # Please do not update without testing on NetBSD 9.2! # +# https://bugzilla.samba.org/show_bug.cgi?id=14727 +# DISTNAME= samba-4.13.16 CATEGORIES= net MASTER_SITES= https://download.samba.org/pub/samba/stable/ |