Bug 162194 - [UPDATE] www/py-gunicorn to 0.13.4
Summary: [UPDATE] www/py-gunicorn to 0.13.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: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-31 11:00 UTC by Olivier Duchateau
Modified: 2011-11-19 11:00 UTC (History)
0 users

See Also:


Attachments
file.diff (13.82 KB, patch)
2011-10-31 11:00 UTC, Olivier Duchateau
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Olivier Duchateau 2011-10-31 11:00:22 UTC
Add OPTIONS macro for:

- asynchronous workers (Gevent and Eventlet), used in cli with '--worker-class' (or -k) option, http://gunicorn.org/configure.html#worker-class
- setproctitle, used in cli with '--name' option, http://gunicorn.org/configure.html#proc-name

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-10-31 11:00:32 UTC
Maintainer of www/py-gunicorn,

Please note that PR ports/162194 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/162194

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2011-10-31 11:00:35 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Po-Chuan Hsieh freebsd_committer freebsd_triage 2011-11-19 06:39:22 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sunpoet

I'll take it.
Comment 4 dfilter service freebsd_committer freebsd_triage 2011-11-19 10:52:06 UTC
sunpoet     2011-11-19 10:51:55 UTC

  FreeBSD ports repository

  Modified files:
    www/py-gunicorn      Makefile distinfo pkg-descr pkg-plist 
  Log:
  - Update to 0.13.4
  - Add OPTIONS: EVENTLET, GEVENT, SETPROC
    - asynchronous workers: used in CLI with -k/--worker-class option [1]
    - setproctitle: used in CLI with --name option [2]
  - While I'm here, restrict USE_PYTHON range to 2.5-2.7
  
  [1] http://gunicorn.org/configure.html#worker-class
  [2] http://gunicorn.org/configure.html#proc-name
  
  Changes:        http://gunicorn.org/news.html
  PR:             ports/162194
  Submitted by:   Olivier Duchateau <duchateau.olivier@gmail.com>
  Approved by:    maintainer (timeout, 19 days)
  Feature safe:   yes
  
  Revision  Changes    Path
  1.3       +20 -2     ports/www/py-gunicorn/Makefile
  1.3       +2 -2      ports/www/py-gunicorn/distinfo
  1.2       +0 -2      ports/www/py-gunicorn/pkg-descr
  1.3       +69 -66    ports/www/py-gunicorn/pkg-plist
_______________________________________________
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"
Comment 5 Po-Chuan Hsieh freebsd_committer freebsd_triage 2011-11-19 10:52:09 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!