Enclosed a diff for bringing borgbackup to 1.1.6, which is a bug fix and
small feature improvements release. Changelog can be found at
https://github.com/borgbackup/borg/blob/1.1.6/docs/changes.rst#version-116-2018-06-11

"${MODPY_CMD} build_ext --inplace" has been moved to pre-test as this is
only needed for the testing phase.

While here change ${MAINTAINER} mail address.

'make test' runs successfully. Tested by making, and restoring several
backups on amd64.

OK?


Index: Makefile
===================================================================
RCS file: /cvs/ports/sysutils/borgbackup/Makefile,v
retrieving revision 1.21
diff -u -p -r1.21 Makefile
--- Makefile    21 Apr 2018 11:54:55 -0000      1.21
+++ Makefile    11 Jun 2018 18:46:10 -0000
@@ -2,13 +2,12 @@
 
 COMMENT =              deduplicating backup program
 
-MODPY_EGG_VERSION =    1.1.5
-REVISION =             0
+MODPY_EGG_VERSION =    1.1.6
 DISTNAME =             borgbackup-${MODPY_EGG_VERSION}
 
 CATEGORIES =           sysutils
 
-MAINTAINER =           Bjorn Ketelaars <bjorn.ketela...@hydroxide.nl>
+MAINTAINER =           Bjorn Ketelaars <b...@openbsd.org>
 
 # BSD-3
 PERMIT_PACKAGE_CDROM = Yes
@@ -31,11 +30,11 @@ TEST_DEPENDS +=             ${RUN_DEPENDS} \
                        devel/py-test-benchmark${MODPY_FLAVOR} \
                        devel/py-test-xdist${MODPY_FLAVOR}
 
-post-build:
-       ${MODPY_CMD} build_ext --inplace
-
 post-install:
        ${INSTALL_MAN} ${WRKSRC}/docs/man/*.1 ${PREFIX}/man/man1/
+
+pre-test:
+       ${MODPY_CMD} build_ext --inplace
 
 do-test: fake
        cd ${WRKSRC}; \
Index: distinfo
===================================================================
RCS file: /cvs/ports/sysutils/borgbackup/distinfo,v
retrieving revision 1.14
diff -u -p -r1.14 distinfo
--- distinfo    3 Apr 2018 15:32:25 -0000       1.14
+++ distinfo    11 Jun 2018 18:46:10 -0000
@@ -1,2 +1,2 @@
-SHA256 (borgbackup-1.1.5.tar.gz) = Q1bmxxKHHziePLHWOC40HqY1+eXGXeHNj80QPQ+2bT0=
-SIZE (borgbackup-1.1.5.tar.gz) = 3392774
+SHA256 (borgbackup-1.1.6.tar.gz) = odLkdMhdOtPVmz+CCbVUllPIiRIILqAVnSei6AyRCTA=
+SIZE (borgbackup-1.1.6.tar.gz) = 3441523

Reply via email to