pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/samba4



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Fri May  9 13:23:51 UTC 2025

Modified Files:
        pkgsrc/net/samba4: Makefile

Log Message:
samba4: Add missing SUPERSEDES for ldb.

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.201 -r1.202 pkgsrc/net/samba4/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/samba4/Makefile
diff -u pkgsrc/net/samba4/Makefile:1.201 pkgsrc/net/samba4/Makefile:1.202
--- pkgsrc/net/samba4/Makefile:1.201    Tue May  6 12:07:35 2025
+++ pkgsrc/net/samba4/Makefile  Fri May  9 13:23:51 2025
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.201 2025/05/06 12:07:35 wiz Exp $
+# $NetBSD: Makefile,v 1.202 2025/05/09 13:23:51 jperkin Exp $
 
 DISTNAME=      samba-4.21.3
-PKGREVISION=   3
+PKGREVISION=   4
 CATEGORIES=    net
 MASTER_SITES=  https://download.samba.org/pub/samba/stable/
 
@@ -11,6 +11,7 @@ COMMENT=      SMB/CIFS protocol server suite
 LICENSE=       gnu-gpl-v3
 
 CONFLICTS+=    ja-samba-[0-9]* winbind-[0-9]* ldb-[0-9]*
+SUPERSEDES+=   ldb-[0-9]*
 
 GCC_REQD+=     4.4
 TOOL_DEPENDS+= libxslt-[0-9]*:../../textproc/libxslt



Home | Main Index | Thread Index | Old Index