UPDATE: www/ap2-mod_wsgi 4.6.5 to 4.7.1
Changelogs: https://github.com/GrahamDumpleton/mod_wsgi/blob/4.7.1/docs/release-notes/version-4.6.6.rst https://github.com/GrahamDumpleton/mod_wsgi/blob/4.7.1/docs/release-notes/version-4.6.7.rst https://github.com/GrahamDumpleton/mod_wsgi/blob/4.7.1/docs/release-notes/version-4.6.8.rst https://github.com/GrahamDumpleton/mod_wsgi/blob/4.7.1/docs/release-notes/version-4.7.0.rst https://github.com/GrahamDumpleton/mod_wsgi/blob/4.7.1/docs/release-notes/version-4.7.1.rst Moved from py2 to py3. Added WANTLIB += iconv intl Tested with py3-flask on amd64. OK sthen@
This commit is contained in:
parent
9e38e29cd4
commit
e178973b60
@ -1,25 +1,26 @@
|
||||
# $OpenBSD: Makefile,v 1.10 2019/07/12 20:50:17 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.11 2020/04/16 10:01:43 mariani Exp $
|
||||
|
||||
COMMENT= Python WSGI compliant interface module for Apache2
|
||||
|
||||
PKGNAME= ap2-mod_wsgi-${GH_TAGNAME}
|
||||
REVISION= 0
|
||||
|
||||
CATEGORIES= www
|
||||
|
||||
GH_ACCOUNT= GrahamDumpleton
|
||||
GH_PROJECT= mod_wsgi
|
||||
GH_TAGNAME= 4.6.5
|
||||
GH_TAGNAME= 4.7.1
|
||||
|
||||
HOMEPAGE= https://modwsgi.readthedocs.io/
|
||||
|
||||
# Apache License 2.0
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
WANTLIB += m pthread ${MODPY_WANTLIB} util
|
||||
WANTLIB += iconv intl m pthread ${MODPY_WANTLIB} util
|
||||
|
||||
MODULES= lang/python
|
||||
|
||||
MODPY_VERSION= ${MODPY_DEFAULT_VERSION_3}
|
||||
|
||||
LIB_DEPENDS= ${MODPY_LIB_DEPENDS}
|
||||
|
||||
RUN_DEPENDS= www/apache-httpd
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (mod_wsgi-4.6.5.tar.gz) = XL4F+LmyGp5A1dcib0l2ZDse5eI6LRFLzq402ZSL5eA=
|
||||
SIZE (mod_wsgi-4.6.5.tar.gz) = 693825
|
||||
SHA256 (mod_wsgi-4.7.1.tar.gz) = JnTlBnGa/mD7wFR8gy6JSNbKouBU1A0zYwmZPm6GfTU=
|
||||
SIZE (mod_wsgi-4.7.1.tar.gz) = 696111
|
||||
|
@ -1,3 +1,3 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2018/09/04 12:46:24 espie Exp $
|
||||
lib/apache2/mod_wsgi.so
|
||||
@comment $OpenBSD: PLIST,v 1.3 2020/04/16 10:01:43 mariani Exp $
|
||||
@so lib/apache2/mod_wsgi.so
|
||||
share/doc/pkg-readmes/${PKGSTEM}
|
||||
|
Loading…
x
Reference in New Issue
Block a user