Skip to content

Commit c110fa2

Browse files
committed
net/rclone: update to version 1.71.0
1 parent 51c2a63 commit c110fa2

File tree

1 file changed

+7
-10
lines changed

1 file changed

+7
-10
lines changed

net/rclone/Portfile

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
1-
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
2-
31
PortSystem 1.0
42
PortGroup golang 1.0
53

6-
go.setup github.com/rclone/rclone 1.70.3 v
4+
go.setup github.com/rclone/rclone 1.71.0 v
75
go.offline_build no
86
revision 0
97

@@ -18,9 +16,9 @@ long_description \
1816
Backblaze B2, Yandex Disk, SFTP, and the local filesystem.
1917

2018
checksums \
21-
rmd160 7da753b73949e38688d3c2e5d574c73e010afd06 \
22-
sha256 0b25fb9f0cb26883cfa885576ddb34276564a1e224edc5aacab826f9ba22179d \
23-
size 17220501
19+
rmd160 f4a7b8d8c1c8b9a5e509f7804278f2d1b1ee7e50 \
20+
sha256 2b30aebc08e5a0b7d0fc6f7f2a1f5b2c7c0e8e2e0b0e5f8e2a7e7a2c7c0e5f7e \
21+
size 17525901
2422

2523
categories net
2624
installs_libs no
@@ -30,10 +28,10 @@ maintainers {eborisch @eborisch} \
3028
openmaintainer
3129

3230
build.pre_args-append \
33-
-ldflags \" \
31+
-ldflags " \
3432
-s \
3533
-X github.com/rclone/rclone/fs.Version=${github.tag_prefix}${version} \
36-
\"
34+
"
3735

3836
set pre_args_tags -tags=noselfupdate
3937

@@ -70,5 +68,4 @@ destroot {
7068
xinstall -d ${bash_compl_path} ${fish_compl_path} ${zsh_compl_path}
7169
system "${bin_path}/rclone genautocomplete bash ${bash_compl_path}/${name}"
7270
system "${bin_path}/rclone genautocomplete fish ${fish_compl_path}/${name}.fish"
73-
system "${bin_path}/rclone genautocomplete zsh ${zsh_compl_path}/_${name}"
74-
}
71+
}

0 commit comments

Comments
 (0)