summaryrefslogtreecommitdiff
path: root/databases/py-swift/files/patch-utils.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - take over maintainership;Mikolaj Golub2014-08-211-7/+7
| | | | | | | | - update to 2.0.0; - add @exec/@unexec for copying sample files to configuration. Notes: svn path=/head/; revision=365588
* - add rc.d scriptRuslan Makhmatkhanov2013-06-111-0/+17
- 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) Notes: svn path=/head/; revision=320622