aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2015-12-09 01:17:13 +0800
committermiwi <miwi@FreeBSD.org>2015-12-09 01:17:13 +0800
commit93cd429594c03e3c424cccef1a4e85c3badccff3 (patch)
treebe8d1de8c9255fb70cd0ff7522336201ad3918bf /www
parent69db2433a5eac4baafbac563be7f8a0ac764f530 (diff)
downloadfreebsd-ports-gnome-93cd429594c03e3c424cccef1a4e85c3badccff3.tar.gz
freebsd-ports-gnome-93cd429594c03e3c424cccef1a4e85c3badccff3.tar.zst
freebsd-ports-gnome-93cd429594c03e3c424cccef1a4e85c3badccff3.zip
- Update to 4.4.21
- Update WWW PR: 204574 Submitted by: maintainer Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D4396
Diffstat (limited to 'www')
-rw-r--r--www/mod_wsgi4/Makefile9
-rw-r--r--www/mod_wsgi4/distinfo4
-rw-r--r--www/mod_wsgi4/pkg-descr2
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/