- Update to 1.3.10

PR:		ports/149416
Submitted by:	Frederic Culot <frederic AT culot.org>
This commit is contained in:
Li-Wen Hsu 2010-08-08 09:16:48 +00:00
parent bfb24bafaa
commit 7bcbbe3f9f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=258921
3 changed files with 9 additions and 10 deletions

View File

@ -6,10 +6,9 @@
#
PORTNAME= webunit
PORTVERSION= 1.3.9
PORTVERSION= 1.3.10
CATEGORIES= www python
MASTER_SITES= CHEESESHOP \
http://www.cs.nctu.edu.tw/~lwhsu/ports/distfiles/
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= lwhsu@FreeBSD.org

View File

@ -1,3 +1,3 @@
MD5 (webunit-1.3.9.tar.gz) = 6bb4efed1b674fdb5c2ab0052ef64ba1
SHA256 (webunit-1.3.9.tar.gz) = 9332ddafacdfaa0b1f62c98eda0dd5291621ad9cd9077051b01178c5481544cc
SIZE (webunit-1.3.9.tar.gz) = 23161
MD5 (webunit-1.3.10.tar.gz) = 9ad536608a4e4d2ec19da8529683149e
SHA256 (webunit-1.3.10.tar.gz) = 7202d855db0f501f8a59995ec0b4913ce227c52e7d93766dfa71348fdac68603
SIZE (webunit-1.3.10.tar.gz) = 23111

View File

@ -1,9 +1,9 @@
--- setup.py.orig Sat Mar 3 03:16:17 2007
+++ setup.py Sat Mar 3 03:16:26 2007
@@ -34,7 +34,7 @@
--- setup.py.orig 2010-08-08 11:00:33.408023094 +0200
+++ setup.py 2010-08-08 11:00:48.754104230 +0200
@@ -35,7 +35,7 @@
author_email = "richard@mechanicalcat.net",
url = 'http://mechanicalcat.net/tech/webunit/',
download_url = 'http://mechanicalcat.net/tech/webunit/webunit-%s.tar.gz'%__version__,
download_url = 'http://pypi.python.org/pypi/webunit',
- packages = ['webunit', 'demo'],
+ packages = ['webunit'],
classifiers = [