svn commit: r370345 - head/www/py-django-crispy-forms
Johannes Jost Meixner
xmj at FreeBSD.org
Tue Oct 7 14:41:59 UTC 2014
Author: xmj
Date: Tue Oct 7 14:41:58 2014
New Revision: 370345
URL: https://svnweb.freebsd.org/changeset/ports/370345
QAT: https://qat.redports.org/buildarchive/r370345/
Log:
www/py-django-crispy-forms: fix django dependency
- Fix django dependency, now that www/py-django was bumped to 1.7
While here, fix PORTNAME and PKGNAMESUFFIX.
Differential Revision: https://reviews.freebsd.org/D909
Approved by: swills (mentor)
Modified:
head/www/py-django-crispy-forms/Makefile
Modified: head/www/py-django-crispy-forms/Makefile
==============================================================================
--- head/www/py-django-crispy-forms/Makefile Tue Oct 7 14:18:52 2014 (r370344)
+++ head/www/py-django-crispy-forms/Makefile Tue Oct 7 14:41:58 2014 (r370345)
@@ -1,11 +1,12 @@
# Created by: Johannes Meixner <xmj at chaot.net>
# $FreeBSD$
-PORTNAME= crispy-forms
+PORTNAME= django-crispy-forms
PORTVERSION= 1.4.0
+PORTREVISION= 1
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}django-
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= django-${PORTNAME}-${PORTVERSION}
MAINTAINER= xmj at chaot.net
@@ -13,7 +14,7 @@ COMMENT= The best way to have Django DRY
LICENSE= MIT
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django<1.7:${PORTSDIR}/www/py-django
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django16>=1.6:${PORTSDIR}/www/py-django16
USE_PYTHON= yes
USE_PYDISTUTILS= yes
More information about the svn-ports-head
mailing list