This port is only needed simplejson if it run with python less than 2.6. From README: """ To use all of the features of Tornado, you need to have PycURL and (for Python 2.5 only) simplejson installed. """ so patch attached makes it depend on simplejson only if python version is < 2.6. - bump portrevision because of dependency change tag: simplejson26 Fix: Patch attached with submission follows:
Maintainer of www/py-tornado, Please note that PR ports/160859 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/160859 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Approved I have modified this patch and update this ports. On Wed, Sep 21, 2011 at 5:10 AM, Edwin Groothuis <edwin@freebsd.org> wrote: > Maintainer of www/py-tornado, > > Please note that PR ports/160859 has just been submitted. > > If it contains a patch for an upgrade, an enhancement or a bug fix > you agree on, reply to this email stating that you approve the patch > and a committer will take care of it. > > The full text of the PR can be found at: > Â Â http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/160859 > > -- > Edwin Groothuis via the GNATS Auto Assign Tool > edwin@FreeBSD.org > -- A man live in jail and want to break. http://blog.khsing.net
State Changed From-To: feedback->open Maintainer approved, with modified patch.
Responsible Changed From-To: freebsd-ports-bugs->sunpoet I'll take it.
sunpoet 2011-09-23 20:04:45 UTC FreeBSD ports repository Modified files: www/py-tornado Makefile pkg-descr Log: - Set py-simplejson as conditional dependency - Bump PORTREVISION for dependency change - Update pkg-descr PR: ports/160859 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> Approved by: khsing <khsing.cn@gmail.com> (maintainer) Revision Changes Path 1.6 +9 -3 ports/www/py-tornado/Makefile 1.2 +13 -8 ports/www/py-tornado/pkg-descr _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!