From e45fe4844842424e0d81a9555ee208eb1f6d22e0 Mon Sep 17 00:00:00 2001 From: Kubilay Kocak Date: Sun, 8 Jun 2014 12:05:28 +0000 Subject: [PATCH] textproc/py-WTForms: Update to 1.0.5, lowercase PORTNAME - Update WTForms to version 1.0.5 - Change PORTNAME to lower case. - Update LICENSE (BSD3CLAUSE) - pkg-descr: Tab to space in WWW: While I'm here: - Whitespace alignment - Tweak COMMENT - Re-order top section (portlint) PR: 187402 Submitted by: moggie at elasticmind dot net --- textproc/py-wtforms/Makefile | 14 +++++++------- textproc/py-wtforms/distinfo | 4 ++-- textproc/py-wtforms/pkg-descr | 2 +- 3 files changed, 10 insertions(+), 10 deletions(-) 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/