Date: Tue, 8 Dec 2015 17:17:13 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r403309 - head/www/mod_wsgi4 Message-ID: <201512081717.tB8HHDRm079453@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: miwi Date: Tue Dec 8 17:17:13 2015 New Revision: 403309 URL: https://svnweb.freebsd.org/changeset/ports/403309 Log: - Update to 4.4.21 - Update WWW PR: 204574 Submitted by: maintainer Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D4396 Modified: head/www/mod_wsgi4/Makefile head/www/mod_wsgi4/distinfo head/www/mod_wsgi4/pkg-descr Modified: head/www/mod_wsgi4/Makefile ============================================================================== --- head/www/mod_wsgi4/Makefile Tue Dec 8 17:16:21 2015 (r403308) +++ head/www/mod_wsgi4/Makefile Tue Dec 8 17:17:13 2015 (r403309) @@ -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> Modified: head/www/mod_wsgi4/distinfo ============================================================================== --- head/www/mod_wsgi4/distinfo Tue Dec 8 17:16:21 2015 (r403308) +++ head/www/mod_wsgi4/distinfo Tue Dec 8 17:17:13 2015 (r403309) @@ -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 Modified: head/www/mod_wsgi4/pkg-descr ============================================================================== --- head/www/mod_wsgi4/pkg-descr Tue Dec 8 17:16:21 2015 (r403308) +++ head/www/mod_wsgi4/pkg-descr Tue Dec 8 17:17:13 2015 (r403309) @@ -4,4 +4,4 @@ adapter is written completely in C code 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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512081717.tB8HHDRm079453>