git: 5117e41362b5 - main - net/rclone: Update 1.71.2 => 1.73.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 01 Feb 2026 21:28:26 UTC
The branch main has been updated by vvd:
URL: https://cgit.FreeBSD.org/ports/commit/?id=5117e41362b58f136285c5b1787a85f6112f00e2
commit 5117e41362b58f136285c5b1787a85f6112f00e2
Author: Herbert J. Skuhra <herbert@gojira.at>
AuthorDate: 2026-02-01 21:21:54 +0000
Commit: Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2026-02-01 21:28:12 +0000
net/rclone: Update 1.71.2 => 1.73.0
Changelog:
https://rclone.org/changelog/#v1-73-0-2026-01-30
Add rclonefs -> rclone symlink.
In order for rclone mount to work as /etc/fstab entry, the "mountprog"
option needs to be specified. For this to work, rclone expects the
program name to be either "mount.rclone" or "rclonefs".
PR: 292857 291288
Approved by: Ralf van der Enden <tremere@cainites.net> (maintainer)
Co-authored-by: Ralf van der Enden <tremere@cainites.net>
---
net/rclone/Makefile | 5 +++--
net/rclone/distinfo | 10 +++++-----
2 files changed, 8 insertions(+), 7 deletions(-)
diff --git a/net/rclone/Makefile b/net/rclone/Makefile
index 3c95a519cb29..a2b7c8ca1d38 100644
--- a/net/rclone/Makefile
+++ b/net/rclone/Makefile
@@ -1,7 +1,6 @@
PORTNAME= rclone
DISTVERSIONPREFIX= v
-DISTVERSION= 1.71.2
-PORTREVISION= 3
+DISTVERSION= 1.73.0
CATEGORIES= net
MAINTAINER= tremere@cainites.net
@@ -20,9 +19,11 @@ GO_MODULE= github.com/rclone/rclone
GO_BUILDFLAGS= -ldflags -s -tags cmount
PLIST_FILES= bin/rclone \
+ bin/rclonefs \
share/man/man1/rclone.1.gz
post-install:
${INSTALL_MAN} ${WRKSRC}/rclone.1 ${STAGEDIR}${PREFIX}/share/man/man1
+ ${RLN} ${STAGEDIR}${PREFIX}/bin/rclone ${STAGEDIR}${PREFIX}/bin/rclonefs
.include <bsd.port.mk>
diff --git a/net/rclone/distinfo b/net/rclone/distinfo
index a072c805f51b..2d37ebc34c47 100644
--- a/net/rclone/distinfo
+++ b/net/rclone/distinfo
@@ -1,5 +1,5 @@
-TIMESTAMP = 1760982792
-SHA256 (go/net_rclone/rclone-v1.71.2/v1.71.2.mod) = 719df04a458832578bf903cfdb666d47b3bb58d187b1afbcfe35db806c70a301
-SIZE (go/net_rclone/rclone-v1.71.2/v1.71.2.mod) = 12214
-SHA256 (go/net_rclone/rclone-v1.71.2/v1.71.2.zip) = ba7d3a63fb7f9a3ef6110ae6944b704bc48c4d4de378424ca71a43121ef2ff48
-SIZE (go/net_rclone/rclone-v1.71.2/v1.71.2.zip) = 18569562
+TIMESTAMP = 1769813846
+SHA256 (go/net_rclone/rclone-v1.73.0/v1.73.0.mod) = 4079338d03e5ed006cbbfd139cd815d593671783a3f2e063a88f1dc0e8e45a4d
+SIZE (go/net_rclone/rclone-v1.73.0/v1.73.0.mod) = 13869
+SHA256 (go/net_rclone/rclone-v1.73.0/v1.73.0.zip) = 130360bed0c60f3de1d9a7bb1550cc7d43aa3920e0a4e26f6a7dbc35f7a8971b
+SIZE (go/net_rclone/rclone-v1.73.0/v1.73.0.zip) = 18932937