Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Oct 2014 22:28:24 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r370403 - head/www/py-django-crispy-forms
Message-ID:  <201410072228.s97MSOhp055482@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Tue Oct  7 22:28:24 2014
New Revision: 370403
URL: https://svnweb.freebsd.org/changeset/ports/370403
QAT: https://qat.redports.org/buildarchive/r370403/

Log:
  Unbreak

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 22:06:41 2014	(r370402)
+++ head/www/py-django-crispy-forms/Makefile	Tue Oct  7 22:28:24 2014	(r370403)
@@ -1,7 +1,7 @@
 # Created by: Johannes Meixner <xmj@chaot.net>
 # $FreeBSD$
 
-PORTNAME=	django-crispy-forms
+PORTNAME=	crispy-forms
 PORTVERSION=	1.4.0
 PORTREVISION=	1
 CATEGORIES=	www python
@@ -16,8 +16,7 @@ LICENSE=	MIT
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django16>=1.6:${PORTSDIR}/www/py-django16
 
-USE_PYTHON=		yes
-USE_PYDISTUTILS=	yes
-PYDISTUTILS_AUTOPLIST=	yes
+USES=		python
+USE_PYTHON=	distutils autoplist
 
 .include <bsd.port.mk>



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