summaryrefslogtreecommitdiff
path: root/databases/py-swift/files/patch-utils.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-12-12Remove expired ports:Rene Ladan1-17/+0
2020-12-12 comms/py-libconcord: Uses deprecated version of python 2020-12-12 databases/py-swift: Uses deprecated version of python 2020-12-12 devel/py-AddOns: Uses deprecated version of python 2020-12-12 devel/py-BytecodeAssembler: Uses deprecated version of python 2020-12-12 devel/py-repoze.who-testutil: Uses deprecated version of python 2020-12-12 devel/py-riak_pb: Uses deprecated version of python 2020-12-12 devel/pythk: Uses deprecated version of python 2020-12-12 mail/py-spambayes: Uses deprecated version of python 2020-12-12 math/py-numeric: Uses deprecated version of python 2020-12-12 math/py-scientific: Uses deprecated version of python 2020-12-12 net/py-suds: Uses deprecated version of python 2020-12-12 net/pynids: Uses deprecated version of python 2020-12-12 security/py-obfsproxy-tor: Uses deprecated version of python 2020-12-12 sysutils/syslog-ng324: Agreed upon upstream one year deprecation policy 2020-12-12 www/py-pylons: Uses deprecated version of python 2020-12-12 www/py-qpy: Uses deprecated version of python Notes: svn path=/head/; revision=557820
2014-08-21- take over maintainership;Mikolaj Golub1-7/+7
- update to 2.0.0; - add @exec/@unexec for copying sample files to configuration. Notes: svn path=/head/; revision=365588
2013-06-11- add rc.d scriptRuslan Makhmatkhanov1-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