Index: head/www/mod_wsgi4/Makefile =================================================================== --- head/www/mod_wsgi4/Makefile (revision 403308) +++ head/www/mod_wsgi4/Makefile (revision 403309) @@ -1,43 +1,40 @@ # $FreeBSD$ PORTNAME= mod_wsgi -PORTVERSION= 4.4.13 +PORTVERSION= 4.4.21 CATEGORIES= www python +MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX} PKGNAMESUFFIX= 4 MAINTAINER= douglas@douglasthrift.net COMMENT= Python WSGI adapter module for Apache 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}" 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} @${ECHO_MSG} "If you want to use daemon mode you will need to make sure" @${ECHO_MSG} "Apache and APR include thread support." @${ECHO_MSG} @${ECHO_MSG} "=========================================================" 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 Index: head/www/mod_wsgi4/distinfo =================================================================== --- head/www/mod_wsgi4/distinfo (revision 403308) +++ head/www/mod_wsgi4/distinfo (revision 403309) @@ -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 Index: head/www/mod_wsgi4/pkg-descr =================================================================== --- head/www/mod_wsgi4/pkg-descr (revision 403308) +++ head/www/mod_wsgi4/pkg-descr (revision 403309) @@ -1,7 +1,7 @@ The mod_wsgi adapter is an Apache module that provides a WSGI compliant interface for hosting Python based web applications within Apache. The 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/