abda309090
Changelog: https://rclone.org/changelog/#v1-74-4-2026-07-08 PR: 296666 Security: CVE-2026-59732 Security: CVE-2026-46604 Security: CVE-2026-46602 Security: CVE-2026-46601 Security: CVE-2026-33813 Security: CVE-2026-59733 Security: GHSA-8v25-v8p6-qf7v Security: CVE-2026-54572 Security: GHSA-945v-v9p3-v5xw Sponsored by: UNIS Labs MFH: 2026Q3
30 lines
690 B
Makefile
30 lines
690 B
Makefile
PORTNAME= rclone
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 1.74.4
|
|
CATEGORIES= net
|
|
|
|
MAINTAINER= tremere@cainites.net
|
|
COMMENT= Sync files to and from various cloud services
|
|
WWW= https://rclone.org/
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
LIB_DEPENDS= libfuse.so:filesystems/fusefs-libs
|
|
RUN_DEPENDS= ca_root_nss>=0:security/ca_root_nss
|
|
|
|
USES= cpe go:modules
|
|
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>
|