Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 Aug 2012 13:47:20 +0000 (UTC)
From:      Carlo Strub <cs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r303423 - head/www/py-WebTest
Message-ID:  <201208311347.q7VDlKjM040046@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cs
Date: Fri Aug 31 13:47:19 2012
New Revision: 303423
URL: http://svn.freebsd.org/changeset/ports/303423

Log:
  - Update to 1.3.6
  - tidy pkg-descr

Modified:
  head/www/py-WebTest/Makefile
  head/www/py-WebTest/distinfo
  head/www/py-WebTest/pkg-descr

Modified: head/www/py-WebTest/Makefile
==============================================================================
--- head/www/py-WebTest/Makefile	Fri Aug 31 13:45:40 2012	(r303422)
+++ head/www/py-WebTest/Makefile	Fri Aug 31 13:47:19 2012	(r303423)
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	WebTest
-PORTVERSION=	1.3.4
+PORTVERSION=	1.3.6
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP \
 		http://www.c-s.li/ports/

Modified: head/www/py-WebTest/distinfo
==============================================================================
--- head/www/py-WebTest/distinfo	Fri Aug 31 13:45:40 2012	(r303422)
+++ head/www/py-WebTest/distinfo	Fri Aug 31 13:47:19 2012	(r303423)
@@ -1,2 +1,2 @@
-SHA256 (WebTest-1.3.4.tar.gz) = f8915f0da91ad47f84e8a7d49936263fb4c5fdd1fb2737e1a7553b2fe52992f1
-SIZE (WebTest-1.3.4.tar.gz) = 78557
+SHA256 (WebTest-1.3.6.tar.gz) = a4945b61bef48ba4d95b6dc9a324a36f9328574f0af1703b42f2dacac4139f6f
+SIZE (WebTest-1.3.6.tar.gz) = 79673

Modified: head/www/py-WebTest/pkg-descr
==============================================================================
--- head/www/py-WebTest/pkg-descr	Fri Aug 31 13:45:40 2012	(r303422)
+++ head/www/py-WebTest/pkg-descr	Fri Aug 31 13:47:19 2012	(r303423)
@@ -1,7 +1,6 @@
-py-WebTest is a helper to test WSGI applications, it wraps
-any WSGI application and makes it easy to send test requests
-to that application, without starting up an HTTP server.
-It provides convenient full-stack testing of applications
+py-WebTest is a helper to test WSGI applications, it wraps any WSGI application
+and makes it easy to send test requests to that application, without starting up
+an HTTP server.  It provides convenient full-stack testing of applications
 written with any WSGI-compatible framework.
 
 WWW: http://pythonpaste.org/webtest/



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