Enclosed a simple diff for updating borgbackup to 1.1.13, which fixes
some small issues. Nothing big or exciting. Changes:
https://github.com/borgbackup/borg/blob/1.1.13/docs/changes.rst#version-1113-2020-06-06

Testing:
- 'make test' runs successful
- Run tested on several machines (all amd64) by creating, restoring and
  pruning backups
- Lightly run tested with its only consumer: sysutils/borgmatic

Comments/OK?


Index: Makefile
===================================================================
RCS file: /cvs/ports/sysutils/borgbackup/Makefile,v
retrieving revision 1.33
diff -u -p -r1.33 Makefile
--- Makefile    8 Mar 2020 14:52:29 -0000       1.33
+++ Makefile    7 Jun 2020 05:59:20 -0000
@@ -2,7 +2,7 @@
 
 COMMENT =              deduplicating backup program
 
-MODPY_EGG_VERSION =    1.1.11
+MODPY_EGG_VERSION =    1.1.13
 DISTNAME =             borgbackup-${MODPY_EGG_VERSION}
 
 CATEGORIES =           sysutils
Index: distinfo
===================================================================
RCS file: /cvs/ports/sysutils/borgbackup/distinfo,v
retrieving revision 1.20
diff -u -p -r1.20 distinfo
--- distinfo    8 Mar 2020 14:52:29 -0000       1.20
+++ distinfo    7 Jun 2020 05:59:20 -0000
@@ -1,2 +1,2 @@
-SHA256 (borgbackup-1.1.11.tar.gz) = 
NgkJkrp5WlpQkfzUB7Z76b8m0OiAIIktMdesgfqXD6Q=
-SIZE (borgbackup-1.1.11.tar.gz) = 3718055
+SHA256 (borgbackup-1.1.13.tar.gz) = 
FkqGZqYQcc4vpsYGJ8dkbxLjqOdM048Ea+cvXqkbOCE=
+SIZE (borgbackup-1.1.13.tar.gz) = 3754457

Reply via email to