diff options
author | nivit <nivit@FreeBSD.org> | 2011-08-09 23:07:52 +0800 |
---|---|---|
committer | nivit <nivit@FreeBSD.org> | 2011-08-09 23:07:52 +0800 |
commit | 344c533efc0f46bdcfb74959f4ca454e02ea6486 (patch) | |
tree | 461869b2f762895440d2ca0ec491c4f1e99863cf /www/py-webob | |
parent | a33b83db3fa0a19ef369c3915e73f62a3b394fc1 (diff) | |
download | freebsd-ports-gnome-344c533efc0f46bdcfb74959f4ca454e02ea6486.tar.gz freebsd-ports-gnome-344c533efc0f46bdcfb74959f4ca454e02ea6486.tar.zst freebsd-ports-gnome-344c533efc0f46bdcfb74959f4ca454e02ea6486.zip |
- Update to 1.1.b2
- Update URL of WWW site
Diffstat (limited to 'www/py-webob')
-rw-r--r-- | www/py-webob/Makefile | 2 | ||||
-rw-r--r-- | www/py-webob/distinfo | 4 | ||||
-rw-r--r-- | www/py-webob/pkg-descr | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/www/py-webob/Makefile b/www/py-webob/Makefile index b90b5f232ae0..1fd4386fe588 100644 --- a/www/py-webob/Makefile +++ b/www/py-webob/Makefile @@ -6,7 +6,7 @@ # PORTNAME= webob -DISTVERSION= 1.1beta1 +DISTVERSION= 1.1b2 CATEGORIES= www python MASTER_SITES= CHEESESHOP \ http://nivi.interfree.it/distfiles/${PORTNAME}/ diff --git a/www/py-webob/distinfo b/www/py-webob/distinfo index 16f58d7536c2..1f67a1bafa89 100644 --- a/www/py-webob/distinfo +++ b/www/py-webob/distinfo @@ -1,2 +1,2 @@ -SHA256 (WebOb-1.1beta1.zip) = 25fdb9e8ad7d7612a420cb081d83e500a718a7366cf4622b20f7e8d5242912f5 -SIZE (WebOb-1.1beta1.zip) = 192816 +SHA256 (WebOb-1.1b2.zip) = 23bdc450cbd6f751c63b653beab8dc36661418c340e7f13b90e7508926d78506 +SIZE (WebOb-1.1b2.zip) = 196015 diff --git a/www/py-webob/pkg-descr b/www/py-webob/pkg-descr index 75c92fd3d1d5..31c3fd579385 100644 --- a/www/py-webob/pkg-descr +++ b/www/py-webob/pkg-descr @@ -5,4 +5,4 @@ The objects map much of the specified behavior of HTTP, including header parsing and accessors for other standard parts of the environment. -WWW: http://pythonpaste.org/webob/ +WWW: http://webob.org/ |