Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
14 Aug 2019 12:25:09
1.1.3_2

|
mat  |
Convert to UCL & cleanup pkg-message (categories w) |
27 May 2019 13:10:06
1.1.3_2

|
antoine  |
Unbreak bulk -a
Pointy hat: koobs |
10 Aug 2018 11:40:28
1.1.3_2

|
dch  |
www/py-graphite-api: join wordwrapped rc.d script
While committing, the rc.d script got word wrapped and simply doesn't work
as intended when creating the log files directory if not already
present.
Reported by: Pierre Guinoiseau <pierre@guinoiseau.nz>
Approved by: jrm
MFH: 2018Q3
Differential Revision: https://reviews.freebsd.org/D16550 |
05 Jul 2018 18:23:23
1.1.3_1

|
dch  |
www/py-graphite-api: clean up rc.d script
- fix ordering in rc.d script so that daemon doesn't hang on startup
- teach rc.d to behave when installing with multiple python & gunicorn versions
- clean up substitutions in SUB_LIST, pkg-list and *.in script
- ensure working directories are re-created on startup if required
PR: 223264
Submitted by: Horst Kapfenberger <horst.kapfenberger@agoracon.at>
Approved by: jrm
MFH: 2018Q3
Differential Revision: https://reviews.freebsd.org/D13581 |
20 Jun 2018 17:05:44
1.1.3

|
mat  |
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight |
01 Dec 2017 13:01:54
1.1.3

|
antoine  |
Fix packaging with python3 |
30 Nov 2017 15:50:34
1.1.3

|
mat  |
Convert Python ports to FLAVORS.
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 (Only the first 15 lines of the commit message are shown above ) |
18 Mar 2017 02:42:09
1.1.3

|
junovitch  |
www/py-graphite-api: update 1.1.2 -> 1.1.3 and add rc.d script
- Fix RUN_DEPENDS indentation (no changes)
- Add NO_ARCH (.py* files)
- Drop autoplist, add SUB_LIST/SUB_FILES/PLIST_SUB for rc.d script vars
and explaining how to set up in pkg-message
- Tweak pkg-descr
PR: 217650
Submitted by: Dave Cottlehuber <dch@skunkwerks.at> (maintainer) |
15 May 2016 17:51:48
1.1.2

|
matthew  |
Graphite-API
This is a minimalistic API server that replicates the behavior of Graphite-web,
pruned and simplified as much code as possible while keeping the basic
functionality.
WWW: https://github.com/brutasse/graphite-api
PR: 208890
Submitted by: Dave Cottlehuber <dch@skunkwerks.at> |