| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine
Notes:
svn path=/head/; revision=479406
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
PR: 210140
Maintainer timeout: 16 days
Notes:
svn path=/head/; revision=417420
|
|
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=412349
|
|
|
|
| |
Notes:
svn path=/head/; revision=397787
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
Approved by: portmgr (implicit)
Notes:
svn path=/head/; revision=371454
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
| |
sysutils)
Notes:
svn path=/head/; revision=327772
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
| |
PR: ports/156203
Submitted by: Ildar Hizbulin <hizel@vyborg.ru> (maintainer)
Notes:
svn path=/head/; revision=272302
|
|
|
|
|
|
|
|
|
|
| |
PR: 154075
Submitted by: Ildar Hizbulin <hizel@vyborg.ru> (maintainer)
Noticed by: pointyhat-west
Feature safe: yes
Notes:
svn path=/head/; revision=267906
|
|
|
|
|
|
|
|
| |
PR: ports/152196
Submitted by: Ildar Hizbulin <hizel@vyborg.ru> (maintainer)
Notes:
svn path=/head/; revision=264938
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
processes on UNIX-like OS.
PR: ports/142163
Submitted by: Hizbulin Ildar <hizel at vyborg.ru>
Notes:
svn path=/head/; revision=249342
|