diff --git a/net/s3cmd/Portfile b/net/s3cmd/Portfile
index 6f3736a..343a21a 100644
a
|
b
|
PortSystem 1.0 |
5 | 5 | PortGroup python 1.0 |
6 | 6 | |
7 | 7 | name s3cmd |
8 | | version 1.0.1 |
| 8 | version 1.5.1.2 |
9 | 9 | revision 1 |
10 | 10 | categories net |
11 | 11 | license GPL-2 |
… |
… |
long_description S3cmd lets you copy files from/to Amazon S3 \ |
20 | 20 | |
21 | 21 | homepage http://s3tools.org/s3cmd |
22 | 22 | master_sites sourceforge:s3tools |
23 | | checksums sha1 89eb9974cb523e0410db735d9d9991b355d053c1 \ |
24 | | rmd160 18d404e055dedc4713f4365ad1b0f92c744c0843 |
| 23 | checksums sha1 c6ff694fefaabbb7e9718cb2b79490a5dc4ab0a1 \ |
| 24 | rmd160 661a83e2125b85237be88d53aa16d005b4b59349 |
25 | 25 | platforms darwin |
26 | 26 | supported_archs noarch |
27 | 27 | |
28 | 28 | python.default_version 27 |
29 | 29 | python.link_binaries_suffix |
| 30 | |
| 31 | livecheck.type regex |
| 32 | livecheck.url http://sourceforge.net/projects/s3tools/files/s3cmd/ |
| 33 | livecheck.regex (\\d\\.\\d\\.\\d(?:\\.\\d)*) |