Core support for multiple instances of the same apphook'ed application The template tag `render_model_add` can now accept a model class as well as a model instance Fixes an issue with reverting to Live mode when moving plugins Fixes a missing migration issue Fixes an issue when using the PageField widget Fixes an issue where duplicate page slugs is not prevented in some cases Fixes an issue where copying a page didn't copy its extensions Fixes an issue where translations where broken when operating on a page Fixes an edge-case SQLite issue under Django 1.7 Fixes an issue where a confirmation dialog shows only some of the plugins to be deleted when usingthe "Empty All" context-menu item Fixes an issue where deprecated 'mimetype' was used instead of 'contenttype' Fixes an issue where `cms check` erroneous displays warnings when a plugin uses class inheritance Documentation updates
29 lines
1.2 KiB
Makefile
29 lines
1.2 KiB
Makefile
# $NetBSD: Makefile,v 1.30 2015/03/08 08:23:21 adam Exp $
|
|
|
|
DISTNAME= django-cms-3.0.12
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= www python
|
|
MASTER_SITES= http://pypi.python.org/packages/source/d/django-cms/
|
|
|
|
MAINTAINER= adam@NetBSD.org
|
|
HOMEPAGE= http://www.django-cms.org/
|
|
COMMENT= Django content management system
|
|
LICENSE= modified-bsd
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-django-[0-9]*:../../www/py-django
|
|
DEPENDS+= ${PYPKGPREFIX}-Pillow-[0-9]*:../../graphics/py-Pillow
|
|
DEPENDS+= ${PYPKGPREFIX}-django-south-[0-9]*:../../www/py-django-south
|
|
DEPENDS+= ${PYPKGPREFIX}-django-classy-tags-[0-9]*:../../www/py-django-classy-tags
|
|
DEPENDS+= ${PYPKGPREFIX}-django-mptt-[0-9]*:../../www/py-django-mptt
|
|
DEPENDS+= ${PYPKGPREFIX}-django-sekizai-[0-9]*:../../www/py-django-sekizai
|
|
DEPENDS+= ${PYPKGPREFIX}-django-reversion-[0-9]*:../../www/py-django-reversion
|
|
DEPENDS+= ${PYPKGPREFIX}-djangocms-admin-style-[0-9]*:../../www/py-djangocms-admin-style
|
|
DEPENDS+= ${PYPKGPREFIX}-html5lib-[0-9]*:../../textproc/py-html5lib
|
|
DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
|
|
|
|
USE_LANGUAGES= # empty
|
|
|
|
REPLACE_SH= cms/static/cms/js/select2/release.sh
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|