svn commit: r377949 - in head/sysutils/fusefs-smbnetfs: . files

Jan Beich jbeich at FreeBSD.org
Mon Jan 26 20:16:03 UTC 2015


Author: jbeich
Date: Mon Jan 26 20:16:01 2015
New Revision: 377949
URL: https://svnweb.freebsd.org/changeset/ports/377949
QAT: https://qat.redports.org/buildarchive/r377949/

Log:
  - 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)

Modified:
  head/sysutils/fusefs-smbnetfs/Makefile
  head/sysutils/fusefs-smbnetfs/distinfo
  head/sysutils/fusefs-smbnetfs/files/pkg-message.in

Modified: head/sysutils/fusefs-smbnetfs/Makefile
==============================================================================
--- head/sysutils/fusefs-smbnetfs/Makefile	Mon Jan 26 20:07:20 2015	(r377948)
+++ head/sysutils/fusefs-smbnetfs/Makefile	Mon Jan 26 20:16:01 2015	(r377949)
@@ -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-keyr
 DOCSDIR=	${PREFIX}/share/doc/${PORTNAME}-${PORTVERSION}
 
 USES=		fuse iconv pkgconfig tar:bzip2
+USE_GNOME=	glib20
 
 GNU_CONFIGURE=	yes
 CFLAGS+=	-I${LOCALBASE}/include

Modified: head/sysutils/fusefs-smbnetfs/distinfo
==============================================================================
--- head/sysutils/fusefs-smbnetfs/distinfo	Mon Jan 26 20:07:20 2015	(r377948)
+++ head/sysutils/fusefs-smbnetfs/distinfo	Mon Jan 26 20:16:01 2015	(r377949)
@@ -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

Modified: head/sysutils/fusefs-smbnetfs/files/pkg-message.in
==============================================================================
--- head/sysutils/fusefs-smbnetfs/files/pkg-message.in	Mon Jan 26 20:07:20 2015	(r377948)
+++ head/sysutils/fusefs-smbnetfs/files/pkg-message.in	Mon Jan 26 20:16:01 2015	(r377949)
@@ -9,9 +9,9 @@ you should make .smb directory in your h
 	% 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:
 	


More information about the svn-ports-all mailing list