Commit graph

2 commits

Author SHA1 Message Date
Mikolaj Golub
3a940f306c - take over maintainership;
- update to 2.0.0;
- add @exec/@unexec for copying sample files to configuration.
2014-08-21 19:35:52 +00:00
Ruslan Makhmatkhanov
c04a63505f - add rc.d script
- add the patch that fixes posix_fadvise64 linuxism: swift tries to call
  posix_fadvise64, which does not exists on FreeBSD and does not needed
  because off_t is 8 bytes on both 32 and 64-bit platforms, so posix_fadvise
  should be called instead. This has been reported upstream (#1179268) but
  there is no reaction so far.
- bump PORTREVISION

PR:		178738
Submitted by:	trociny
Approved by:	maintainer timeout (3 weeks)
2013-06-11 18:28:30 +00:00