summaryrefslogtreecommitdiff
path: root/databases/py-redis/files/patch-setup.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 2.7.0Steve Wills2012-11-281-8/+16
| | | | | | | | | | | | | | | | | | - Add CHEESESHOP as primary MASTERSITE - Remove LICENSE_FILE for those in bsd.licenses.db.mk - Whitespace alignment - Add HIREDIS OPTIONng - Use easy_install (make tests easier to run) - Add zip_safe=False to setup.py - Update and sort pkg-plist - Replace dirrmtry with dirrm - New Makefile header convention - Give maintainership to submitter PR: ports/172481 Submitted by: Kubilay Kocak <koobs.freebsd@gmail.com> Approved by: clsung via IRC Feature safe: yes
* - Update to 2.4.13Cheng-Lung Sung2012-06-021-0/+14
- Include patch to setup.py from PR: ports/158036 - Add LICENSE_FILE - Update pkg-plist PR: ports/168362 Submitted by: koobs <koobs dot freebsd_AT_gmail dot com>