diff options
author | gdt <gdt@pkgsrc.org> | 2007-10-25 14:50:06 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2007-10-25 14:50:06 +0000 |
commit | bb727e891ad0648989598bf56a7dbf3d4427e1ee (patch) | |
tree | c5d488c1a3fab38c7d1fedadc5d55437558d1eac /www | |
parent | fa11c5863f37292ae45cdfb249f57d50a4425b84 (diff) | |
download | pkgsrc-bb727e891ad0648989598bf56a7dbf3d4427e1ee.tar.gz |
Update to 1.1, and support python 2.3. From Jan Danielsson.
(Upstream does not provide a NEWS file.)
Diffstat (limited to 'www')
-rw-r--r-- | www/ap2-wsgi/Makefile | 6 | ||||
-rw-r--r-- | www/ap2-wsgi/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/www/ap2-wsgi/Makefile b/www/ap2-wsgi/Makefile index c77642dafb5..442bef85c04 100644 --- a/www/ap2-wsgi/Makefile +++ b/www/ap2-wsgi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2007/10/24 22:31:51 gdt Exp $ +# $NetBSD: Makefile,v 1.2 2007/10/25 14:50:06 gdt Exp $ # DISTNAME= mod_wsgi-${VERSION} @@ -12,13 +12,13 @@ COMMENT= WSGI module for apache USE_LIBTOOL= yes APACHE_MODULE= yes -VERSION= 1.0 +VERSION= 1.1 GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-apxs=${APXS:Q} CONFIGURE_ARGS+=--with-python=${PYTHONBIN:Q} -PYTHON_VERSIONS_ACCEPTED= 24 +PYTHON_VERSIONS_ACCEPTED= 24 23 PKG_APACHE_ACCEPTED= apache2 apache22 diff --git a/www/ap2-wsgi/distinfo b/www/ap2-wsgi/distinfo index c14950d8c21..c63d0413340 100644 --- a/www/ap2-wsgi/distinfo +++ b/www/ap2-wsgi/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2007/10/24 22:31:51 gdt Exp $ +$NetBSD: distinfo,v 1.2 2007/10/25 14:50:06 gdt Exp $ -SHA1 (mod_wsgi-1.0.tar.gz) = 1fa7d76ff587c6c322f6aae6d69ee945ea7b5c6b -RMD160 (mod_wsgi-1.0.tar.gz) = 19dfb1e4562dc14b9865b20a0f5da695105ce2e6 -Size (mod_wsgi-1.0.tar.gz) = 71455 bytes +SHA1 (mod_wsgi-1.1.tar.gz) = a82e79d5d429dba64ef1e0d65b502577f0434649 +RMD160 (mod_wsgi-1.1.tar.gz) = b6cae6aca5ef9b5ddd9034858a09402f1eb0943c +Size (mod_wsgi-1.1.tar.gz) = 72152 bytes |