git: 36616a2ffc90 - main - net/rclone: update to 1.65.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 29 Nov 2023 01:03:46 UTC
The branch main has been updated by meta: URL: https://cgit.FreeBSD.org/ports/commit/?id=36616a2ffc9040e18c6ed72aaa91595df874db41 commit 36616a2ffc9040e18c6ed72aaa91595df874db41 Author: Ralf van der Enden <tremere@cainites.net> AuthorDate: 2023-11-27 10:43:03 +0000 Commit: Koichiro Iwao <meta@FreeBSD.org> CommitDate: 2023-11-29 01:03:23 +0000 net/rclone: update to 1.65.0 To keep support for mount, I made building the cmount option a default. This version renames cmount to mount internally for FreeBSD, but disables the previous mount option. PR: 275371 --- net/rclone/Makefile | 10 +++------- net/rclone/distinfo | 10 +++++----- 2 files changed, 8 insertions(+), 12 deletions(-) diff --git a/net/rclone/Makefile b/net/rclone/Makefile index 39c3e070c408..86bc5799f3ed 100644 --- a/net/rclone/Makefile +++ b/net/rclone/Makefile @@ -1,6 +1,6 @@ PORTNAME= rclone DISTVERSIONPREFIX= v -DISTVERSION= 1.64.2 +DISTVERSION= 1.65.0 CATEGORIES= net MAINTAINER= tremere@cainites.net @@ -10,6 +10,7 @@ WWW= https://rclone.org/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING +LIB_DEPENDS= libfuse.so:sysutils/fusefs-libs RUN_DEPENDS= ca_root_nss>=0:security/ca_root_nss USES= cpe go:modules @@ -20,12 +21,7 @@ GO_BUILDFLAGS= -ldflags -s PLIST_FILES= bin/rclone \ man/man1/rclone.1.gz -OPTIONS_DEFINE= CMOUNT - -CMOUNT_DESC= Enable cmount command (depends on fusefs-libs) - -CMOUNT_LIB_DEPENDS= libfuse.so:sysutils/fusefs-libs -CMOUNT_VARS= GO_BUILDFLAGS+="-tags cmount" +GO_BUILDFLAGS+= -tags cmount post-install: ${INSTALL_MAN} ${WRKSRC}/rclone.1 ${STAGEDIR}${MANPREFIX}/man/man1 diff --git a/net/rclone/distinfo b/net/rclone/distinfo index 47c9337092e3..d3509cf8f3bd 100644 --- a/net/rclone/distinfo +++ b/net/rclone/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1698404342 -SHA256 (go/net_rclone/rclone-v1.64.2/v1.64.2.mod) = 90943ac64fe47f54b40bdd7d4fda6cee3d99f59a5ac420be43bc7369ed1b9250 -SIZE (go/net_rclone/rclone-v1.64.2/v1.64.2.mod) = 8152 -SHA256 (go/net_rclone/rclone-v1.64.2/v1.64.2.zip) = e2a081cefbd810bde0c1c2bac87cc9103decdb0fefa820e15eee25467253bf4a -SIZE (go/net_rclone/rclone-v1.64.2/v1.64.2.zip) = 17702032 +TIMESTAMP = 1701074507 +SHA256 (go/net_rclone/rclone-v1.65.0/v1.65.0.mod) = 046c968c1514fc711f431a524ca3a19a6851f2e8b15bd4e03231a218c65fb795 +SIZE (go/net_rclone/rclone-v1.65.0/v1.65.0.mod) = 9348 +SHA256 (go/net_rclone/rclone-v1.65.0/v1.65.0.zip) = ed3b1bfd243324b1d9636cdbd54db07b43242b92f728f28e495fbd192a8a8382 +SIZE (go/net_rclone/rclone-v1.65.0/v1.65.0.zip) = 17680101