Commits
ijackson authored 16ff9608be6
1 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 2 | |
3 3 | PortSystem 1.0 |
4 4 | |
5 5 | name duck |
6 - | version 6.7.1.28683 |
6 + | version 6.8.0.28825 |
7 + | checksums rmd160 ddc518eb190155bd59dec274c5e7135fa740127f \ |
8 + | sha256 17eb415d024f62812f308a32919c4b7d9a19b9eca0e71e5b93b7968925ac7f76 \ |
9 + | size 92409932 |
7 10 | |
8 11 | categories net |
9 12 | platforms darwin |
10 13 | |
11 14 | license GPL-2+ |
12 15 | maintainers {ijackson @JacksonIsaac} openmaintainer |
13 16 | |
14 17 | description CLI for Cyberduck (a multi-protocol file transfer tool) |
15 18 | long_description The universal file transfer tool 'duck' which runs \ |
16 19 | in your shell on Linux and OS X or your Windows command line prompt. \ |
17 20 | Edit files on remote servers, download, upload and copy between servers \ |
18 21 | with FTP, SFTP or WebDAV plus support for cloud storage Amazon S3 & \ |
19 22 | OpenStack Swift deployments. |
20 23 | |
21 24 | homepage https://duck.sh/ |
22 25 | master_sites https://dist.duck.sh/ |
23 26 | |
24 - | checksums rmd160 c6fbabc435b721944411ff499efc1bf12c2eacb5 \ |
25 - | sha256 59b508b36f63938fa070347bde15bac1c4ca8f1f8c37c004e9145cb53bd5c70e \ |
26 - | size 92402196 |
27 - | |
28 27 | use_configure no |
29 28 | |
30 29 | build { } |
31 30 | |
32 31 | ## Upstream binary seems to be built using libstdc++ |
33 32 | # Port keeps failing on rev-upgrade since it |
34 33 | # checks if duck is built against libc++ or not. |
35 34 | # Note: Check and update this when port version updates. |
36 35 | configure.cxx_stdlib \ |
37 36 | libstdc++ |