Sun Sep 25 20:09:00 2011 UTC ()
uwsgi-0.9.8.6:

- fixed python --optimize
- moved old -j option to -J
- fixed threading in python-dbg
- fixed --manage-script-name
- make easy_install happy

uwsgi-0.9.8.5:
- fixed compatibility with multi app 0.9.6 syntax


(joerg)
diff -r1.9 -r1.10 pkgsrc/www/py-uwsgi/Makefile
diff -r1.6 -r1.7 pkgsrc/www/py-uwsgi/distinfo

cvs diff -r1.9 -r1.10 pkgsrc/www/py-uwsgi/Makefile (expand / switch to unified diff)

--- pkgsrc/www/py-uwsgi/Makefile 2011/07/25 10:15:00 1.9
+++ pkgsrc/www/py-uwsgi/Makefile 2011/09/25 20:09:00 1.10
@@ -1,27 +1,29 @@ @@ -1,27 +1,29 @@
1# $NetBSD: Makefile,v 1.9 2011/07/25 10:15:00 joerg Exp $ 1# $NetBSD: Makefile,v 1.10 2011/09/25 20:09:00 joerg Exp $
2 2
3DISTNAME= uwsgi-0.9.8.3 3DISTNAME= uwsgi-0.9.8.6
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= www python 5CATEGORIES= www python
6MASTER_SITES= http://projects.unbit.it/downloads/ 6MASTER_SITES= http://projects.unbit.it/downloads/
7 7
8MAINTAINER= joerg@NetBSD.org 8MAINTAINER= joerg@NetBSD.org
9HOMEPAGE= http://projects.unbit.it/uwsgi 9HOMEPAGE= http://projects.unbit.it/uwsgi
10COMMENT= Feature-rich WSGI server 10COMMENT= Feature-rich WSGI server
11LICENSE= gnu-gpl-v2 11LICENSE= gnu-gpl-v2
12 12
13PKG_DESTDIR_SUPPORT= user-destdir 13PKG_DESTDIR_SUPPORT= user-destdir
14 14
 15DEPENDS+= ${PYPKGPREFIX}-setuptools>=0.6c9:../../devel/py-setuptools
 16
15PYTHON_VERSIONS_ACCEPTED= 27 26 25 17PYTHON_VERSIONS_ACCEPTED= 27 26 25
16 18
17USE_LANGUAGES= c 19USE_LANGUAGES= c
18PYDISTUTILSPKG= yes 20PYDISTUTILSPKG= yes
19 21
20PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX} 22PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX}
21 23
22post-install: 24post-install:
23 mv ${DESTDIR}${PREFIX}/bin/uwsgi ${DESTDIR}${PREFIX}/bin/uwsgi-${PYVERSSUFFIX} 25 mv ${DESTDIR}${PREFIX}/bin/uwsgi ${DESTDIR}${PREFIX}/bin/uwsgi-${PYVERSSUFFIX}
24 26
25.include "../../lang/python/extension.mk" 27.include "../../lang/python/extension.mk"
26.include "../../textproc/libxml2/buildlink3.mk" 28.include "../../textproc/libxml2/buildlink3.mk"
27.include "../../mk/bsd.pkg.mk" 29.include "../../mk/bsd.pkg.mk"

cvs diff -r1.6 -r1.7 pkgsrc/www/py-uwsgi/distinfo (expand / switch to unified diff)

--- pkgsrc/www/py-uwsgi/distinfo 2011/07/25 10:15:00 1.6
+++ pkgsrc/www/py-uwsgi/distinfo 2011/09/25 20:09:00 1.7
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.6 2011/07/25 10:15:00 joerg Exp $ 1$NetBSD: distinfo,v 1.7 2011/09/25 20:09:00 joerg Exp $
2 2
3SHA1 (uwsgi-0.9.8.3.tar.gz) = 780a96a2c32a0f7bb7f5a63353acca2fbd23a8e6 3SHA1 (uwsgi-0.9.8.6.tar.gz) = bb835c3c14310640b24ebdbcf0aa91e8ce8bd5a6
4RMD160 (uwsgi-0.9.8.3.tar.gz) = 8bfdaa9a503516378e834bca60dfa828b7bee9d2 4RMD160 (uwsgi-0.9.8.6.tar.gz) = 78b92fe3a9b272ca5a2704b0db7d1956b9149a0b
5Size (uwsgi-0.9.8.3.tar.gz) = 351168 bytes 5Size (uwsgi-0.9.8.6.tar.gz) = 359620 bytes