Sunday, December 29, 2019

UPDATE sysutils/rclone-1.50.2

Enclosed diff brings rclone to 1.50.2, which fixes a couple of bugs. The
list of changes between the version in ports and this update is a bit
long. Overview can be found at https://rclone.org/changelog/.

I'm a frequent user of rclone and would like to take MAINTAINER.

The webdav backend has been tested extensively. No regressions found.

OK?

diff --git Makefile Makefile
index b6f813d22bc..7afddf985ec 100644
--- Makefile
+++ Makefile
@@ -2,15 +2,16 @@

COMMENT = rsync for cloud storage

-V = 1.48.0
+V = 1.50.2
DISTNAME = rclone-v${V}
PKGNAME = rclone-${V}
-REVISION = 0

CATEGORIES = sysutils

HOMEPAGE = https://rclone.org/

+MAINTAINER = Bjorn Ketelaars <bket@openbsd.org>
+
# MIT
PERMIT_PACKAGE = Yes

@@ -21,7 +22,7 @@ MASTER_SITES = https://github.com/ncw/rclone/releases/download/v${V}/
MODULES = lang/go
MODGO_TYPE = bin

-ALL_TARGET = github.com/ncw/rclone
+ALL_TARGET = github.com/rclone/rclone

do-install:
${INSTALL_PROGRAM} ${MODGO_WORKSPACE}/bin/rclone ${PREFIX}/bin/
diff --git distinfo distinfo
index 58e0372fae7..a9606cc6019 100644
--- distinfo
+++ distinfo
@@ -1,2 +1,2 @@
-SHA256 (rclone-v1.48.0.tar.gz) = jP7QsODDQcdNRm0+zITjXjJmY5HQdURdUP5iMDXNA+Q=
-SIZE (rclone-v1.48.0.tar.gz) = 17613425
+SHA256 (rclone-v1.50.2.tar.gz) = bdiZinJRTTgg0kGuRtxgnAMFt0Ku49tqr2AXtGyZYJE=
+SIZE (rclone-v1.50.2.tar.gz) = 18472434

No comments:

Post a Comment