Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Oct 2014 14:41:59 +0000 (UTC)
From:      Johannes Jost Meixner <xmj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r370345 - head/www/py-django-crispy-forms
Message-ID:  <201410071441.s97EfxwT026404@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410071441.s97EfxwT026404>