Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Apr 2014 00:36:29 +0000 (UTC)
From:      Nicola Vitale <nivit@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r350558 - in head/net/spideroak: . files
Message-ID:  <201404080036.s380aTb5008252@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: nivit
Date: Tue Apr  8 00:36:29 2014
New Revision: 350558
URL: http://svnweb.freebsd.org/changeset/ports/350558
QAT: https://qat.redports.org/buildarchive/r350558/

Log:
  - Update to 5.1.3
  - Add missing LICENSE
  - Add a note to pkg-message about a possible failure at the start
    of the program related to DBUS

Added:
  head/net/spideroak/files/pkg-message.in
     - copied, changed from r350557, head/net/spideroak/pkg-message
Deleted:
  head/net/spideroak/pkg-message
Modified:
  head/net/spideroak/Makefile
  head/net/spideroak/distinfo

Modified: head/net/spideroak/Makefile
==============================================================================
--- head/net/spideroak/Makefile	Tue Apr  8 00:25:41 2014	(r350557)
+++ head/net/spideroak/Makefile	Tue Apr  8 00:36:29 2014	(r350558)
@@ -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}-i68
 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%%,${PREFI
 		-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

Modified: head/net/spideroak/distinfo
==============================================================================
--- head/net/spideroak/distinfo	Tue Apr  8 00:25:41 2014	(r350557)
+++ head/net/spideroak/distinfo	Tue Apr  8 00:36:29 2014	(r350558)
@@ -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

Copied and modified: head/net/spideroak/files/pkg-message.in (from r350557, head/net/spideroak/pkg-message)
==============================================================================
--- head/net/spideroak/pkg-message	Tue Apr  8 00:25:41 2014	(r350557, copy source)
+++ head/net/spideroak/files/pkg-message.in	Tue Apr  8 00:36:29 2014	(r350558)
@@ -10,11 +10,24 @@ If you do not do that, you can only back
 
 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
+
 ********************************************************************************



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404080036.s380aTb5008252>