Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
20 Jul 2022 14:23:26 3.1.1_1 |
Tobias C. Berner (tcberner)  |
www: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
*
* <hvo.pm@xs4all.nl>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron LI <aly@aaronly.me>
* Aaron Zauner <az_mail@gmx.at>
* Abel Chow <achow@transoft.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Adrian Steinmann <ast@marabu.ch>
* Akinori MUSHA aka knu <knu@idaemons.org> (Only the first 15 lines of the commit message are shown above ) |
28 Apr 2022 10:02:15 3.1.1_1 |
Kai Knoblich (kai)  |
www/py-django32: Switch consumers over to Django 3.2
Django 2.2 became End-of-Life on 11th April 2022 and Django 3.2 is the
new LTS (= Long Term Support) release which will be supported until
April 2024.
* Switch the most ports that use www/py-django22 to www/py-django32
* Switch www/seahub over to www/py-djangorestframework
* Ports that are not yet ready for Django 3.2 (only three so far) or
those that have already been set with an expiration date were not
taken into account.
* Bump PORTREVISION due dependency change where necessary.
PR: 261313
Reviewed by: bofh, dvl, koobs, ultima
Approved by: bofh, dvl, koobs, ultima, sunpoet, Kevin Golding, Ivan Rozhuk,
Alexander Sieg (maintainers)
maintainer timeout (remaining maintainers)
Differential Revision: https://reviews.freebsd.org/D34859 |
21 Jan 2022 19:00:59 3.1.1 |
Kai Knoblich (kai)  |
www/py-django-sortedm2m: Update to 3.1.1
* Switch back to PyPI as it's the preferred location and the sdist is
available there again.
Changelog since 3.0.2
https://github.com/jazzband/django-sortedm2m/compare/3.0.2...3.1.1
PR: 261345
Approved by: Kevin Golding (maintainer) |
06 Apr 2021 14:31:07 3.0.2 |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
04 Aug 2020 08:17:26
3.0.2 |
lwhsu  |
Update to 3.0.2
PR: 248455
Submitted by: Kevin Golding <ports@caomhin.org> (maintainer) |
07 Apr 2020 10:19:40
3.0.0 |
kai  |
www/py-django-{photologue,sortedm2m}: Update to 3.11 and 3.0.0
* Update both ports at once because www/py-django-photologue requires
www/py-django-sortedm2m in version 3.0.0 or later. Also assign them to
Django 2.2 (current LTS release) as Django 1.11 is End-of-Life.
* www/py-django-photologue: Remove an obsolete patch that was required to
fix build isses with newer versions of devel/py-pip .
* www/py-django-sortedm2m: Switch to GitHub for a while as no sdist is
available at PyPI.
* Sort variables a bit according to the PHB.
Changelogs:
https://github.com/richardbarran/django-photologue/blob/3.11/CHANGELOG.txt
https://github.com/jazzband/django-sortedm2m/blob/3.0.0/CHANGES.rst
PR: 245359
Approved by: Kevin Golding <ports@caomhin.org> (maintainer) |
08 Mar 2019 14:45:50
1.5.0_1 |
antoine  |
Remove dependency on the django metaport
With hat: portmgr |
20 Jun 2018 17:05:44
1.5.0 |
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 |
10 Mar 2018 23:01:59
1.5.0 |
sunpoet  |
Update to 1.5.0
- Update RUN_DEPENDS: use Django metaport (www/py-django)
Changes: https://github.com/gregmuellegger/django-sortedm2m/blob/master/CHANGES.rst
PR: 226480
Submitted by: Kevin Golding <ports@caomhin.org> (maintainer) |
30 Nov 2017 15:50:34
1.4.0  |
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 ) |
26 Jun 2017 17:38:54
1.4.0 |
rene  |
www/py-django-sortedm2m: update to 1.4.0
PR: 219970
Submitted by: rene
Approved by: maintainer (ports@caomhin.org) |
25 May 2016 16:29:57
1.3.0 |
amdmi3  |
- Update to 1.3.0
PR: 209749
Submitted by: ports@caomhin.org (maintainer) |
24 May 2016 16:08:13
1.2.2 |
amdmi3  |
- Update to 1.2.2
- Add LICENSE_FILE
PR: 209607
Submitted by: ports@caomhin.org (maintainer) |
01 Apr 2016 14:33:58
1.1.1_1 |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
16 Jan 2016 09:52:37
1.1.1_1  |
miwi  |
- Switch all ports to www/py-django18
- Bump PORTREVISION |
24 Dec 2015 14:02:25
1.1.1 |
miwi  |
- Update to 1.1.1
PR: 205522
Submitted by: maintainer |
21 Dec 2015 14:22:56
1.1.0 |
miwi  |
sortedm2m is a drop-in replacement for Django's own ManyToManyField. The
provided SortedManyToManyField behaves like the original one but remembers
the order of added relations.
WWW: https://github.com/gregmuellegger/django-sortedm2m
PR: 205096
Submitted by: Kevin Golding <ports@caomhin.org>
Approved by: mat (mentor)
Differential Revision: D4628 |