Date: Sun, 8 Jun 2014 12:05:28 +0000 (UTC) From: Kubilay Kocak <koobs@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r357005 - head/textproc/py-wtforms Message-ID: <201406081205.s58C5SLK034224@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: koobs Date: Sun Jun 8 12:05:28 2014 New Revision: 357005 URL: http://svnweb.freebsd.org/changeset/ports/357005 QAT: https://qat.redports.org/buildarchive/r357005/ Log: 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 Modified: head/textproc/py-wtforms/Makefile head/textproc/py-wtforms/distinfo head/textproc/py-wtforms/pkg-descr Modified: head/textproc/py-wtforms/Makefile ============================================================================== --- head/textproc/py-wtforms/Makefile Sun Jun 8 12:05:00 2014 (r357004) +++ head/textproc/py-wtforms/Makefile Sun Jun 8 12:05:28 2014 (r357005) @@ -1,20 +1,20 @@ # Created by: Moggie <moggie@elasticmind.net> # $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 Modified: head/textproc/py-wtforms/distinfo ============================================================================== --- head/textproc/py-wtforms/distinfo Sun Jun 8 12:05:00 2014 (r357004) +++ head/textproc/py-wtforms/distinfo Sun Jun 8 12:05:28 2014 (r357005) @@ -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 Modified: head/textproc/py-wtforms/pkg-descr ============================================================================== --- head/textproc/py-wtforms/pkg-descr Sun Jun 8 12:05:00 2014 (r357004) +++ head/textproc/py-wtforms/pkg-descr Sun Jun 8 12:05:28 2014 (r357005) @@ -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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406081205.s58C5SLK034224>