pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/talloc



Module Name:    pkgsrc
Committed By:   nonaka
Date:           Wed Feb 28 08:00:47 UTC 2018

Modified Files:
        pkgsrc/devel/talloc: Makefile

Log Message:
devel/talloc: resolve conflict with samba-4.6.8nb4.

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/devel/talloc/Makefile

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

Modified files:

Index: pkgsrc/devel/talloc/Makefile
diff -u pkgsrc/devel/talloc/Makefile:1.23 pkgsrc/devel/talloc/Makefile:1.24
--- pkgsrc/devel/talloc/Makefile:1.23   Sun Jan 28 16:41:33 2018
+++ pkgsrc/devel/talloc/Makefile        Wed Feb 28 08:00:46 2018
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.23 2018/01/28 16:41:33 wiz Exp $
+# $NetBSD: Makefile,v 1.24 2018/02/28 08:00:46 nonaka Exp $
 
 DISTNAME=      talloc-2.1.11
+PKGREVISION=   1
 CATEGORIES=    devel
 MASTER_SITES=  http://www.samba.org/ftp/talloc/
 
@@ -20,7 +21,7 @@ PY_PATCHPLIST=                yes
 PYTHON_VERSIONS_INCOMPATIBLE=  34 35 36 # not yet ported as of 2.1.0
 
 # include/talloc.h
-CONFLICTS+=    samba-[0-9]*
+CONFLICTS+=    samba<=4.6.8nb3
 
 REPLACE_PYTHON+=       buildtools/bin/waf
 REPLACE_PYTHON+=       buildtools/wafsamba/__init__.py



Home | Main Index | Thread Index | Old Index