svn commit: r370403 - head/www/py-django-crispy-forms

Antoine Brodin antoine at FreeBSD.org
Tue Oct 7 22:28:25 UTC 2014


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 at 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>


More information about the svn-ports-all mailing list