diff options
author | swills <swills@FreeBSD.org> | 2018-09-03 00:14:23 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2018-09-03 00:14:23 +0800 |
commit | e549f9064a354fb4a63589592da4c06a783309bf (patch) | |
tree | c10eb58c2a9978a2812b05528072415803ac53e6 /archivers | |
parent | 71318aca32892245d34b45439d8414236cd6bce1 (diff) | |
download | freebsd-ports-gnome-e549f9064a354fb4a63589592da4c06a783309bf.tar.gz freebsd-ports-gnome-e549f9064a354fb4a63589592da4c06a783309bf.tar.zst freebsd-ports-gnome-e549f9064a354fb4a63589592da4c06a783309bf.zip |
archivers/py-borgbackup: Update to 1.1.7
PR: 231079
Submitted by: jjuanino@gmail.com (maintainer)
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/py-borgbackup/Makefile | 2 | ||||
-rw-r--r-- | archivers/py-borgbackup/distinfo | 6 | ||||
-rw-r--r-- | archivers/py-borgbackup/pkg-message | 22 |
3 files changed, 26 insertions, 4 deletions
diff --git a/archivers/py-borgbackup/Makefile b/archivers/py-borgbackup/Makefile index aa3b6ff4c467..2b458fb07e6f 100644 --- a/archivers/py-borgbackup/Makefile +++ b/archivers/py-borgbackup/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= borgbackup -DISTVERSION= 1.1.6 +DISTVERSION= 1.1.7 CATEGORIES= archivers python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/archivers/py-borgbackup/distinfo b/archivers/py-borgbackup/distinfo index 06038e8d456f..971eb4564eef 100644 --- a/archivers/py-borgbackup/distinfo +++ b/archivers/py-borgbackup/distinfo @@ -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 diff --git a/archivers/py-borgbackup/pkg-message b/archivers/py-borgbackup/pkg-message new file mode 100644 index 000000000000..03733e6889eb --- /dev/null +++ b/archivers/py-borgbackup/pkg-message @@ -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. |