aboutsummaryrefslogtreecommitdiff
path: root/sysutils/py-supervisor
Commit message (Collapse)AuthorAgeFilesLines
* sysutils/py-supervisor: Update to 4.0.3Koichiro Iwao2019-06-212-6/+15
| | | | | | | | | | | | | | Also, - Define multiple LICENSEs - Pet portlint PR: 238347 Submitted by: John W. O'Brien <john@saltant.com> Approved by: maintainer timeout Relnotes: https://github.com/Supervisor/supervisor/blob/4.0.3/CHANGES.rst Notes: svn path=/head/; revision=504752
* - Update to 3.3.4Wen Heping2018-09-227-143/+35
| | | | | | | | | | PR: 230711 Submitted by: sergey@akhmatov.ru Approved by: maintainer(timeout, > 30 days) Differential Revision: https://reviews.freebsd.org/D16776 Notes: svn path=/head/; revision=480364
* Add DOCS options to ports that should have one.Mathieu Arnold2018-09-101-0/+2
| | | | | | | | | | | Also various fixes related to said option. PR: 230864 Submitted by: mat exp-runs by: antoine Notes: svn path=/head/; revision=479406
* Use PY_FLAVOR for dependencies.Mathieu Arnold2018-06-201-2/+2
| | | | | | | | | | FLAVOR is the current port's flavor, it should not be used outside of this scope. Sponsored by: Absolight Notes: svn path=/head/; revision=472884
* Convert Python ports to FLAVORS.Mathieu Arnold2017-11-301-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* sysutils/py-supervisor: Update to 3.3.3Kubilay Kocak2017-09-162-19/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | Update to 3.3.3, which fixes a security vulnerability (CVE-2017-11610). While I'm here, level up port compliance, limiting changes to a minimum. Still TODO: - Regenerate/verify patches - Clarify/Add LICENSE ('BSD-derived') - Fix/verify use of @[un]exec in pkg-plist Changelog: http://supervisord.org/changes.html PR: 221539 Submitted by: Dani <i.dani outlook com> Approved by: portmgr (maintainer timeout, 1 month) Security: c9460380-81e3-11e7-93af-005056925db4 MFH: 2017Q3 Notes: svn path=/head/; revision=449941
* Update to version 3.3.0.Dmitry Sivachenko2016-06-245-71/+93
| | | | | | | | PR: 210140 Maintainer timeout: 16 days Notes: svn path=/head/; revision=417420
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.Mathieu Arnold2016-04-011-3/+3
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412349
* Convert to @sampleBaptiste Daroussin2015-09-241-3/+1
| | | | Notes: svn path=/head/; revision=397787
* Remove UNIQUENAME and LATEST_LINK.Mathieu Arnold2015-08-171-1/+0
| | | | | | | | | | | | | | | | | | | | UNIQUENAME was never unique, it was only used by USE_LDCONFIG and now, we won't have conflicts there. Use PKGBASE instead of LATEST_LINK in PKGLATESTFILE, the *only* consumer is pkg-devel, and it works just fine without LATEST_LINK as pkg-devel has the correct PKGNAME anyway. Now that UNIQUENAME is gone, OPTIONSFILE is too. (it's been called OPTIONS_FILE now.) Reviewed by: antoine, bapt Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3336 Notes: svn path=/head/; revision=394508
* - Convert ports of sysutils/ to new USES=pythonMarcus von Appen2014-10-241-3/+2
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=371454
* Python cleanup:Rene Ladan2014-01-131-1/+1
| | | | | | | | | | - USE_PYTHON* = 2.X -> USE_PYTHON* = 2 - USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes Reviewed by: python (mva, rm) Approved by: portmgr-lurkers (mat) Notes: svn path=/head/; revision=339634
* sysutils/py-supervisor: allow user and config location for rc configWilliam Grzybowski2013-12-263-366/+18
| | | | | | | | | | | | | | - Allow user and config location for rc config [1] - Allow staging - Switch from easy_install to install - Use python auto plist PR: ports/183788 [1] Submitted by: Sevan Janiyan <venture37 geeklan.co.uk> Approved by: maintainer Notes: svn path=/head/; revision=337484
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | sysutils) Notes: svn path=/head/; revision=327772
* sysutils/py-supervisor: Update to 3.0Kubilay Kocak2013-08-257-28/+125
| | | | | | | | | | | | | | | | | | | | | - Update to 3.0 (and bump PORTEPOCH) - Update pkg-plist - Replace NOPORTDOCS with DOCS (pet portlint) - Remove unecessary test_childutils patch (upstreamed) - Disable two failing tests and report upstream [1] Changes: https://github.com/Supervisor/supervisor/blob/3.0/CHANGES.txt [1] https://github.com/Supervisor/supervisor/issues/284 [1] https://github.com/Supervisor/supervisor/issues/285 PR: ports/181138 Approved by: Ildar Hizbulin <hizel@vyborg.ru> (maintainer) Notes: svn path=/head/; revision=325328
* - update minimum required py-meld3 versionRuslan Makhmatkhanov2012-10-292-1/+27
| | | | | | | | | | | | | | | - use TEST_DEPENDS for tinderbox builds - add OPTIONS for unit tests - add regression-test target - add the upstream patch to fix tests [1] PR: 172851 Submitted by: Kubilay Kocak <koobs.freebsd at gmail dot com> Approved by: Ildar Hizbulin <hizel at vyborg dot ru> (maintainer) [1] Feature safe: yes Notes: svn path=/head/; revision=306640
* - update to 3.0b1Ruslan Makhmatkhanov2012-10-182-11/+6
| | | | | | | | | | | | | | | - remove old mirror while here: - trim Makefile headers - update USE_PYTHON value PR: 172844 Submitted by: Ildar Hizbulin <hizel at vyborg dot ru> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=306056
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other. Notes: svn path=/head/; revision=289156
* - update to 3.0a12Ruslan Makhmatkhanov2012-01-105-22/+23
| | | | | | | | | | | | | While i'm here, fix couple whitespace issues in rc-script. Changelog: http://www.mail-archive.com/supervisor-users@lists.supervisord.org/msg00794.html PR: 163982 Submitted by: Ildar Hizbulin <hizel at vyborg dot ru> (maintainer) Notes: svn path=/head/; revision=288884
* - Change USE_PYTHON to 2.5+Sunpoet Po-Chuan Hsieh2011-09-052-12/+10
| | | | | | | | | | | | | | - Update *_DEPENDS: remove py-celementtree and py-elementtree - Remove trailing space in pkg-descr - Bump PORTREVISION for dependency change - While I'm here, correct USE_PYTHON range PR: ports/160435 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> Approved by: Ildar Hizbulin <hizel@vyborg.ru> Notes: svn path=/head/; revision=281223
* - Update to 3.0a10Frederic Culot2011-04-062-3/+3
| | | | | | | | PR: ports/156203 Submitted by: Ildar Hizbulin <hizel@vyborg.ru> (maintainer) Notes: svn path=/head/; revision=272302
* Fix fetch, distfile was rerolled without any changes.Erwin Lansing2011-01-171-2/+2
| | | | | | | | | | PR: 154075 Submitted by: Ildar Hizbulin <hizel@vyborg.ru> (maintainer) Noticed by: pointyhat-west Feature safe: yes Notes: svn path=/head/; revision=267906
* - Update to 3.0a9Sunpoet Po-Chuan Hsieh2010-11-223-11/+13
| | | | | | | | PR: ports/152196 Submitted by: Ildar Hizbulin <hizel@vyborg.ru> (maintainer) Notes: svn path=/head/; revision=264938
* - Update to 3.0a8Li-Wen Hsu2010-04-036-19/+203
| | | | | | | | | | | - Add rc script - Add sample configuration file PR: ports/143799 Submitted by: Hizbulin Ildar <hizel AT vyborg.ru> (maintainer) Notes: svn path=/head/; revision=252137
* Add py-supervisor 3.0a7, system to monitor and control a number ofLi-Wen Hsu2010-02-064-0/+403
processes on UNIX-like OS. PR: ports/142163 Submitted by: Hizbulin Ildar <hizel at vyborg.ru> Notes: svn path=/head/; revision=249342