aboutsummaryrefslogtreecommitdiff
path: root/www/uwsgi/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Bump a few PORTREVISIONs after r498529Antoine Brodin2019-04-101-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=498530
* www/uwsgi: add USES=perl5 if PSGI option is selectedKurt Jaeger2019-03-031-0/+2
| | | | | | | | | | PR: 229771 Submitted by: Lorenzo Salvadore <phascolarctos@protonmail.ch> Reported by: Mike Andrews <mandrews@bit0.com> Approved by: eugene@zhegan.in (maintainer timeout) Notes: svn path=/head/; revision=494507
* - Optionize SSL supportDmitry Marakasov2018-08-271-11/+11
| | | | | | | | | | | | - Remove bogus LIB_DEPENDS line - Whitespace fixes PR: 229205 Submitted by: amdmi3 Approved by: maintainer timeout (eugene@zhegan.in, 2 months) Notes: svn path=/head/; revision=478210
* www/uwsgi: Fix typo in rc scriptSteve Wills2018-06-221-0/+1
| | | | | | | | | PR: 228805 Submitted by: Nikola Kolev <koue@chaosophia.net> Approved by: maintainer timeout (eugene@zhegan.in, > 2 weeks) Notes: svn path=/head/; revision=473044
* - Update to 2.0.16Vsevolod Stakhov2018-02-131-2/+1
| | | | | | | | | | PR: 225858 Submitted by: maintainer MFH: 2018Q1 Security: a8f25565-109e-11e8-8d41-97657151f8c2 Notes: svn path=/head/; revision=461691
* www/uwsgi: Fix rc.d script when using the uwsgi-py3* packagesTobias Kortkamp2017-12-241-2/+4
| | | | | | | | | PR: 224198 Submitted by: Christian Sturm <reezer@reezer.org> Approved by: eugene@zhegan.in (maintainer timeout, 2 weeks) Notes: svn path=/head/; revision=457125
* Convert Python ports to FLAVORS.Mathieu Arnold2017-11-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ports using USE_PYTHON=distutils are now flavored. They will automatically get flavors (py27, py34, py35, py36) depending on what versions they support. There is also a USE_PYTHON=flavors for ports that do not use distutils but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if using distutils but flavors are not wanted. A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been added to cope with Python ports that did not have the Python PKGNAMEPREFIX but are flavored. USES=python now also exports a PY_FLAVOR variable that contains the current python flavor. It can be used in dependency lines when the port itself is not python flavored. For example, deskutils/calibre. By default, all the flavors are generated. To only generate flavors for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf. In all the ports with Python dependencies, the *_DEPENDS entries MUST end with the flavor so that the framework knows which to build/use. This is done by appending '@${PY_FLAVOR}' after the origin (or @${FLAVOR} if in a Python module with Python flavors, as the content will be the same). For example: RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} PR: 223071 Reviewed by: portmgr, python Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D12464 Notes: svn path=/head/; revision=455210
* www/uwsgi: enhance handling of pluginsEugene Grosbein2017-11-101-1/+10
| | | | | | | | | | | | | | Add new option group with PSGI embedded plugin option to start with. Submitter agreed to take maintainership, so pass this unmaintained port to him. Default build not changed, so no PORTREVISION bump. PR: 223588 Submitted by: Eugene Zheganin (based on) Notes: svn path=/head/; revision=453888
* Fix regression from r448441Richard Gallamore2017-08-211-1/+1
| | | | | | | | | | | PR: 221684 Reported by: Simeon Simeonov Reviewed by: matthew (mentor) Approved by: matthew (mentor) Differential Revision: https://reviews.freebsd.org/D12100 Notes: svn path=/head/; revision=448482
* * Bump port revision, added emperor support to rc scriptRichard Gallamore2017-08-201-0/+1
| | | | | | | | | | | | | | | * Changed socket uid/gid and mode, this should fix github issue #1471[1] [1] https://github.com/unbit/uwsgi/issues/1471 PR: 210170 Submitted by: David Wahlund Reviewed by: matthew (mentor) Approved by: matthew (mentor) Differential Revision: https://reviews.freebsd.org/D12089 Notes: svn path=/head/; revision=448441
* - Update to 2.0.15Wen Heping2017-05-211-2/+1
| | | | Notes: svn path=/head/; revision=441432
* - Simplify substitution of options in build configDmitry Marakasov2017-04-131-33/+25
| | | | | | | | | - Switch to options helpers - Add missing pkgconfig dependency, fix build with JSON - Cosmetic fixes Notes: svn path=/head/; revision=438454
* ReleaseDmitry Sivachenko2017-02-171-1/+1
| | | | Notes: svn path=/head/; revision=434282
* www/uwsgi: Further rc script security improvementsMark Felder2017-02-021-1/+4
| | | | | | | | | | | | | | This update introduces a dedicated user for uwsgi and introduces the uwsgi_socket_owner setting which by default is set to www:www. The previous change to socket mode of 600 has been modified to 660 as well. This change further increases security while restoring compatibility. MFH: 2017Q1 Differential Revision: https://reviews.freebsd.org/D9398 Notes: svn path=/head/; revision=433172
* www/uwsgi: Change default socket mode to 600 for securityMark Felder2017-01-271-0/+1
| | | | | | | | | | This change may be a disruptive for some users, but the default mode of 777 is a disaster waiting to happen. MFH: 2017Q1 Notes: svn path=/head/; revision=432602
* Correct OpenSSL support.Dmitry Sivachenko2016-12-131-1/+3
| | | | | | | | PR: 215047 Submitted by: Melvyn Sopacua <m.r.sopacua@gmail.com> Notes: svn path=/head/; revision=428478
* Update to version 2.0.14.Dmitry Sivachenko2016-10-031-2/+1
| | | | Notes: svn path=/head/; revision=423177
* Switch xml implementation to libxml2, because it supports embedding pythinDmitry Sivachenko2016-05-311-3/+2
| | | | | | | | | code to CDATA elements (expat doesn't). Submitted by: Eric Masson <emss@free.fr> Notes: svn path=/head/; revision=416190
* Add OPTIONal support for json, xml and pcre plugins.Dmitry Sivachenko2016-05-301-2/+29
| | | | Notes: svn path=/head/; revision=416156
* Update to version 2.0.13.Dmitry Sivachenko2016-05-101-2/+1
| | | | Notes: svn path=/head/; revision=414933
* Move UWSGI_EMBED_PLUGINS assignment to MAKE_ENV as submitter reports itDmitry Sivachenko2016-01-021-2/+2
| | | | | | | | | | does not works anymore is defined in MAKE_ARGS. PR: 197492 Submitted by: kevin.bowling@kev009.com Notes: svn path=/head/; revision=405059
* Update to version 2.0.12.Dmitry Sivachenko2015-12-301-2/+1
| | | | Notes: svn path=/head/; revision=404826
* Revert "concurrent" for now, port is not ready for it yet.Dmitry Sivachenko2015-11-161-1/+1
| | | | | | | | | PR: 204558 Submitted by: John W. O'Brien <john@saltant.com> No objection from: koobs Notes: svn path=/head/; revision=401784
* www/uwsgi: Use distutils, Add DEBUG optionKubilay Kocak2015-10-291-3/+13
| | | | | | | | | | | | | | | | - Use distutils over Makefile for building - Allow concurrent (multiple Python version) installation - Add DEBUG option - Build verbose by default - Add support for MAKE_JOBS - Remove post-patch REINPLACE_CMD (no longer needed) - Make patches makepatch compatible (portlint) Approved by: demon (maintainer) Differential Revision: https://reviews.freebsd.org/D4022 Notes: svn path=/head/; revision=400449
* Build cgi plugin by default.Dmitry Sivachenko2015-10-251-0/+2
| | | | | | | | PR: 197492 Requested by: kevin.bowling@kev009.com Notes: svn path=/head/; revision=400149
* Update to 2.0.11.2Dmitry Sivachenko2015-10-071-1/+1
| | | | Notes: svn path=/head/; revision=398751
* Update to version 2.0.11.1Dmitry Sivachenko2015-07-201-1/+1
| | | | Notes: svn path=/head/; revision=392563
* Update to version 2.0.11.Dmitry Sivachenko2015-07-011-1/+1
| | | | Notes: svn path=/head/; revision=391052
* Update to version 2.0.10Dmitry Sivachenko2015-03-171-1/+1
| | | | Notes: svn path=/head/; revision=381481
* Update to version 2.0.9.Dmitry Sivachenko2014-12-301-1/+1
| | | | Notes: svn path=/head/; revision=375822
* Update to version 2.0.8;Dmitry Sivachenko2014-10-261-2/+2
| | | | | | | Convert to USES. Notes: svn path=/head/; revision=371496
* Update to version 2.0.7Dmitry Sivachenko2014-09-051-1/+1
| | | | Notes: svn path=/head/; revision=367331
* Update to version 2.0.6.Dmitry Sivachenko2014-07-011-1/+1
| | | | Notes: svn path=/head/; revision=359972
* Update to 2.0.5.1.Dmitry Sivachenko2014-06-021-1/+1
| | | | Notes: svn path=/head/; revision=356199
* Restore LDFLAGS definition, it is still needed in some environments.Dmitry Sivachenko2014-06-011-0/+2
| | | | Notes: svn path=/head/; revision=356160
* Update to version 2.0.5.Dmitry Sivachenko2014-06-011-3/+1
| | | | Notes: svn path=/head/; revision=356045
* Update to 2.0.4.Dmitry Sivachenko2014-04-261-1/+1
| | | | Notes: svn path=/head/; revision=352240
* Update to version 2.0.3.Dmitry Sivachenko2014-03-171-1/+1
| | | | Notes: svn path=/head/; revision=348450
* Update to version 2.0.2.Dmitry Sivachenko2014-02-261-1/+1
| | | | Notes: svn path=/head/; revision=346224
* Update to version 2.0.1.Dmitry Sivachenko2014-02-171-1/+1
| | | | Notes: svn path=/head/; revision=344729
* Update to version 2.0.Dmitry Sivachenko2013-12-301-1/+1
| | | | Notes: svn path=/head/; revision=338098
* Update to version 1.9.21.1Dmitry Sivachenko2013-12-121-1/+1
| | | | Notes: svn path=/head/; revision=336254
* Update to version 1.9.20.Dmitry Sivachenko2013-11-171-6/+4
| | | | Notes: svn path=/head/; revision=334062
* Update to version 1.9.19.Dmitry Sivachenko2013-11-091-2/+1
| | | | Notes: svn path=/head/; revision=333310
* Bump portrevision because of patch-core-stats.cDmitry Sivachenko2013-10-281-0/+1
| | | | Notes: svn path=/head/; revision=331872
* Update to 1.9.18.2.Dmitry Sivachenko2013-10-171-1/+1
| | | | Notes: svn path=/head/; revision=330629
* Update to 1.9.18.1.Dmitry Sivachenko2013-10-111-1/+1
| | | | Notes: svn path=/head/; revision=330099
* Update to 1.9.17.1.Dmitry Sivachenko2013-09-241-1/+1
| | | | Notes: svn path=/head/; revision=328102
* Update to 1.9.17.Dmitry Sivachenko2013-09-221-1/+1
| | | | Notes: svn path=/head/; revision=327894
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | www) Notes: svn path=/head/; revision=327776