Bug 173714 - update www/py-tornado-2.3 to 2.4
Summary: update www/py-tornado-2.3 to 2.4
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Wesley Shields
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-19 08:40 UTC by freebsd
Modified: 2012-12-02 01:19 UTC (History)
1 user (show)

See Also:


Attachments
py-tornado.patch (3.36 KB, patch)
2012-11-19 08:40 UTC, freebsd
no flags Details | Diff
py-tornado-2.4.patch (4.50 KB, patch)
2012-11-19 09:04 UTC, koobs
no flags Details | Diff
www_py-tornado.diff (4.15 KB, patch)
2012-11-26 23:05 UTC, Grzegorz Blach
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description freebsd 2012-11-19 08:40:00 UTC
	Attached patch updated www/py-tornado-2.3 to 2.4
	Update requested by kris.universe@gmail.com citing numerous 
	bugfixes.

Fix: Apply attached patch.
Comment 1 koobs 2012-11-19 09:04:58 UTC
Updated patch:

- Update to 2.4
- Use GITHUB (And remove CHEESESHOP & FETCH_ARGS override)
- Remove PYTHON_REL condition for < 260 (No longer supported)
- Patch setup.py to add zip_safe=False (modules reference __file__)
- Trim Makefile header
- Whitespace alignment
- Add regression-test: target

Changes:

http://www.tornadoweb.org/documentation/releases/v2.4.0.html

====[QA]====
portlint: WARN: Makefile: only one MASTER_SITE configured
porttest: OK (9.0-RELEASE amd64)
unittest: Ran 261 tests in 4.269s - OK
testport: poudriere
- freebsd-8-amd64: OK
- freebsd-8-i386: OK
===========
Comment 2 Grzegorz Blach 2012-11-26 23:05:44 UTC
Update to 2.4.1

Changes: http://www.tornadoweb.org/documentation/releases/v2.4.1.html
Comment 3 khsing.cn 2012-11-28 08:19:29 UTC
Approved 
Comment 4 Wesley Shields freebsd_committer freebsd_triage 2012-11-29 16:40:04 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wxs

I'll take it.
Comment 5 Wesley Shields freebsd_committer freebsd_triage 2012-12-02 01:19:28 UTC
State Changed
From-To: open->closed

Committed. Thanks!