aboutsummaryrefslogtreecommitdiff
path: root/textproc/py-wtforms/Makefile
diff options
context:
space:
mode:
authorRuslan Makhmatkhanov <rm@FreeBSD.org>2015-02-04 12:37:47 +0000
committerRuslan Makhmatkhanov <rm@FreeBSD.org>2015-02-04 12:37:47 +0000
commit25d85ac759acb3b1e4f3c458df4e8d57690ad4ee (patch)
tree916bc69ecfdfd7dff81db7255f7c3a2384fba960 /textproc/py-wtforms/Makefile
parentbfb91f944244400b72c23eaca845e51def8f31c5 (diff)
downloadports-25d85ac759acb3b1e4f3c458df4e8d57690ad4ee.tar.gz
ports-25d85ac759acb3b1e4f3c458df4e8d57690ad4ee.zip
textproc/py-wtforms: update to 2.0.2
- update to 2.0.2 - adopt port PR: 197021 Submitted by: rm (myself) Approved by: moggie@elasticmind.net (maintainer)
Notes
Notes: svn path=/head/; revision=378396
Diffstat (limited to 'textproc/py-wtforms/Makefile')
-rw-r--r--textproc/py-wtforms/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/py-wtforms/Makefile b/textproc/py-wtforms/Makefile
index e4c5874fc46c..cdfcd57e3f0a 100644
--- a/textproc/py-wtforms/Makefile
+++ b/textproc/py-wtforms/Makefile
@@ -2,13 +2,13 @@
# $FreeBSD$
PORTNAME= wtforms
-PORTVERSION= 2.0.1
+PORTVERSION= 2.0.2
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= WTForms-${DISTVERSION}
-MAINTAINER= moggie@elasticmind.net
+MAINTAINER= rm@FreeBSD.org
COMMENT= Flexible forms validation and rendering library for python
LICENSE= BSD3CLAUSE