diff --git a/textproc/py-wtforms/Makefile b/textproc/py-wtforms/Makefile index a6c7dc8f2979..0401f7ecb395 100644 --- a/textproc/py-wtforms/Makefile +++ b/textproc/py-wtforms/Makefile @@ -1,20 +1,20 @@ # Created by: Moggie # $FreeBSD$ -PORTNAME= WTForms -PORTVERSION= 1.0.3 -PORTREVISION= 1 +PORTNAME= wtforms +PORTVERSION= 1.0.5 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= WTForms-${DISTVERSION} MAINTAINER= moggie@elasticmind.net -COMMENT= Forms validation and rendering library for python web development +COMMENT= Forms validation and rendering library for Python web development -LICENSE= BSD +LICENSE= BSD3CLAUSE -USES= zip -USE_PYTHON= yes +USES= zip +USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_AUTOPLIST= yes diff --git a/textproc/py-wtforms/distinfo b/textproc/py-wtforms/distinfo index 8862405a78a5..64760ca535f6 100644 --- a/textproc/py-wtforms/distinfo +++ b/textproc/py-wtforms/distinfo @@ -1,2 +1,2 @@ -SHA256 (WTForms-1.0.3.zip) = 36420eb1ff3005f147cd081a7914d4d6cdbd5ea1d58cd32addf07fd2e659a727 -SIZE (WTForms-1.0.3.zip) = 326398 +SHA256 (WTForms-1.0.5.zip) = b36b06e230403927c5e679ba84834053e9df380a0c0414bf70bca4ba1f672227 +SIZE (WTForms-1.0.5.zip) = 355186 diff --git a/textproc/py-wtforms/pkg-descr b/textproc/py-wtforms/pkg-descr index 352056c3ca95..3be13d8d25ba 100644 --- a/textproc/py-wtforms/pkg-descr +++ b/textproc/py-wtforms/pkg-descr @@ -1,4 +1,4 @@ WTForms is a flexible forms validation and rendering library for python web development. -WWW: http://wtforms.simplecodes.com/ +WWW: http://wtforms.simplecodes.com/