pkgsrc/www/py-django-cms/Makefile
adam 150a521ed2 py-django-cms: updated to 3.5.2
3.5.2:
* Fixed a bug where shortcuts menu entry would stop working after toolbar reload
* Fixed a race condition in frontend code that could lead to sideframe being
  opened with blank page
* Fixed a bug where the direct children of the homepage would get a leading ``/``
  character when the homepage was moved or published.
* Fixed a bug where non-staff user would be able to open empty structure board
* Fixed a bug where a static file from Django admin was referenced that no
  longer existed in Django 1.9 and up.
* Fixed a bug where the migration 0018 would fail under certain databases.
2018-05-29 12:54:49 +00:00

23 lines
872 B
Makefile

# $NetBSD: Makefile,v 1.48 2018/05/29 12:54:49 adam Exp $
DISTNAME= django-cms-3.5.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=d/django-cms/}
MAINTAINER= adam@NetBSD.org
HOMEPAGE= http://www.django-cms.org/
COMMENT= Django content management system
LICENSE= modified-bsd
DEPENDS+= ${PYPKGPREFIX}-django>=1.8:../../www/py-django
DEPENDS+= ${PYPKGPREFIX}-django-classy-tags>=0.7.2:../../www/py-django-classy-tags
DEPENDS+= ${PYPKGPREFIX}-django-formtools>=1.0:../../www/py-django-formtools
DEPENDS+= ${PYPKGPREFIX}-django-sekizai>=0.7:../../www/py-django-sekizai
DEPENDS+= ${PYPKGPREFIX}-django-treebeard>=4.0.1:../../www/py-django-treebeard
DEPENDS+= ${PYPKGPREFIX}-djangocms-admin-style>=1.0:../../www/py-djangocms-admin-style
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"