Commits
Eric A. Borisch authored bec9373f900
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 | PortGroup github 1.0 |
5 5 | |
6 6 | # UPDATE THESE IN SYNC! |
7 - | set version 2019-07-10T00-34-56Z |
8 - | set commit 9d49688c87e9c7c3f769833c3a8697d16349f6c0 |
7 + | set version 2019-09-11T19-53-16Z |
8 + | set commit 53e4887e02b94ed37dea8c5173330f17548fe122 |
9 9 | |
10 10 | set relversion [regsub {(T..)-(..)-(..Z)} $version {\1:\2:\3}] |
11 11 | # This is not used for fetching, but is compiled into the executable |
12 12 | |
13 13 | github.setup minio minio $version RELEASE. |
14 14 | revision 0 |
15 15 | |
16 16 | homepage https://minio.io |
17 17 | categories www |
18 18 | maintainers {eborisch @eborisch} openmaintainer |
19 19 | description Open source Amazon S3-compatible object storage server. |
20 20 | long_description \ |
21 21 | ${description} It is best suited for storing unstructured data such as \ |
22 22 | photos, videos, log files, backups and container / VM images. Size of an \ |
23 23 | object can range from a few KBs to a maximum of 5TB. See also minio-mc \ |
24 24 | for command-line client. |
25 25 | license Apache-2 |
26 26 | |
27 27 | checksums \ |
28 - | rmd160 ddd215d883ba97b5b3ae78f5e8f3845cfffc3b52 \ |
29 - | sha256 2ca8aa8a879854f146d26cb172cd9af97299bc242ec38d45d21ab29606759a35 \ |
30 - | size 6011718 |
28 + | rmd160 538b2615c7e043562b74d619e28e608adbafbdf2 \ |
29 + | sha256 abfc96e02d1fed4fc0b3dd3e12885bf79e9bc3b33b42bd2fa0ae1023d58fc714 \ |
30 + | size 6955992 |
31 31 | |
32 32 | set goproj github.com/${github.author}/${github.project} |
33 33 | |
34 34 | depends_lib port:go |
35 35 | platforms darwin |
36 36 | use_configure no |
37 37 | worksrcdir src/${goproj} |
38 38 | |
39 39 | post-extract { |
40 40 | xinstall -d ${workpath}/src/github.com/${github.author} |