Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.8.19 25 Aug 2018 14:50:53 |
rene |
Remove expired port:
2018-08-01 www/py-django18: End of Live since 01/04/2018 |
1.8.19 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 |
1.8.19 21 May 2018 14:31:06 |
miwi |
- Move EXPIRATION_DATE to 2018-08-01 www/py-horizon and www/py-seahub need more
time to migrate to py-django111
Sponsored by: iXsystems Inc. |
1.8.19 10 May 2018 08:43:52 |
miwi |
- Mark it Deprecated (end of live)
Sponsored by: iXsystems Inc. |
1.8.19 06 Mar 2018 16:00:08 |
miwi |
- Update to 1.8.19 |
1.8.18_3 08 Jan 2018 15:47:40 |
mat |
databases/py-MySQLdb only supports Python 2, restrict ports that uses it.
Sponsored by: Absolight |
1.8.18_3 26 Dec 2017 18:36:47 |
lwhsu |
Chase www/py-flup -> www/py-flup6 |
1.8.18_2 12 Dec 2017 16:03:54 |
mat |
Fixup building docs with sphinx, and cleanup.
Sponsored by: Absolight |
1.8.18_2 10 Dec 2017 13:48:51 |
wen |
- Adjust CONFLICTS_INSTALL |
1.8.18_2 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 ) |
1.8.18_2 03 Aug 2017 00:58:59 |
feld |
www/py-django: Add missing runtime dependency
pytz is now a required dependency for Django 1.11 and is strongly
recommended in older releases.
Django 1.11:
https://github.com/django/django/commit/414ad25b090a63eaaf297b1164c8f7d814a710a2
Older releases: docs/topics/i18n/timezones.txt
"3. Should I install pytz?
Yes. Django has a policy of not requiring external dependencies, and for
this reason pytz_ is optional. However, it's much safer to install it."
Reviewed by: lwhsu
MFH: 2017Q3
Differential Revision: https://reviews.freebsd.org/D11835 |
1.8.18_1 28 May 2017 03:53:12 |
sunpoet |
Update CONFLICTS_INSTALL
- Sort SHEBANG_FILES |
1.8.18_1 17 Apr 2017 15:07:31 |
miwi |
- Fix shebangs |
1.8.18 07 Apr 2017 07:55:09 |
wen |
- Adjust CONFLICTS_INSTALL after add py-django111 |
1.8.18 04 Apr 2017 18:18:15 |
miwi |
- Update following ports:
py-django18 -> 1.8.18
py-django19 -> 1.9.13
py-django110 -> 1.10.7
Changelog:
https://docs.djangoproject.com/en/dev/releases/1.8.18/
https://docs.djangoproject.com/en/dev/releases/1.9.13/
https://docs.djangoproject.com/en/dev/releases/1.10.7/
MFH: 2017Q2
Security: http://vuxml.freebsd.org/freebsd/dc880d6c-195d-11e7-8c63-0800277dcc69.html |
1.8.17 07 Feb 2017 20:31:55 |
sunpoet |
Convert to options target helper
- Add NO_ARCH
- Add missing OPTIONS_DEFINE=DOCS
- Update WWW |
1.8.17 07 Dec 2016 02:35:13 |
wen |
- Update to 1.8.17 |
1.8.16 02 Nov 2016 12:50:39 |
lwhsu |
- Update to 1.8.16
MFH: 2016Q4
Security: cb116651-79db-4c09-93a2-c38f9df46724 |
1.8.15 28 Sep 2016 01:58:54 |
wen |
- Update django18 and django19 to 1.8.15 and 1.9.10
(security update)
MFH: 2016Q3 |
1.8.13 07 Sep 2016 08:54:26 |
wen |
- Update CONFLICTS_INSTALL |
1.8.13 13 May 2016 03:40:35 |
lwhsu |
- Update to 1.8.13 |
1.8.10 01 Apr 2016 14:33:58 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
1.8.10 04 Mar 2016 04:39:40 |
miwi |
- Update to 1.8.10 |
1.8.8 16 Jan 2016 09:02:58 |
miwi |
- Update to 1.8.8
Changes:
https://docs.djangoproject.com/en/1.9/releases/1.8.8/ |
1.8.7 12 Dec 2015 06:12:22 |
lwhsu |
- Update to 1.8.7 |
1.8.4 01 Sep 2015 05:47:41 |
koobs |
www/django1{4,6,7,8}: Reduce diffs between ports
Reduce diffs between Django ports, standardizing on:
* Prefer CHEESESHOP (Geo CDN) over DjangoProject.com for DISTFILES
* Include version and optionally "LTS" in COMMENT suffixes
* De-scope CONFLICTS to CONFLICTS_INSTALL and update match strings
* Whitespace alignment and improve readability
* Use empty(VARIABLE) instead of ! ${VARIABLE}
* Sort Makefile entries (CPE_VENDOR and CONFLICTS_INSTALL)
Approved by: python (with hat) |
1.8.4 01 Sep 2015 05:27:44 |
koobs |
www/py-django18: Remove invalid trailing backslash
Approved by: python (with hat) |
1.8.4 01 Sep 2015 04:57:41 |
koobs |
[NEW] www/py-django18: Add Django 1.8.4 to the tree
Create a new www/django18 port using www/py-django17 as a base.
- Use CHEESESHOP (Geo-based CDN) as the default MASTER_SITES
- Update COMMENT to more closely match upstream
- Add version and LTS suffix to COMMENT
- Update CONFLICTS and de-scope to CONFLICTS_INSTALL
- Fix whitespace alignment and improve readability
Django 1.8 Release Notes:
https://docs.djangoproject.com/en/1.8/releases/1.8/ |