Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.1.4_2 18 Apr 2020 11:48:37
![Revision:532026 Revision:532026](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
kai ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
www/py-django-caching-app-plugins: Remove port
* The port was required as a dependency for www/py-satchmo which is gone
from the Ports tree since 2016.
It's also broken at runtime since r469560 when it was switched to
Django 1.11 because the "SortedDict" class was removed with Django 1.9 and
the code doesn't work with Python 3 either.
PR: 245720
Approved by: Kevin Golding <ports@caomhin.org> (maintainer) |
0.1.4_2 20 Jun 2018 17:05:44
![Revision:472884 Revision:472884](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
mat ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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.1.4_2 10 May 2018 15:02:44
![Revision:469560 Revision:469560](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
miwi ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Switch to py-django111
- Bump PORTREVISION
Sponsored by: iXsystems Inc. |
0.1.4_1 30 Nov 2017 15:50:34
![Revision:455210 Revision:455210](/images/subversion.png) ![Sanity Test Failure Sanity Test Failure](/images/stf.gif) |
mat ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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.1.4_1 01 Nov 2017 13:10:35
![Revision:453284 Revision:453284](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
olgeni ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Fix whitespace issues (mixed tab/spaces, alignment) in a few ports. |
0.1.4_1 01 Apr 2016 14:33:58
![Revision:412351 Revision:412351](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
mat ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
0.1.4_1 16 Jan 2016 09:52:37
![Revision:406203 Revision:406203](/images/subversion.png) ![Sanity Test Failure Sanity Test Failure](/images/stf.gif) |
miwi ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Switch all ports to www/py-django18
- Bump PORTREVISION |
0.1.4 15 Oct 2014 08:56:44
![Revision:370897 Revision:370897](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
robak ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
www/py-django-caching-app-plugins: update 1.3.2 -> 1.4
- Correct LICENSE
- Convert to USES=python
- Pet portlint
PR: 194179
Submitted by: Kevin Golding <ports@caomhin.org>
Approved by: mentors (implicit) |
0.1.3_2 29 Jan 2014 13:21:32
![Revision:341733 Revision:341733](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
miwi ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Stage support
- Convert to PYDISTUTILS_AUTOPLIST
- Bump PORTREVISION |
0.1.3_1 20 Sep 2013 23:36:54
![Revision:327776 Revision:327776](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
bapt ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
0.1.3_1 02 Aug 2012 09:02:45
![files touched by this commit files touched by this commit](/images/logs.gif) |
cs ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Fix typos in COMMENT
- Enforce the now clarified rules from the Porter's Handbook (e.g. no dots, no
A/An, etc.) |
0.1.3_1 21 May 2012 09:43:07
![files touched by this commit files touched by this commit](/images/logs.gif) |
miwi ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Add missing dependency
Reported by: phw
With hat: portmgr (myself) |
0.1.3 14 Jan 2012 19:24:03
![files touched by this commit files touched by this commit](/images/logs.gif) |
miwi ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Reusable django application for writting pluggable reusable django applications.
Allows 3rd party apps to dynamically insert template inclusions into your apps
at pre-defined plugin points.
WWW: https://bitbucket.org/bkroeze/django-caching-app-plugins/
PR: ports/164053
Submitted by: Kevin Golding <ports@caomhin.org> |