non port: www/py-django-caching-app-plugins/Makefile |
Number of commits found: 12 |
Wednesday, 20 Jun 2018
|
17:05 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
 |
Thursday, 10 May 2018
|
15:02 miwi
- Switch to py-django111
- Bump PORTREVISION
Sponsored by: iXsystems Inc.
 |
Thursday, 30 Nov 2017
|
15:50 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
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
 |
Wednesday, 1 Nov 2017
|
13:10 olgeni
Fix whitespace issues (mixed tab/spaces, alignment) in a few ports.
 |
Friday, 1 Apr 2016
|
14:33 mat
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight
 |
Saturday, 16 Jan 2016
|
09:52 miwi
- Switch all ports to www/py-django18
- Bump PORTREVISION
 |
Wednesday, 15 Oct 2014
|
08:56 robak
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)
 |
Wednesday, 29 Jan 2014
|
13:21 miwi
- Stage support
- Convert to PYDISTUTILS_AUTOPLIST
- Bump PORTREVISION
 |
Friday, 20 Sep 2013
|
23:36 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
www)
 |
Thursday, 2 Aug 2012
|
09:02 cs
- Fix typos in COMMENT
- Enforce the now clarified rules from the Porter's Handbook (e.g. no dots, no
A/An, etc.)
 |
Monday, 21 May 2012
|
09:43 miwi
- Add missing dependency
Reported by: phw
With hat: portmgr (myself)
 |
Saturday, 14 Jan 2012
|
19:24 miwi
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>
 |
Number of commits found: 12 |