Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
07 Apr 2021 08:09:01 3.0.8
|
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
06 Apr 2021 14:31:07 3.0.8
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
28 Dec 2020 23:02:15
3.0.8
|
antoine  |
Drop python 2.7 support from a few ports
With hat: portmgr |
18 Feb 2020 03:04:58
3.0.8
|
koobs  |
www/py-flask-cors: Update to 3.0.8 [1]
- Tweak COMMENT to match setup.py:description (modulo portlint) [2]
Changelog:
https://github.com/corydolphin/flask-cors/blob/3.0.8/CHANGELOG.md
QA:
- Dependents (pygeopi, flexget, beets) dependency <version-specs>
verified.
PR: 244206
Submitted by: Stig Inge Lea Bjornsen <stiginge pvv org> [1]
Approved by: portmgr (blanket: ports (Python) compliance) [2] |
20 Jun 2018 17:05:44
2.1.2
|
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 |
30 Nov 2017 15:50:34
2.1.2 
|
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 ) |
01 Apr 2016 14:33:58
2.1.2
|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
15 Dec 2015 15:10:23
2.1.2
|
miwi  |
- Update to 2.1.2
- Add NO_ARCH
PR: 205302
Submitted by: maintainer
Approved by: mat (mentor)
Differential Revision: D4584 |
29 Apr 2015 08:28:45
2.0.0
|
wen  |
Flask-Cors is a simple extension to Flask allowing you to support cross-origin
resource sharing (CORS) using a simple decorator.
WWW: https://github.com/corydolphin/flask-cors
PR: 199707
Submitted by: stiginge@pvv.org |