Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.2.0_6 30 Jun 2022 19:51:51 |
Rene Ladan (rene) |
cleanup: Remove expired ports:
2022-06-30 www/py-django-common-helpers: No longer maintained, doesn't work with
newer versions of Django
2022-06-30 www/py-django: Was used as a metaport, no longer required
2022-06-30 www/py-django-sudo: Abandoned upstream, not compatible with newer
versions of Django
2022-06-30 www/py-django-bootstrap-form: No longer maintained, not compatible
with newer versions of Django
2022-06-30 www/py-django-babel: Upstream no longer maintained, please use
www/py-enmerkar instead
2022-06-30 www/py-django-bulk-update: No longer maintained, not compatible with
newer versions of Django
2022-06-30 www/py-django-happenings-update: Upstream no longer maintained, not
compatible with newer versions of Django
2022-06-30 www/py-django-compat: No longer maintained, doesn't work with newer
versions of Django
2022-06-30 www/py-django-modern-rpc: Not compatible with newer versions of
Django |
2.2.0_6 08 Mar 2022 06:48:26 |
Kai Knoblich (kai) |
www/py-django-bulk-update: Deprecate and set to expire
* The project seems to be abandoned by upstream and isn't compatible
with newer versions of Django.
PR: 262403
Approved by: sunpoet (maintainer) |
2.2.0_6 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
2.2.0_6 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.2.0_6 29 Jun 2020 16:17:08 |
sunpoet |
Update RUN_DEPENDS: use Django 2.2
- Bump PORTREVISION for dependency change
PR: 247591
Submitted by: kai |
2.2.0_5 08 Feb 2020 19:03:16 |
sunpoet |
Relax USES=python
- Update version requirement of RUN_DEPENDS |
2.2.0_5 08 Mar 2019 14:45:50 |
antoine |
Remove dependency on the django metaport
With hat: portmgr |
2.2.0_4 19 Jan 2019 20:41:31 |
sunpoet |
Update version requirement of RUN_DEPENDS
- Take maintainership |
2.2.0_4 19 Jan 2019 16:48:20 |
rene |
Drop a bunch of Python ports which were primarily used for Pootle. |
2.2.0_4 09 Oct 2018 14:27:40 |
rene |
www/py-django-bulk-update: fix reverse conflicts
Do not install empty tests/__init__.py to avoid a conflict with devel/py-phply
which is a dependency of textproc/translate-toolkit. All of these ports are
dependencies of textproc/pootle, which then fails to build.
While here pet portlint.
Reported by: pkg-fallout
Pointy hat: jpaetzel |
2.2.0_3 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 |
2.2.0_3 06 Mar 2018 22:45:36 |
rene |
Use the Django meta-port for my Django port to avoid conflicts between them.
Bump PORTREVISIONs |
2.2.0_2 01 Jan 2018 20:58:43 |
sunpoet |
Move to newer Django
- Bump PORTREVISION for dependency change
PR: 224723
Submitted by: sunpoet (myself)
Approved by: rene (maintainer) |
2.2.0_1 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 ) |
2.2.0_1 19 Aug 2017 20:26:44 |
rene |
www/py-django-bulk-update: switch to Django 1.10, the new Pootle needs this. |
2.2.0 19 Aug 2017 14:22:28 |
rene |
Simple bulk update over Django ORM or with helper function.
This project aims to bulk update the given objects using a single query
over Django ORM.
WWW: https://github.com/aykut/django-bulk-update |