Created attachment 156774 [details] py-aiohttp-0.15.3.diff Update www/py-aiohttp to 0.15.3. Changelog is at [1]. Tested via 'make resgression-test' on a single FreeBSD 10.0 amd64 machine. [1] https://github.com/KeepSafe/aiohttp/blob/master/CHANGES.txt
Created attachment 156775 [details] py-aiohttp-0.15.3.diff It appears that py-aiohttp now requires textproc/py-chardet library. Here's an updated patch.
Updating to 16.3
A commit references this bug: Author: koobs Date: Fri Jun 5 03:41:11 UTC 2015 New revision: 388564 URL: https://svnweb.freebsd.org/changeset/ports/388564 Log: www/py-aiohttp: Update to 0.16.3 - Update to 0.16.3 - chardet is now a RUN_DEPENDS, not only TEST_DEPENDS - Add gunicorn to TEST_DEPENDS as per setup.py Changes: https://github.com/KeepSafe/aiohttp/blob/v0.16.3/CHANGES.txt Based on: PR: 200188 Submitted by: Vitaly Magerya <vmagerya gmail com> Changes: head/www/py-aiohttp/Makefile head/www/py-aiohttp/distinfo
Committed with changes (0.16.3). Thank you Vitaly