Date: Tue, 7 Oct 2014 22:33:29 +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: r370405 - head/www/py-django-crispy-forms Message-ID: <201410072233.s97MXTUr059882@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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@chaot.net COMMENT= The best way to have Django DRY forms
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410072233.s97MXTUr059882>