- Update PORTVERSION and distinfo checksum (0.4.5) - Add NO_ARCH - Enable concurrent installation This update is 2 of 2 that are required to update www/py-django-mezzanine to a version that supports Django 1.8. This is required so that the port can be marked Un'BROKEN on head [1] and fixed in quarterly. The conflict caused by a change made in r423024 [2][3] that updated a dependency (contrib-comments) to use Django 1.8 which caused a CONFLICT (Django 1.6 / Django 1.8): pkg-static: py27-django18-1.8.16 conflicts with py27-django16-1.6.11 (installs files into the same place). Problematic file: /usr/local/man/man1/django-admin.1.gz Failed to install the following 1 package(s): /packages/All/py27-django-contrib-comments-1.7.3.txz [1] https://svnweb.freebsd.org/changeset/ports/424630 [2] https://svnweb.freebsd.org/changeset/ports/423024 PR: 213009 [3] MFH: 2016Q4
22 lines
484 B
Makefile
22 lines
484 B
Makefile
# Created by: Kubilay Kocak <koobs@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= django-mezzanine-grappelli
|
|
PORTVERSION= 0.4.5
|
|
CATEGORIES= www python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= grappelli_safe-${PORTVERSION}
|
|
|
|
MAINTAINER= koobs@FreeBSD.org
|
|
COMMENT= Fork of django-grappelli for Mezzanine CMS
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
NO_ARCH= yes
|
|
|
|
USES= gettext python
|
|
USE_PYTHON= autoplist concurrent distutils
|
|
|
|
.include <bsd.port.mk>
|