Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.4.3_2 18 Jul 2020 21:27:12 |
rene |
Remove expired ports:
2020-07-15 www/py-django-subdomains: No longer maintained, not compatible with
Django 2.0+
2020-07-15 www/py-django-datetime-widget: No longer maintained, not compatible
with Django 2.1
2020-07-15 www/py-django-openid-auth: No longer maintained, not compatible with
Django 2.0+, please use www/py-django-allauth instead
2020-07-15 www/py-django-overextends: No longer maintained, not compatible with
Django 2.0+ |
0.4.3_2 29 Jun 2020 16:17:03 |
sunpoet |
Mark DEPRECATED and set EXPIRATION_DATE to 2020-07-15
PR: 247590
Submitted by: kai |
0.4.3_2 08 Mar 2019 14:45:50 |
antoine |
Remove dependency on the django metaport
With hat: portmgr |
0.4.3_1 19 Jan 2019 20:41:41 |
sunpoet |
Add LICENSE_FILE
- Take maintainership |
0.4.3_1 19 Jan 2019 16:48:20 |
rene |
Drop a bunch of Python ports which were primarily used for Pootle. |
0.4.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.4.3_1 06 Mar 2018 22:45:36 |
rene |
Use the Django meta-port for my Django port to avoid conflicts between them.
Bump PORTREVISIONs |
0.4.3 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.4.3 11 Apr 2017 18:24:20 |
rene |
www/py-django-overextends: update to 0.4.3
Submitted by: portscout |
0.4.2 21 Aug 2016 00:18:53 |
rene |
www/py-django-overextends: update to 0.4.2 (updates supported Django versions) |
0.4.1_2 27 Apr 2016 18:22:13 |
rene |
www/py-django-overextends: add dependency on textproc/py-sphinx-me, found
while testing an update to textproc/pootle
Bump PORTREVISION |
0.4.1_1 01 Apr 2016 14:33:58 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
0.4.1_1 16 Jan 2016 11:19:09 |
miwi |
- Switch forgotten ports over to py-django18
- Fix PYTHON_PKGNAMEPREFIX
Reported by: antoinebot |
0.4.1_1 16 Jan 2016 09:52:37 |
miwi |
- Switch all ports to www/py-django18
- Bump PORTREVISION |
0.4.1 25 Dec 2015 07:04:07 |
sunpoet |
- Update MAINTAINER: use @FreeBSD.org |
0.4.1 21 Dec 2015 18:57:53 |
rene |
www/py-django-overextends: update to 0.4.1
This release adds support for Django 1.9 |
0.4.0 23 Nov 2015 21:10:50 |
rene |
A Django reusable app providing the overextends template tag, a drop-in
replacement for Django's extends tag, which allows you to use circular
template inheritance.
The primary use-case for overextends is to simultaneously override and extend
templates from other reusable apps, in your own Django project.
WWW: https://github.com/stephenmcd/django-overextends |