diff options
author | marcus <marcus@FreeBSD.org> | 2004-02-03 02:18:44 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-02-03 02:18:44 +0800 |
commit | 1e2c3023772ccea3e0171cf7e803f66771c2c2f3 (patch) | |
tree | 1fa454fd7f51b89f857e942a8645466e92e7fb60 /net/samba3/Makefile | |
parent | 7f3014a78e8ee4be39c536a3f71ee36194b673d3 (diff) | |
download | freebsd-ports-gnome-1e2c3023772ccea3e0171cf7e803f66771c2c2f3.tar.gz freebsd-ports-gnome-1e2c3023772ccea3e0171cf7e803f66771c2c2f3.tar.zst freebsd-ports-gnome-1e2c3023772ccea3e0171cf7e803f66771c2c2f3.zip |
* Update samba-devel to the last stable version, 3.0.1
* Add a patch so libsmbclient.[ch] doesn't get installed, thus the CONFICTS
with samba-libsmbclient can be removed
PR: 61445
Submitted by: Koop Mast <kwm@rainbow-runner.nl>
Approved by: dwcjr (maintainer)
Diffstat (limited to 'net/samba3/Makefile')
-rw-r--r-- | net/samba3/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/net/samba3/Makefile b/net/samba3/Makefile index b8f79b3d2ecf..459ea0ac93cb 100644 --- a/net/samba3/Makefile +++ b/net/samba3/Makefile @@ -6,9 +6,8 @@ # PORTNAME= samba -PORTVERSION= 3.0.0 +PORTVERSION= 3.0.1 PORTEPOCH= 1 -PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://us3.samba.org/samba/ftp/%SUBDIR%/ MASTER_SITE_SUBDIR= . rc @@ -17,7 +16,7 @@ MASTER_SITE_SUBDIR= . rc MAINTAINER= dwcjr@FreeBSD.org COMMENT= A free SMB and CIFS client and server for UNIX -CONFLICTS= ja-samba-2.* samba-3.* samba-libsmbclient-3.* sharity-light-1.* +CONFLICTS= ja-samba-2.* samba-3.* sharity-light-1.* USE_BZIP2= yes @@ -108,7 +107,7 @@ MAN1= findsmb.1 nmblookup.1 log2pcap.1 \ smbstatus.1 smbtar.1 testparm.1 testprns.1 wbinfo.1 vfstest.1 \ editreg.1 ntlm_auth.1 profiles.1 smbcquotas.1 smbtree.1 MAN5= lmhosts.5 smb.conf.5 smbpasswd.5 -MAN7= samba.7 Samba.7 +MAN7= samba.7 MAN8= nmbd.8 smbd.8 smbmnt.8 smbmount.8 net.8 pdbedit.8 mount.cifs.8 \ smbpasswd.8 smbspool.8 smbumount.8 swat.8 winbindd.8 tdbbackup.8 |