aboutsummaryrefslogtreecommitdiff
path: root/www/minio-client
Commit message (Collapse)AuthorAgeFilesLines
* Convert all Go ports to USES=goTobias Kortkamp2019-06-291-2/+3
| | | | | | | | | | | | | | | | | | | | This allows for port testing with lang/go-devel via GO_PORT, setting up the Go build environment in a single place, and is step one in simplifying Go ports that often define too complicated do-build targets themselves. USES=go gains new arguments 'run' to add lang/go to RUN_DEPENDS and 'no_targets' for ports with composite builds that call 'go' themselves and do not need the do-build/do-install targets of USES=go. PR: 238849 Submitted by: dg@syrec.org (also D20745) Reviewed by: mat, tobik Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D20746 Notes: svn path=/head/; revision=505321
* www/minio-client: Update to RELEASE.2019-01-25T23-38-19ZJohn Hixson2019-01-282-5/+5
| | | | | | | | Approved by: araujo (mentor) Differential Revision: https://reviews.freebsd.org/D18973 Notes: svn path=/head/; revision=491503
* www/minio-client: update to RELEASE.2018-12-27T00-37-49ZJohn Hixson2019-01-052-5/+5
| | | | | | | | | araujo (mentor) araujo (mentor) https://reviews.freebsd.org/D18751 Notes: svn path=/head/; revision=489392
* www/minio-client: Update to 2018.10.18.00.40.05Mark Felder2018-10-232-7/+5
| | | | | | | | | | | - Fix amd64 build PR: 231945 Approved by: maintainer (timeout) MFH: 2018Q4 Notes: svn path=/head/; revision=482850
* - Mark BROKEN on amd64: does not build: ↵Dmitry Marakasov2018-10-061-0/+2
| | | | | | | | | github.com/minio/mc/vendor/golang.org/x/crypto/blake2b.supportsAVX2: relocation target runtime.support_avx2 not defined Approved by: portmgr blanket Notes: svn path=/head/; revision=481403
* Change jhixson port maintainer email to jhixson@FreeBSD.orgJohn Hixson2018-08-071-1/+1
| | | | | | | | Approved by: miwi (mentor), kmoore (mentor), araujo (mentor) Differential Revision: https://reviews.freebsd.org/D16592 Notes: svn path=/head/; revision=476591
* www/minio-client: 2018.06.09.02.18.09Steve Wills2018-06-132-6/+6
| | | | | | | | PR: 228890 Submitted by: jhixson@gmail.com (maintainer) Notes: svn path=/head/; revision=472314
* www/minio-client: update to 2018.05.25.20.20.15Steve Wills2018-05-302-6/+7
| | | | | | | | PR: 228595 Submitted by: jhixson@gmail.com (maintainer) Notes: svn path=/head/; revision=471141
* www/minio-client: update to RELEASE.2018-04-28T00-08-20ZSteve Wills2018-05-242-4/+4
| | | | | | | | | PR: 228086 Submitted by: Dhananjay Balan <mail@dbalan.in> Approved by: jhixson@gmail.com (maintainer) Notes: svn path=/head/; revision=470778
* Update to upstream version RELEASE.2018-03-14T23-16-27ZThomas Zander2018-03-252-4/+4
| | | | | | | | | PR: 226820 Submitted by: mail@dbalan.in Approved by: jhixson@gmail.com (maintainer) Notes: svn path=/head/; revision=465514
* Make 41 Go ports respect MAKE_ENV. This is expected to unbreak them.Yuri Victorovich2018-03-071-1/+1
| | | | | | | | | | | | | | | | | | | Ports: benchmarks/hey benchmarks/vegeta databases/influxdb devel/arduino-builder devel/arduinoOTA devel/awless devel/git-codereview devel/git-town devel/gitlab-runner devel/grv devel/hub devel/jfrog-cli editors/micro finance/fixc misc/exercism net-mgmt/intel-snap net-mgmt/kapacitor net-mgmt/telegraf net/goreplay net/syncthing net/syncthing-cli net/syncthing-discosrv net/syncthing-inotify print/cups-connector security/sops security/vault sysutils/amazon-ssm-agent sysutils/circonus-agent sysutils/consul sysutils/consul_exporter sysutils/envconsul sysutils/serf textproc/consul-template textproc/spiff www/gobuffalo www/grafana2 www/grafana3 www/mattermost-server www/minio www/minio-client www/uchiwa Approved by: tcberner (mentor, implicit) Approved by: portmgr (port compliance, infrastructure) Notes: svn path=/head/; revision=463776
* Update to RELEASE.2018-01-18T21-18-56ZThomas Zander2018-02-112-4/+4
| | | | | | | | | PR: 225492 Submitted by: mail@dbalan.in Approved by: jhixson@gmail.com (maintainer) Notes: svn path=/head/; revision=461510
* www/minio-client update to 2017.12.12.01.08.02Jochen Neumeister2018-01-072-5/+4
| | | | | | | | | | | | Changelog: https://github.com/minio/mc/tree/RELEASE.2017-12-12T01-08-02Z PR: 224546 Reported by: Dhananjay Balan (mail@dbalan.in) Approved by: maintainer timeout (2 weeks) rene (mentor) Differential Revision: https://reviews.freebsd.org/D13791 Notes: svn path=/head/; revision=458362
* Stripping go binaries is perfectly fine.Mathieu Arnold2017-10-121-1/+0
| | | | | | | | | https://dominik.honnef.co/posts/2016/10/go-and-strip/ Sponsored by: Absolight Notes: svn path=/head/; revision=451834
* This port currently installs as minio-client, which is a bit long.Marcelo Araujo2017-03-221-4/+17
| | | | | | | | | | | | Also, most examples of usage show mc. I intentionally used minio-client to avoid a naming collision with mc (midnight commander). I would like to give users the option to install as mc if desired. PR: ports/217858 Submitted by: John Hixson <jhixson@gmail.com> (maintainer) Notes: svn path=/head/; revision=436693
* Add port: www/minio-clientKirill Ponomarev2017-02-183-0/+41
Minio Client is a replacement for ls, cp, mkdir, diff and rsync commands for filesystems and object storage. WWW: https://minio.io/downloads/#minio-client PR: 217124 Submitted by: jhixson@gmail.com Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D9642 Notes: svn path=/head/; revision=434341