- Update to 0.6.0

- Fix path to smbnetfs.conf in pkg-message

Changes:	http://sourceforge.net/projects/smbnetfs/files/smbnetfs/SMBNetFS-0.6.0/smbnetfs-0.6.0.txt/view
Differential Revision:	https://reviews.freebsd.org/D1680
Approved by:	bapt (mentor)
This commit is contained in:
Jan Beich 2015-01-26 20:16:01 +00:00
parent 75da2f705f
commit ec722add69
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=377949
3 changed files with 6 additions and 5 deletions

View file

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= smbnetfs
PORTVERSION= 0.5.3b
PORTVERSION= 0.6.0
CATEGORIES= sysutils net
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/SMBNetFS-${PORTVERSION}
PKGNAMEPREFIX= fusefs-
@ -24,6 +24,7 @@ GNOME_KEYRING_LIB_DEPENDS= libgnome-keyring.so:${PORTSDIR}/security/libgnome-key
DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}-${PORTVERSION}
USES= fuse iconv pkgconfig tar:bzip2
USE_GNOME= glib20
GNU_CONFIGURE= yes
CFLAGS+= -I${LOCALBASE}/include

View file

@ -1,2 +1,2 @@
SHA256 (smbnetfs-0.5.3b.tar.bz2) = 28743ac394927ea0f03561c572a47f4c5ff31c3c0c0786b225bb7a0227182bc9
SIZE (smbnetfs-0.5.3b.tar.bz2) = 167258
SHA256 (smbnetfs-0.6.0.tar.bz2) = 6dd20bf01201f8be4b5d20cfbfba627f6825bcb60fe71f54d8c8de18509e519b
SIZE (smbnetfs-0.6.0.tar.bz2) = 147946

View file

@ -9,9 +9,9 @@ you should make .smb directory in your homedir:
% mkdir ~/.smb
Copy your smb.conf (usually in %%PREFIX%%/etc/) and
%%PREFIX%%/share/doc/smbnetfs-0.5.3/smbnetfs.conf to this directory:
%%DOCSDIR%%/smbnetfs.conf to this directory:
% cp %%PREFIX%%/etc/smb.conf %%PREFIX%%/share/doc/smbnetfs/smbnetfs.conf ~/.smb/
% cp %%PREFIX%%/etc/smb.conf %%DOCSDIR%%/smbnetfs.conf ~/.smb/
Make mountpoint for smb network and mount it: