Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 Aug 2012 13:41:22 +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: r303420 - head/devel/py-testtools
Message-ID:  <201208311341.q7VDfMQH039109@svn.freebsd.org>

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

Log:
  - Update to 0.9.16
  - tidy pkg-descr

Modified:
  head/devel/py-testtools/Makefile
  head/devel/py-testtools/distinfo
  head/devel/py-testtools/pkg-descr

Modified: head/devel/py-testtools/Makefile
==============================================================================
--- head/devel/py-testtools/Makefile	Fri Aug 31 12:23:32 2012	(r303419)
+++ head/devel/py-testtools/Makefile	Fri Aug 31 13:41:22 2012	(r303420)
@@ -6,9 +6,9 @@
 #
 
 PORTNAME=	testtools
-PORTVERSION=	0.9.15
+PORTVERSION=	0.9.16
 CATEGORIES=	devel python
-MASTER_SITES=	http://launchpadlibrarian.net/104513821/ \
+MASTER_SITES=	http://launchpadlibrarian.net/112414996/ \
 		http://www.c-s.li/ports/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 

Modified: head/devel/py-testtools/distinfo
==============================================================================
--- head/devel/py-testtools/distinfo	Fri Aug 31 12:23:32 2012	(r303419)
+++ head/devel/py-testtools/distinfo	Fri Aug 31 13:41:22 2012	(r303420)
@@ -1,2 +1,2 @@
-SHA256 (testtools-0.9.15.tar.gz) = 49ef090f09e217c9f2688d4b2f9e246f00b9c1a867040a7ae8e4e9de7f707c02
-SIZE (testtools-0.9.15.tar.gz) = 152830
+SHA256 (testtools-0.9.16.tar.gz) = 2adb021c9a15040f94af099480d8d751930ce5a2294ecbdfd0853c87cbb2e1f7
+SIZE (testtools-0.9.16.tar.gz) = 169439

Modified: head/devel/py-testtools/pkg-descr
==============================================================================
--- head/devel/py-testtools/pkg-descr	Fri Aug 31 12:23:32 2012	(r303419)
+++ head/devel/py-testtools/pkg-descr	Fri Aug 31 13:41:22 2012	(r303420)
@@ -1,7 +1,6 @@
-testtools is a set of extensions to the Python standard library's
-unit testing framework. These extensions have been derived from
-years of experience with unit testing in Python and come from many
-different sources. testtools also backports unittest changes from
-recent Pythons to Python 2.4 and 2.5.
+testtools is a set of extensions to the Python standard library's unit testing
+framework. These extensions have been derived from years of experience with unit
+testing in Python and come from many different sources. testtools also backports
+unittest changes from recent Pythons to Python 2.4 and 2.5.
 
 WWW:    https://launchpad.net/testtools



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