pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/samba Fix package list issue affecting Linux, "sbi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/acd9314df5f8
branches:  trunk
changeset: 528993:acd9314df5f8
user:      tron <tron%pkgsrc.org@localhost>
date:      Tue May 22 12:41:04 2007 +0000

description:
Fix package list issue affecting Linux, "sbin/mount.cifs" and
"sbin/umount.cifs" were missing. Bump package revision.

This should fix PR pkg/36372 by Ondrej Tuma.

diffstat:

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

diffs (36 lines):

diff -r 7f5cb49b2ede -r acd9314df5f8 net/samba/Makefile
--- a/net/samba/Makefile        Tue May 22 12:28:55 2007 +0000
+++ b/net/samba/Makefile        Tue May 22 12:41:04 2007 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.171 2007/05/19 17:55:12 tron Exp $
+# $NetBSD: Makefile,v 1.172 2007/05/22 12:41:04 tron Exp $
 
 .include "Makefile.mirrors"
 
 DISTNAME=              samba-${VERSION}
-PKGREVISION=           2
+PKGREVISION=           3
 CATEGORIES=            net
 MASTER_SITES=          ${SAMBA_MIRRORS:=old-versions/}
 
diff -r 7f5cb49b2ede -r acd9314df5f8 net/samba/PLIST
--- a/net/samba/PLIST   Tue May 22 12:28:55 2007 +0000
+++ b/net/samba/PLIST   Tue May 22 12:41:04 2007 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.35 2007/02/11 18:39:04 tron Exp $
+@comment $NetBSD: PLIST,v 1.36 2007/05/22 12:41:04 tron Exp $
 bin/eventlogadm
 bin/findsmb
 bin/net
@@ -102,9 +102,11 @@
 man/man8/tdbdump.8
 man/man8/umount.cifs.8
 man/man8/winbindd.8
+${SMBMOUNT}sbin/mount.cifs
 sbin/nmbd
 sbin/smbd
 sbin/swat
+${SMBMOUNT}sbin/umount.cifs
 ${WINBIND}sbin/winbindd
 share/doc/samba/NT4-Locking.reg
 share/doc/samba/NT4_PlainPassword.reg



Home | Main Index | Thread Index | Old Index