Sunday, April 01, 2018

UPDATE sysutils/borgbackup

Diff below brings borgbackup to 1.1.5, which is a bug fix release.
Changelog can be found at
https://github.com/borgbackup/borg/blob/1.1.5/docs/changes.rst#version-115-2018-04-01

make test runs successfully. Tested on three machines (amd64) making
remote, and local backups. Restore works as expected.

OK?


Index: Makefile
===================================================================
RCS file: /cvs/ports/sysutils/borgbackup/Makefile,v
retrieving revision 1.19
diff -u -p -r1.19 Makefile
--- Makefile 5 Jan 2018 12:33:08 -0000 1.19
+++ Makefile 1 Apr 2018 10:42:42 -0000
@@ -2,9 +2,8 @@

COMMENT = deduplicating backup program

-MODPY_EGG_VERSION = 1.1.4
+MODPY_EGG_VERSION = 1.1.5
DISTNAME = borgbackup-${MODPY_EGG_VERSION}
-REVISION = 0

CATEGORIES = sysutils

Index: distinfo
===================================================================
RCS file: /cvs/ports/sysutils/borgbackup/distinfo,v
retrieving revision 1.13
diff -u -p -r1.13 distinfo
--- distinfo 30 Dec 2017 21:38:48 -0000 1.13
+++ distinfo 1 Apr 2018 10:42:42 -0000
@@ -1,2 +1,2 @@
-SHA256 (borgbackup-1.1.4.tar.gz) = IqSlOECIYYDofeVjY1bynkkSCTZYYQB8MdfxgiDHLLI=
-SIZE (borgbackup-1.1.4.tar.gz) = 3390046
+SHA256 (borgbackup-1.1.5.tar.gz) = Q1bmxxKHHziePLHWOC40HqY1+eXGXeHNj80QPQ+2bT0=
+SIZE (borgbackup-1.1.5.tar.gz) = 3392774

No comments:

Post a Comment