On Thu, Jun 18, 2020 at 11:33:09PM +0200, Bjorn Ketelaars wrote:
> On Thu 11/06/2020 21:06, Bjorn Ketelaars wrote:
> > Simple diff for updating rclone to 1.52.1. No exciting or big changes.
> > Changelog can be found at https://rclone.org/changelog/.
> >
> > Run tested on amd64 (synchronising with a WebDAV account).
> >
> > Comments/OK?
>
> Ping...
>
> Patch enclosed again for your convenience.
Only build tested up to fake target, but the update itself is trivial.
Passes portcheck, make port-lib-depends-check, and make update-plist.
I noticed that when I run 'make update-patches' (to see if any patches
need to be regenerated), the following happens:
$ make update-patches
WRKDIST=/usr/ports/pobj/rclone-1.52.1/rclone-v1.52.1 does not exist
*** Error 1 in /usr/ports/mystuff/sysutils/rclone
(/usr/ports/infrastructure/mk/bsd.port.mk:2567 'update-patches':
@toedit=`WRKDIST=/usr/por...)
$ make show=WRKDIST
/usr/ports/pobj/rclone-1.52.1/rclone-v1.52.1
$ make show=WRKSRC
/usr/ports/pobj/rclone-1.52.1/go/src/github.com/rclone/rclone
Looking at the Makefile, it would seem that go.port.mk is behind this.
I'm not familiar with the go module, but this error looks like it could
be an issue when updating patches?
Since no other issues and trivial port update, ok thfr@ for the rclone
diff.
>
>
> diff --git Makefile Makefile
> index 88c6184ef58..0d24dc90a98 100644
> --- Makefile
> +++ Makefile
> @@ -2,7 +2,7 @@
>
> COMMENT = rsync for cloud storage
>
> -V = 1.52.0
> +V = 1.52.1
> DISTNAME = rclone-v${V}
> PKGNAME = rclone-${V}
>
> diff --git distinfo distinfo
> index 92dc754c0e6..ba94f608f2c 100644
> --- distinfo
> +++ distinfo
> @@ -1,2 +1,2 @@
> -SHA256 (rclone-v1.52.0.tar.gz) = uM0G9i+hYjqnfoqPYPSjDALITJdIje0VmWi/B77t8xs=
> -SIZE (rclone-v1.52.0.tar.gz) = 19927470
> +SHA256 (rclone-v1.52.1.tar.gz) = qV+6w3aLxfpWP/+DBXhvbP3dNFfetXCjraTHdvGodVM=
> +SIZE (rclone-v1.52.1.tar.gz) = 19928880
>