aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authoreadler <eadler@FreeBSD.org>2011-12-26 12:36:04 +0800
committereadler <eadler@FreeBSD.org>2011-12-26 12:36:04 +0800
commit982369b1d7b4fd0a767c83488c51d10579f7cdfd (patch)
treead62b99bafe8aab267c79dc587436b7ec9ef025b /sysutils
parent7001cebc0d698db5889e974710fa7f2c6b25e306 (diff)
downloadfreebsd-ports-gnome-982369b1d7b4fd0a767c83488c51d10579f7cdfd.tar.gz
freebsd-ports-gnome-982369b1d7b4fd0a767c83488c51d10579f7cdfd.tar.zst
freebsd-ports-gnome-982369b1d7b4fd0a767c83488c51d10579f7cdfd.zip
- update to ports/159108
Changes: - According to submitter, new version works. PR: ports/159108 Submitted by: Volodymyr Kostyrko <c.kworr@gmail.com> Approved by: maintainer timeout
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/fusefs-smbnetfs/Makefile11
-rw-r--r--sysutils/fusefs-smbnetfs/distinfo4
-rw-r--r--sysutils/fusefs-smbnetfs/pkg-plist9
3 files changed, 15 insertions, 9 deletions
diff --git a/sysutils/fusefs-smbnetfs/Makefile b/sysutils/fusefs-smbnetfs/Makefile
index 9f2a7c6f7679..1cdc9250e08f 100644
--- a/sysutils/fusefs-smbnetfs/Makefile
+++ b/sysutils/fusefs-smbnetfs/Makefile
@@ -5,7 +5,7 @@
#
PORTNAME= smbnetfs
-PORTVERSION= 0.3.7
+PORTVERSION= 0.5.3
CATEGORIES= sysutils net
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/SMBNetFS-${PORTVERSION}
PKGNAMEPREFIX= fusefs-
@@ -14,14 +14,19 @@ MAINTAINER= dindin@freebsd.org.ua
COMMENT= Mount smb shares (Fuse filesystem)
LIB_DEPENDS= fuse.2:${PORTSDIR}/sysutils/fusefs-libs \
- smbclient.0:${PORTSDIR}/net/samba-libsmbclient
-RUN_DEPENDS= ${LOCALBASE}/modules/fuse.ko:${PORTSDIR}/sysutils/fusefs-kmod
+ smbclient.0:${PORTSDIR}/net/samba-libsmbclient \
+ gnome-keyring.0:${PORTSDIR}/security/libgnome-keyring
+
+DOCSDIR+= ${PREFIX}/share/doc/${PORTNAME}-${PORTVERSION}
+
+RUN_DEPENDS= ${LOCALBASE}/modules/fuse.ko:${PORTSDIR}/sysutils/fusefs-kmod
BUILD_DEPENDS= fusefs-libs>2.4.1:${PORTSDIR}/sysutils/fusefs-libs
USE_BZIP2= yes
GNU_CONFIGURE= yes
CFLAGS+= ${PTHREAD_CFLAGS} -I${LOCALBASE}/include
+LDFLAGS= -L${LOCALBASE}/lib
SUB_FILES= pkg-message
post-install:
diff --git a/sysutils/fusefs-smbnetfs/distinfo b/sysutils/fusefs-smbnetfs/distinfo
index 02fd704d2c9b..1c48ac317364 100644
--- a/sysutils/fusefs-smbnetfs/distinfo
+++ b/sysutils/fusefs-smbnetfs/distinfo
@@ -1,2 +1,2 @@
-SHA256 (smbnetfs-0.3.7.tar.bz2) = b74307506be927da727d5746558a9e9a44eab21b5fc140d6a8d5609099847510
-SIZE (smbnetfs-0.3.7.tar.bz2) = 105831
+SHA256 (smbnetfs-0.5.3.tar.bz2) = e61d5acb2f489ce52505cb5c04724ba82f8fd3674ba185b2b0c9d7bb9cde5253
+SIZE (smbnetfs-0.5.3.tar.bz2) = 135469
diff --git a/sysutils/fusefs-smbnetfs/pkg-plist b/sysutils/fusefs-smbnetfs/pkg-plist
index 621ac687956a..df94fb4ec3c4 100644
--- a/sysutils/fusefs-smbnetfs/pkg-plist
+++ b/sysutils/fusefs-smbnetfs/pkg-plist
@@ -1,5 +1,6 @@
bin/smbnetfs
-share/doc/smbnetfs/INSTALL
-share/doc/smbnetfs/RUSSIAN.FAQ
-share/doc/smbnetfs/smbnetfs.conf
-@dirrm share/doc/smbnetfs
+%%DOCSDIR%%/INSTALL
+%%DOCSDIR%%/ENGLISH.FAQ
+%%DOCSDIR%%/RUSSIAN.FAQ
+%%DOCSDIR%%/smbnetfs.conf
+@dirrm %%DOCSDIR%%