Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.13.0_1 20 Jan 2020 20:09:29 |
sunpoet |
Move security/py-pymacaroons-pynacl to security/py-pymacaroons
- Change MASTER_SITES to CHEESESHOP
- Update pkg-descr
- Update WWW |
0.13.0_1 13 Dec 2019 06:42:49 |
sunpoet |
Fix *_DEPENDS
- Add NO_ARCH
- Bump PORTREVISION for dependency change
- Take maintainership |
0.13.0 18 Apr 2019 20:02:53 |
swills |
security/py-pymacaroons-pynacl: update to 0.13.0
PR: 236721
Submitted by: Sascha Biberhofer <ports@skyforge.at> |
0.9.3_1 20 Jun 2018 17:05:44 |
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 |
0.9.3_1 16 Apr 2018 21:33:19 |
feld |
Reset MAINTAINER
Approved by: maintainer (private communications) |
0.9.3_1 30 Nov 2017 15:50:34 |
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 ) |
0.9.3_1 01 Nov 2017 13:10:35 |
olgeni |
Fix whitespace issues (mixed tab/spaces, alignment) in a few ports. |
0.9.3_1 01 Apr 2016 14:25:18 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
0.9.3_1 23 Mar 2016 09:20:35 |
vsevolod |
- Update libsodium to 1.0.8
- Bump revisions of all dependant ports
PR: 206482
Submitted by: lev, w.schwarzenfeld@aon.at |
0.9.3 08 Jan 2016 05:03:39 |
koobs |
[NEW] security/py-pymacaroons-pynacl: Macaroon library for Python
Macaroons, like cookies, are a form of bearer credential. Unlike opaque tokens,
macaroons embed caveats that define specific authorization requirements for the
target service, the service that issued the root macaroon and which is capable
of verifying the integrity of macaroons it receives.
WWW: https://github.com/matrix-org/pymacaroons
PR: 205914
Submitted by: Brendan Molloy <brendan+freebsd@bbqsrc.net> |