aboutsummaryrefslogtreecommitdiff
path: root/net/spideroak
diff options
context:
space:
mode:
authorNicola Vitale <nivit@FreeBSD.org>2014-04-08 00:36:29 +0000
committerNicola Vitale <nivit@FreeBSD.org>2014-04-08 00:36:29 +0000
commit1622664a6de4f0d75fe75c63f0f665f328372685 (patch)
treeeb89c12b1ead2a7e233ce5aa4d2e6637c60a07f0 /net/spideroak
parentd97247c594912dbc2a5014e31d0dd12a74f8e07d (diff)
downloadports-1622664a6de4f0d75fe75c63f0f665f328372685.tar.gz
ports-1622664a6de4f0d75fe75c63f0f665f328372685.zip
Notes
Diffstat (limited to 'net/spideroak')
-rw-r--r--net/spideroak/Makefile8
-rw-r--r--net/spideroak/distinfo4
-rw-r--r--net/spideroak/files/pkg-message.in (renamed from net/spideroak/pkg-message)17
3 files changed, 23 insertions, 6 deletions
diff --git a/net/spideroak/Makefile b/net/spideroak/Makefile
index 6aafdec44fa2..0c1785d68aa5 100644
--- a/net/spideroak/Makefile
+++ b/net/spideroak/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= spideroak
-PORTVERSION= 5.1.1
+PORTVERSION= 5.1.3
#PORTREVISION= 0
CATEGORIES= net
MASTER_SITES= https://spideroak.com/getbuild?platform=slackware&arch=i386&dummy=/
@@ -11,7 +11,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-i686-1
MAINTAINER= nivit@FreeBSD.org
COMMENT= SpiderOak Client (Linux version)
-LICENSE_NAME= ToU
+LICENSE= TOU
+LICENSE_NAME= Terms Of Use
LICENSE_TEXT= http://spideroak.com/terms_of_use
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
@@ -31,6 +32,9 @@ REINPLACE_ARGS= -e 's,%%PREFIX%%,${PREFIX},1' \
-e 's,%%DATADIR%%,${DATADIR},1' \
-i.bak
+SUB_LIST= LINUXBASE=${LINUXBASE}
+SUB_FILES= pkg-message
+
USE_LINUX= yes
USE_LINUX_APPS= xorglibs
USE_PYTHON= 2
diff --git a/net/spideroak/distinfo b/net/spideroak/distinfo
index b3c465182601..e67b53abec23 100644
--- a/net/spideroak/distinfo
+++ b/net/spideroak/distinfo
@@ -1,2 +1,2 @@
-SHA256 (spideroak-5.1.1-i686-1.tar.gz) = b1140aee0807598a7791deac79e02a75da4b3198d4fbf5491a7930d6c1df5e84
-SIZE (spideroak-5.1.1-i686-1.tar.gz) = 24906866
+SHA256 (spideroak-5.1.3-i686-1.tar.gz) = da1dfe9d9a092516cbfda9077077ec25d86e3f0156c16449d2ea422447d50d82
+SIZE (spideroak-5.1.3-i686-1.tar.gz) = 24912490
diff --git a/net/spideroak/pkg-message b/net/spideroak/files/pkg-message.in
index 4e84d963ccd3..c86dc8be53bb 100644
--- a/net/spideroak/pkg-message
+++ b/net/spideroak/files/pkg-message.in
@@ -10,11 +10,24 @@ If you do not do that, you can only backup files under ~/Desktop and
Example with nullfs:
- # mkdir /usr/compat/linux/home
- # mount_nullfs /usr/home /usr/compat/linux/home
+ # mkdir /usr/compat/linux/home
+ # mount_nullfs /usr/home /usr/compat/linux/home
You may want to add the following line to /etc/fstab
/usr/home /usr/compat/linux/home nullfs rw 0 0
+If SpiderOak fails to start with the following error message:
+
+process *****: D-Bus library appears to be incorrectly set up; failed to read
+machine uuid: Failed to open "/var/lib/dbus/machine-id": No such file or
+directory
+See the manual page for dbus-uuidgen to correct this issue.
+D-Bus not built with -rdynamic so unable to print a backtrace
+Abort trap
+
+Try to fix that with the following command (as root):
+
+ # %%LOCALBASE%%/bin/dbus-uuidgen --ensure=%%LINUXBASE%%/var/lib/dbus/machine-id
+
********************************************************************************