diff options
author | kai <kai@FreeBSD.org> | 2019-06-22 03:10:50 +0800 |
---|---|---|
committer | kai <kai@FreeBSD.org> | 2019-06-22 03:10:50 +0800 |
commit | d9538f2f7bc97b5a99403f13461dba6fa69e22cd (patch) | |
tree | a2e2ed4347b72693326eedb446550a037f4d4a24 /www/Makefile | |
parent | 0ce2a85dc70a0a13eef1f78e4071736f92784953 (diff) | |
download | freebsd-ports-gnome-d9538f2f7bc97b5a99403f13461dba6fa69e22cd.tar.gz freebsd-ports-gnome-d9538f2f7bc97b5a99403f13461dba6fa69e22cd.tar.zst freebsd-ports-gnome-d9538f2f7bc97b5a99403f13461dba6fa69e22cd.zip |
New port: www/py-dj22-django-cacheops
Repocopy www/py-django-cacheops and assign it to Django 2.2. That port will
be required for the upcoming update of net-mgmt/netbox to 2.6.
Also limit the port to Python 3.5+ as Django 2.2 requires it as minimum
dependency and add the related CONFLICTS_INSTALL entries.
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 3fba8138dc7f..7ec3d1aea844 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1486,6 +1486,7 @@ SUBDIR += py-dj21-djangorestframework SUBDIR += py-dj21-drf-yasg SUBDIR += py-dj22-django-auth-ldap + SUBDIR += py-dj22-django-cacheops SUBDIR += py-dj22-django-cors-headers SUBDIR += py-dj22-django-debug-toolbar SUBDIR += py-dj22-django-filter |