Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Mar 2014 20:39:22 GMT
From:      moggie <moggie@elasticmind.net>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/187402: [maintainer-update] textproc/py-wtforms update to 1.0.5
Message-ID:  <201403092039.s29KdMBU060477@ewok.elasticmind.net>
Resent-Message-ID: <201403092040.s29Ke1c0048298@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         187402
>Category:       ports
>Synopsis:       [maintainer-update] textproc/py-wtforms update to 1.0.5
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Mar 09 20:40:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     moggie
>Release:        FreeBSD 9.2-RELEASE-p3 amd64
>Organization:
>Environment:
System: FreeBSD 9.2-RELEASE-p3 FreeBSD 9.2-RELEASE-p3 #0 r260701: Thu Jan 16 14:20:43 GMT 2014 /usr/obj/usr/src/sys/GENERIC amd64


	
>Description:

- Update WTForms to version 1.0.5
- Change PORTNAME to lower case.


	
>How-To-Repeat:
	
>Fix:

	

--- py-wtforms-1.0.5.diff begins here ---
diff -ruN textproc/py-wtforms/Makefile textproc/py-wtforms.orig/Makefile
--- textproc/py-wtforms/Makefile	2014-03-09 19:38:03.000000000 +0000
+++ textproc/py-wtforms.orig/Makefile	2014-03-09 13:17:13.000000000 +0000
@@ -1,10 +1,10 @@
 # Created by: Moggie <moggie@elasticmind.net>
 # $FreeBSD: head/textproc/py-wtforms/Makefile 347024 2014-03-04 15:39:09Z miwi $
 
-PORTNAME=	WTForms
-PORTVERSION=	1.0.3
-PORTREVISION=	1
+PORTNAME=	wtforms
+PORTVERSION=	1.0.5
 CATEGORIES=	textproc python
+DISTNAME=	WTForms-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX}
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
diff -ruN textproc/py-wtforms/distinfo textproc/py-wtforms.orig/distinfo
--- textproc/py-wtforms/distinfo	2014-03-09 19:38:03.000000000 +0000
+++ textproc/py-wtforms.orig/distinfo	2014-03-09 13:17:13.000000000 +0000
@@ -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 -ruN textproc/py-wtforms/pkg-descr textproc/py-wtforms.orig/pkg-descr
--- textproc/py-wtforms/pkg-descr	2014-03-09 20:33:03.000000000 +0000
+++ textproc/py-wtforms.orig/pkg-descr	2014-03-09 13:17:13.000000000 +0000
@@ -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/
--- py-wtforms-1.0.5.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403092039.s29KdMBU060477>