aboutsummaryrefslogtreecommitdiff
path: root/devel/etcd
Commit message (Collapse)AuthorAgeFilesLines
* devel/etcd: minor port updatesBartek Rutkowski2016-09-151-8/+9
| | | | | | | | | * Switch to USES=go and drop BUILD_DEPENDS * Limit portscout version scans to 2.* version * Correct PORTREVISION placement Notes: svn path=/head/; revision=422183
* Register conflict with devel/etcd3 in devel/etcd.Jimmy Olgeni2016-09-021-1/+2
| | | | Notes: svn path=/head/; revision=421262
* devel/etcd: update 2.3.6 -> 2.3.7Bartek Rutkowski2016-06-202-4/+4
| | | | Notes: svn path=/head/; revision=417167
* devel/etcd: update 2.3.5 -> 2.3.6Bartek Rutkowski2016-05-282-3/+4
| | | | Notes: svn path=/head/; revision=415982
* devel/etcd: update 2.3.4 -> 2.3.5Bartek Rutkowski2016-05-212-4/+3
| | | | Notes: svn path=/head/; revision=415588
* devel/etcd: update 2.3.3 -> 2.3.4Bartek Rutkowski2016-05-142-3/+4
| | | | Notes: svn path=/head/; revision=415200
* devel/etcd: update 2.3.1 -> 2.3.3Bartek Rutkowski2016-05-012-3/+3
| | | | Notes: svn path=/head/; revision=414408
* devel/etcd: update 2.2.5 -> 2.3.1Bartek Rutkowski2016-04-162-3/+3
| | | | | | | | PR: 208784 Submitted by: Luke Jee <lukejee@gmail.com> Notes: svn path=/head/; revision=413462
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* audio/etcd: rename bin/etcd to bin/e-tcd, remove conflict with devel/etcdPietro Cerutti2016-02-101-1/+1
| | | | Notes: svn path=/head/; revision=408621
* devel/etcd: update 2.2.4 -> 2.2.5Bartek Rutkowski2016-02-022-3/+3
| | | | Notes: svn path=/head/; revision=407816
* audio/etcd, devel/etcd: CONFLICTS -> CONFLICTS_INSTALLPietro Cerutti2016-01-211-1/+1
| | | | Notes: svn path=/head/; revision=406857
* devel/etcd: no need for glob in CONFLICTSPietro Cerutti2016-01-211-1/+1
| | | | Notes: svn path=/head/; revision=406846
* audio/etcd, devel/etcd: mutual CONFLICT because of bin/etcdPietro Cerutti2016-01-211-1/+1
| | | | Notes: svn path=/head/; revision=406844
* devel/etcd: update 0.4.6 -> 2.2.4Bartek Rutkowski2016-01-202-11/+9
| | | | | | | | | - Add LICENSE_FILE - CONFLICTS for devel/etcdctl (following upstream change) - Remove obsolete patches Notes: svn path=/head/; revision=406811
* - Switch to options helpersDmitry Marakasov2015-09-011-6/+4
| | | | | | | | | - While here, add some NO_ARCHes Approved by: portmgr blanket Notes: svn path=/head/; revision=395777
* Update ports in the [bcd]* categories to not use GH_COMMIT.Mathieu Arnold2015-05-062-4/+3
| | | | | | | | | | With minor cleanups to make things simpler. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=385521
* devel/etcd: update 0.4.4 -> 0.4.6Bartek Rutkowski2014-08-052-4/+4
| | | | | | | Approved by: swills (mentor) Notes: svn path=/head/; revision=364108
* devel/etcd: update 0.4.3 -> 0.4.4Bartek Rutkowski2014-07-102-4/+4
| | | | | | | Approved by: marino (mentor) Notes: svn path=/head/; revision=361431
* devel/etcd: update to 0.4.3Bartek Rutkowski2014-06-233-6/+6
| | | | | | | | | | | | - Update devel/etcd to 0.4.3 - Change maintainer address to robak@FreeBSD.org - Minor url correction in pkg-descr Reviewed by: marino (mentor) Approved by: swills (mentor) Notes: svn path=/head/; revision=359007
* - Update to 0.4.1Martin Wilke2014-06-062-4/+4
| | | | | | | PR: 190701 Notes: svn path=/head/; revision=356805
* - Update to 0.3.0Steve Wills2014-03-172-9/+14
| | | | | | | | | | | | - Add LICENSE - Fix options for DOCS installation - Removed option for client port PR: ports/187626 Submitted by: Bartek Rutkowski <ports@robakdesign.com> (maintainer) Notes: svn path=/head/; revision=348487
* Upgrade to 0.2.0Vanilla I. Shu2014-01-102-5/+4
| | | | | | | | PR: ports/185554 Submitted by: maintainer Notes: svn path=/head/; revision=339356
* devel/etcd: fix pkg prefix and add optionWilliam Grzybowski2013-11-131-6/+8
| | | | | | | | | | | - Fix pkg name prefix to include a dash - Add an option to install etcdctl PR: ports/183921 Submitted by: maintainer Notes: svn path=/head/; revision=333678
* devel/etcd: update to 0.1.2William Grzybowski2013-11-092-7/+7
| | | | | | | | PR: ports/183819 Submitted by: maintainer Notes: svn path=/head/; revision=333332
* A highly-available key value store for sharedBryan Drewery2013-10-043-0/+54
configuration and service discovery. etcd is inspired by zookeeper and doozer, with a focus on: * Simple: curl'able user facing API (HTTP+JSON) * Secure: optional SSL client cert authentication * Fast: benchmarked 1000s of writes/s per instance * Reliable: Properly distributed using Raft Etcd is written in Go and uses the raft consensus algorithm to manage a highly-available replicated log. WWW: https://github.com/coreos/etcd#etcd Use PKGNAMEPREFIX=coreos to avoid PKGNAME conflict with audio/etcd PR: ports/182419 Submitted by: Bartek Rutkowski <ports@robakdesign.com> Notes: svn path=/head/; revision=329287