diff options
author | bsam <bsam@FreeBSD.org> | 2011-03-02 00:52:55 +0800 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2011-03-02 00:52:55 +0800 |
commit | 93144136999a669f6c8a18ea71658015916a3af9 (patch) | |
tree | eada3d76e79914b36d5f750320485aa00cff1664 /www | |
parent | 1054a4b1c3d4b291db9f926a90dfc047253675b0 (diff) | |
download | freebsd-ports-gnome-93144136999a669f6c8a18ea71658015916a3af9.tar.gz freebsd-ports-gnome-93144136999a669f6c8a18ea71658015916a3af9.tar.zst freebsd-ports-gnome-93144136999a669f6c8a18ea71658015916a3af9.zip |
* add LICENSE=GPLv2;
* update to version 1.3.7, changes:
- sslenv.PrintSecInfo(): Also SSL_PROTOCOL is displayed
- fixed inconsistent use of tabs and spaces (python -tt)
- Single quotes and backticks are now escaped in pyweblib.forms.escapeHTML()
- pyweblib.forms.Form.hiddenInputFields(): Treat default value for key-word
argument ignoreFieldNames more robustely
- forms.Select now also supports 3-tuples as option and the third
value will be added as attribute text to HTML tag <option>
Reported by: miwibot
Diffstat (limited to 'www')
-rw-r--r-- | www/pyweblib/Makefile | 4 | ||||
-rw-r--r-- | www/pyweblib/distinfo | 5 |
2 files changed, 5 insertions, 4 deletions
diff --git a/www/pyweblib/Makefile b/www/pyweblib/Makefile index f9d185fdf847..bb60b09025e1 100644 --- a/www/pyweblib/Makefile +++ b/www/pyweblib/Makefile @@ -6,7 +6,7 @@ # PORTNAME= pyweblib -PORTVERSION= 1.3.6 +PORTVERSION= 1.3.7 CATEGORIES= www MASTER_SITES= http://www.stroeder.com/pylib/PyWebLib/download/ \ ftp://ftp.ipt.ru/pub/download/ @@ -14,6 +14,8 @@ MASTER_SITES= http://www.stroeder.com/pylib/PyWebLib/download/ \ MAINTAINER= bsam@ipt.ru COMMENT= Yet another web programming framework for Python +LICENSE= GPLv2 + USE_PYTHON= yes USE_PYDISTUTILS= yes diff --git a/www/pyweblib/distinfo b/www/pyweblib/distinfo index a2b946c57d6d..860eb10d5d57 100644 --- a/www/pyweblib/distinfo +++ b/www/pyweblib/distinfo @@ -1,3 +1,2 @@ -MD5 (pyweblib-1.3.6.tar.gz) = 98242228f7810c244c8c071d11ec68bf -SHA256 (pyweblib-1.3.6.tar.gz) = 331ab020b744517a0f43608f6648a6e65d7c63d4f3a0a6e3855b50166e426937 -SIZE (pyweblib-1.3.6.tar.gz) = 32001 +SHA256 (pyweblib-1.3.7.tar.gz) = 27197e2060d98857095f283fe8a88c184499f4192c997270c4cf7692e8a514cc +SIZE (pyweblib-1.3.7.tar.gz) = 32312 |