diff options
Diffstat (limited to 'net/rclone/Makefile')
-rw-r--r-- | net/rclone/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/rclone/Makefile b/net/rclone/Makefile index 7452a17d077f..678b888ce77c 100644 --- a/net/rclone/Makefile +++ b/net/rclone/Makefile @@ -1,7 +1,6 @@ PORTNAME= rclone DISTVERSIONPREFIX= v -DISTVERSION= 1.69.1 -PORTREVISION= 3 +DISTVERSION= 1.69.3 CATEGORIES= net MAINTAINER= tremere@cainites.net @@ -14,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libfuse.so:filesystems/fusefs-libs RUN_DEPENDS= ca_root_nss>=0:security/ca_root_nss -USES= cpe go:1.23,modules +USES= cpe go:modules GO_MODULE= github.com/rclone/rclone GO_BUILDFLAGS= -ldflags -s -tags cmount |