pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/samba Bump revision because of tdb 1.3.8 -> 1.4.0 ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cbbba4d2d3e4
branches:  trunk
changeset: 322417:cbbba4d2d3e4
user:      sborrill <sborrill%pkgsrc.org@localhost>
date:      Thu Apr 18 10:07:34 2019 +0000

description:
Bump revision because of tdb 1.3.8 -> 1.4.0 update. Avoids errors such as:
/usr/pkg/lib/libtdb.so.1: version TDB_1.2.2 required by /usr/pkg/sbin/smbd not defined

if tdb is updated, but samba is not rebuilt against it.

diffstat:

 net/samba/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r fdef6767d9fa -r cbbba4d2d3e4 net/samba/Makefile
--- a/net/samba/Makefile        Thu Apr 18 10:00:33 2019 +0000
+++ b/net/samba/Makefile        Thu Apr 18 10:07:34 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.272 2018/11/14 22:22:13 kleink Exp $
+# $NetBSD: Makefile,v 1.273 2019/04/18 10:07:34 sborrill Exp $
 
 DISTNAME=      samba-${VERSION}
 CATEGORIES=    net
@@ -10,7 +10,7 @@
 LICENSE=       gnu-gpl-v3
 
 VERSION=       3.6.25
-PKGREVISION=   15
+PKGREVISION=   16
 
 CONFLICTS+=    ja-samba-[0-9]* pam-smbpass-[0-9]* winbind-[0-9]*
 



Home | Main Index | Thread Index | Old Index