Commit graph

8 commits

Author SHA1 Message Date
Bartek Rutkowski
a8372f7107 Change maintainer address to robak@FreeBSD.org
Approved by:	swills (mentor)
2014-06-23 20:44:28 +00:00
William Grzybowski
7d4798616a databases/riak: update to 1.4.9 and use @sample
PR:		190982
Submitted by:	maintainer
2014-06-18 21:23:13 +00:00
Mikolaj Golub
3853cb98e2 Remove unnecessary bits:
- manpages are automatically handled by the framework;
 - config existence is handled in pkg-plist;
 - directory existence check is handled by ${MKDIR}.
2014-06-12 19:24:22 +00:00
Mikolaj Golub
f5fd6405a6 - honor PREFIX;
- properly set RIAK_LIBDIR in plist (while here, sort PLIST_SUB).
2014-06-11 18:44:31 +00:00
Veniamin Gvozdikov
e339f8a956 Update to 1.4.8.
Changelog: https://github.com/basho/riak/blob/1.4/RELEASE-NOTES.md

PR:		ports/188692
Submitted by:	myself
Approved by:	maintainer (timeout)
2014-05-02 09:40:06 +00:00
Steve Wills
4ca93c8687 - Stage
- Add LICENSE
- Pet portlint
- pkg-plist fix

PR:		ports/188664
Submitted by:	Bartek Rutkowski <ports@robakdesign.com> (maintainer)
2014-04-15 17:45:54 +00:00
Bryan Drewery
b1bd6a3da6 - Fix install due to PREFIX not being defined by including bsd.port.pre.mk
This was not caught because 'poudriere testport' (in 3.0.8) was
  setting PREFIX in the environment which removes the need to include
  bsd.port.pre.mk. bulk -t was showing this problem though because
  it does not set PREFIX in the environment.

PR:		ports/182453
Reported by:	Kenji Rikitake <kenji.rikitake@acm.org>
Approved by:	maintainer (implicit via original submission)
Pointyhat to:	bdrewery
2013-09-28 13:34:21 +00:00
Bryan Drewery
cd964d7681 - Add new port databases/riak
- Did not convert to staging as it fails to build when enabled currently

Riak is a distributed database designed for maximum availability:
so long as your client can reach one server, it should be able to
write data. In most failure scenarios the data you want to read
should be available, albeit possibly stale.

WWW: http://basho.com/riak/

PR:		ports/182317
Submitted by:	Bartek Rutkowski <ports@robakdesign.com>
2013-09-27 12:04:42 +00:00