diff options
author | cs <cs@FreeBSD.org> | 2012-11-07 22:06:58 +0800 |
---|---|---|
committer | cs <cs@FreeBSD.org> | 2012-11-07 22:06:58 +0800 |
commit | 29f495aa33446a634f046df3df9ba98ea883de37 (patch) | |
tree | 04fc5ba698fb617372358321ad596a04a240a29b | |
parent | 5e4fa8ecc98d7290e33bde61fa55b70daea751fb (diff) | |
download | freebsd-ports-gnome-29f495aa33446a634f046df3df9ba98ea883de37.tar.gz freebsd-ports-gnome-29f495aa33446a634f046df3df9ba98ea883de37.tar.zst freebsd-ports-gnome-29f495aa33446a634f046df3df9ba98ea883de37.zip |
- Update to 1.4.0
- Cleanup Makefile header
Feature safe: yes
-rw-r--r-- | www/py-WebTest/Makefile | 8 | ||||
-rw-r--r-- | www/py-WebTest/distinfo | 4 | ||||
-rw-r--r-- | www/py-WebTest/pkg-plist | 3 |
3 files changed, 7 insertions, 8 deletions
diff --git a/www/py-WebTest/Makefile b/www/py-WebTest/Makefile index 8dac5f858758..94dafe36e34a 100644 --- a/www/py-WebTest/Makefile +++ b/www/py-WebTest/Makefile @@ -1,12 +1,8 @@ -# New ports collection makefile for: py-WebTest -# Date created: 24 Feb, 2009 -# Whom: Wen Heping <wenheping@gmail.com> -# +# Created by: Wen Heping # $FreeBSD$ -# PORTNAME= WebTest -PORTVERSION= 1.3.6 +PORTVERSION= 1.4.0 CATEGORIES= www python MASTER_SITES= CHEESESHOP \ http://www.c-s.li/ports/ diff --git a/www/py-WebTest/distinfo b/www/py-WebTest/distinfo index c4d1a35c73f0..45bcd8adcf4d 100644 --- a/www/py-WebTest/distinfo +++ b/www/py-WebTest/distinfo @@ -1,2 +1,2 @@ -SHA256 (WebTest-1.3.6.tar.gz) = a4945b61bef48ba4d95b6dc9a324a36f9328574f0af1703b42f2dacac4139f6f -SIZE (WebTest-1.3.6.tar.gz) = 79673 +SHA256 (WebTest-1.4.0.tar.gz) = d4764ae3a63de7775ff3e840a07a8c1d010222b36c7b3d9298046677c8f96297 +SIZE (WebTest-1.4.0.tar.gz) = 82799 diff --git a/www/py-WebTest/pkg-plist b/www/py-WebTest/pkg-plist index 48f98afa9147..69f33da41e04 100644 --- a/www/py-WebTest/pkg-plist +++ b/www/py-WebTest/pkg-plist @@ -26,6 +26,9 @@ %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/webtest/sel.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/webtest/sel.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/webtest/sel.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/webtest/ext.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/webtest/ext.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/webtest/ext.pyo @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/webtest @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% |