Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Sep 2018 16:14:24 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r478804 - head/archivers/py-borgbackup
Message-ID:  <201809021614.w82GEO3k080634@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Sun Sep  2 16:14:23 2018
New Revision: 478804
URL: https://svnweb.freebsd.org/changeset/ports/478804

Log:
  archivers/py-borgbackup: Update to 1.1.7
  
  PR:		231079
  Submitted by:	jjuanino@gmail.com (maintainer)

Added:
  head/archivers/py-borgbackup/pkg-message   (contents, props changed)
Modified:
  head/archivers/py-borgbackup/Makefile   (contents, props changed)
  head/archivers/py-borgbackup/distinfo   (contents, props changed)

Modified: head/archivers/py-borgbackup/Makefile
==============================================================================
--- head/archivers/py-borgbackup/Makefile	Sun Sep  2 16:05:56 2018	(r478803)
+++ head/archivers/py-borgbackup/Makefile	Sun Sep  2 16:14:23 2018	(r478804)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	borgbackup
-DISTVERSION=	1.1.6
+DISTVERSION=	1.1.7
 CATEGORIES=	archivers python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

Modified: head/archivers/py-borgbackup/distinfo
==============================================================================
--- head/archivers/py-borgbackup/distinfo	Sun Sep  2 16:05:56 2018	(r478803)
+++ head/archivers/py-borgbackup/distinfo	Sun Sep  2 16:14:23 2018	(r478804)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1529092806
-SHA256 (borgbackup-1.1.6.tar.gz) = a1d2e474c85d3ad3d59b3f8209b5549653c88912082ea0159d27a2e80c910930
-SIZE (borgbackup-1.1.6.tar.gz) = 3441523
+TIMESTAMP = 1535819065
+SHA256 (borgbackup-1.1.7.tar.gz) = f7b51a132e9edfbe1cacb4f478b28caf3622d79fffcb369bdae9f92d8c8a7fdc
+SIZE (borgbackup-1.1.7.tar.gz) = 3446832

Added: head/archivers/py-borgbackup/pkg-message
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/archivers/py-borgbackup/pkg-message	Sun Sep  2 16:14:23 2018	(r478804)
@@ -0,0 +1,22 @@
+In order to mount locally a remote archive or an entire repository as a FUSE
+filesystem, it is required to load fuse module:
+
+# kldload fuse
+
+To load the module at boot time, add
+
+fuse_load="YES"
+
+to /boot/loader.conf by running:
+
+sysrc fuse_load="YES"
+
+Also, if you plan to mount borg repositories as non root user, you need to run
+
+# sysctl vfs.usermount=1
+
+and add the line
+
+vfs.usermount=1
+
+to /etc/sysctl.conf to ensure the setting is loaded at boot time.



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