svn commit: r370405 - head/www/py-django-crispy-forms
Antoine Brodin
antoine at FreeBSD.org
Tue Oct 7 22:33:30 UTC 2014
Author: antoine
Date: Tue Oct 7 22:33:29 2014
New Revision: 370405
URL: https://svnweb.freebsd.org/changeset/ports/370405
QAT: https://qat.redports.org/buildarchive/r370405/
Log:
This may be closer to what was intended
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:30:36 2014 (r370404)
+++ head/www/py-django-crispy-forms/Makefile Tue Oct 7 22:33:29 2014 (r370405)
@@ -1,13 +1,13 @@
# 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}
-DISTNAME= django-${PORTNAME}-${PORTVERSION}
+DISTNAME= ${PORTNAME}-${PORTVERSION}
MAINTAINER= xmj at chaot.net
COMMENT= The best way to have Django DRY forms
More information about the svn-ports-head
mailing list