diff --git a/net/s3cmd/Portfile b/net/s3cmd/Portfile index 1b97639f173c1..093e84b787158 100644 --- a/net/s3cmd/Portfile +++ b/net/s3cmd/Portfile @@ -4,12 +4,17 @@ PortSystem 1.0 PortGroup python 1.0 PortGroup github 1.0 -name s3cmd +github.setup s3tools s3cmd 2.4.0 v +github.tarball_from releases +revision 0 + categories net +platforms {darwin any} +supported_archs noarch license GPL-2 -maintainers nomaintainer -description Command line tool for managing Amazon S3 service +maintainers {rzmv.cc:p @przmv} +description Command line tool for managing S3 compatible storage services long_description S3cmd lets you copy files from/to Amazon S3 \ (Simple Storage Service) using a simple to use \ command line client. Supports rsync-like backup, \ @@ -18,21 +23,12 @@ long_description S3cmd lets you copy files from/to Amazon S3 \ homepage http://s3tools.org/s3cmd -github.setup s3tools s3cmd 2.1.0 v -# Change github.tarball_from to 'releases' or 'archive' next update -github.tarball_from tarball -revision 0 - -checksums rmd160 4baa9f6ab2b469d94fd40eee3ea82f7d495a300f \ - sha256 71d05b14cd834014f6b79650f89072a818746b2583c886d570637c8331780e31 \ - size 450117 - -platforms {darwin any} -supported_archs noarch +checksums rmd160 c9450b19aff1285ac059529be6dd4a22bd8180c1 \ + sha256 6b567521be1c151323f2059c8feec85ded96b6f184ff80535837fea33798b40b \ + size 144976 -python.default_version 38 +python.default_version 313 -depends_build-append port:py${python.default_version}-setuptools depends_run-append path:share/curl/curl-ca-bundle.crt:curl-ca-bundle \ port:py${python.default_version}-dateutil \ port:py${python.default_version}-magic