diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2015-12-08 17:17:13 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2015-12-08 17:17:13 +0000 |
commit | 1e2a1f6604c4dd761f3714d996a0fae49adca7b0 (patch) | |
tree | be8d1de8c9255fb70cd0ff7522336201ad3918bf /www/mod_wsgi4 | |
parent | 9954ab2b00e493af3fca3454498aa0dc843c1515 (diff) | |
download | ports-1e2a1f6604c4dd761f3714d996a0fae49adca7b0.tar.gz ports-1e2a1f6604c4dd761f3714d996a0fae49adca7b0.zip |
Notes
Diffstat (limited to 'www/mod_wsgi4')
-rw-r--r-- | www/mod_wsgi4/Makefile | 9 | ||||
-rw-r--r-- | www/mod_wsgi4/distinfo | 4 | ||||
-rw-r--r-- | www/mod_wsgi4/pkg-descr | 2 |
3 files changed, 6 insertions, 9 deletions
diff --git a/www/mod_wsgi4/Makefile b/www/mod_wsgi4/Makefile index c4bbcad1d7c7..d6f653ce9fb1 100644 --- a/www/mod_wsgi4/Makefile +++ b/www/mod_wsgi4/Makefile @@ -1,8 +1,9 @@ # $FreeBSD$ PORTNAME= mod_wsgi -PORTVERSION= 4.4.13 +PORTVERSION= 4.4.21 CATEGORIES= www python +MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX} PKGNAMESUFFIX= 4 @@ -13,12 +14,8 @@ LICENSE= APACHE20 CONFLICTS_INSTALL=${PKGNAMEPREFIX}mod_wsgi3.* mod_wsgi3.* -PROJECTHOST= modwsgi - USE_APACHE= 22+ USES= python -USE_GITHUB= yes -GH_ACCOUNT= GrahamDumpleton GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-apxs="${APXS}" --with-python="${PYTHON_CMD}" @@ -27,7 +24,6 @@ SUB_FILES= pkg-message ${APMOD_FILE} APMOD_FILE= 270_${PORTNAME}.conf.sample PLIST_SUB+= APMOD_FILE=${APMOD_FILE} - pre-everything:: @${ECHO_MSG} "======================= ATTENTION! ======================" @${ECHO_MSG} @@ -40,4 +36,5 @@ post-install: @${MKDIR} ${STAGEDIR}${PREFIX}/${APACHEETCDIR}/modules.d ${INSTALL_DATA} ${WRKDIR}/${APMOD_FILE} ${STAGEDIR}${PREFIX}/${APACHEETCDIR}/modules.d ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${APACHEMODDIR}/${PORTNAME}.so + .include <bsd.port.mk> diff --git a/www/mod_wsgi4/distinfo b/www/mod_wsgi4/distinfo index f1ccc639f143..d1b9934caa02 100644 --- a/www/mod_wsgi4/distinfo +++ b/www/mod_wsgi4/distinfo @@ -1,2 +1,2 @@ -SHA256 (GrahamDumpleton-mod_wsgi-4.4.13_GH0.tar.gz) = e7a84e4af0da953070ab993268118791c7d3c7383d99e8b1c2e0ff88eb29c286 -SIZE (GrahamDumpleton-mod_wsgi-4.4.13_GH0.tar.gz) = 631708 +SHA256 (mod_wsgi-4.4.21.tar.gz) = 581b3a82bc5300cd8a0523d14995df9b091ef344b1db72877394b30fcd179422 +SIZE (mod_wsgi-4.4.21.tar.gz) = 929310 diff --git a/www/mod_wsgi4/pkg-descr b/www/mod_wsgi4/pkg-descr index b8223f7bfdd5..626edd10ab45 100644 --- a/www/mod_wsgi4/pkg-descr +++ b/www/mod_wsgi4/pkg-descr @@ -4,4 +4,4 @@ adapter is written completely in C code against the Apache C runtime and for hosting WSGI applications within Apache has a lower overhead than using existing WSGI adapters for mod_python or CGI. -WWW: https://github.com/GrahamDumpleton/mod_wsgi/ +WWW: http://www.modwsgi.org/ |