From owner-svn-ports-head@FreeBSD.ORG Sun Jun 8 12:05:29 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 73DAF342; Sun, 8 Jun 2014 12:05:29 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 46E1C2F15; Sun, 8 Jun 2014 12:05:29 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s58C5TWp034229; Sun, 8 Jun 2014 12:05:29 GMT (envelope-from koobs@svn.freebsd.org) Received: (from koobs@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s58C5SLK034224; Sun, 8 Jun 2014 12:05:28 GMT (envelope-from koobs@svn.freebsd.org) Message-Id: <201406081205.s58C5SLK034224@svn.freebsd.org> From: Kubilay Kocak Date: Sun, 8 Jun 2014 12:05:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r357005 - head/textproc/py-wtforms X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Jun 2014 12:05:29 -0000 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 # $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/