diff options
author | wen <wen@FreeBSD.org> | 2018-04-01 22:24:09 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2018-04-01 22:24:09 +0800 |
commit | d5dd2618b8fffc733dca131a928bc0a04cc8b512 (patch) | |
tree | fb4cb6e6b9a7afb90ceb0ae71e2f47cb338de901 /www | |
parent | 8126f7604b9a8d5325c138b45b0bb787377d4e2e (diff) | |
download | freebsd-ports-gnome-d5dd2618b8fffc733dca131a928bc0a04cc8b512.tar.gz freebsd-ports-gnome-d5dd2618b8fffc733dca131a928bc0a04cc8b512.tar.zst freebsd-ports-gnome-d5dd2618b8fffc733dca131a928bc0a04cc8b512.zip |
- Update to 4.6.3
- Remove CONFLICTS and PKGNAMESUFFIX
- Fixed link in pkg-message.in
PR: 227160
Submitted by: douglas@douglasthrift.net(maintainer)
Diffstat (limited to 'www')
-rw-r--r-- | www/mod_wsgi4/Makefile | 6 | ||||
-rw-r--r-- | www/mod_wsgi4/distinfo | 6 | ||||
-rw-r--r-- | www/mod_wsgi4/files/pkg-message.in | 3 |
3 files changed, 6 insertions, 9 deletions
diff --git a/www/mod_wsgi4/Makefile b/www/mod_wsgi4/Makefile index dfade3a106ad..7d1c1770020f 100644 --- a/www/mod_wsgi4/Makefile +++ b/www/mod_wsgi4/Makefile @@ -1,20 +1,16 @@ # $FreeBSD$ PORTNAME= mod_wsgi -DISTVERSION= 4.5.24 -PORTREVISION= 1 +DISTVERSION= 4.6.3 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX}${PYTHON_PKGNAMEPREFIX} -PKGNAMESUFFIX= 4 MAINTAINER= douglas@douglasthrift.net COMMENT= Python WSGI adapter module for Apache LICENSE= APACHE20 -CONFLICTS_INSTALL=${PKGNAMEPREFIX}mod_wsgi3.* mod_wsgi3.* - USES= apache:2.2+ gettext python USE_PYTHON= flavors diff --git a/www/mod_wsgi4/distinfo b/www/mod_wsgi4/distinfo index c39ae40fc056..bf899b635deb 100644 --- a/www/mod_wsgi4/distinfo +++ b/www/mod_wsgi4/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1513496899 -SHA256 (mod_wsgi-4.5.24.tar.gz) = 47843bbb4a1c77a594519e176fb53be817b34673c26397dea66bc11cdd2a3595 -SIZE (mod_wsgi-4.5.24.tar.gz) = 2551779 +TIMESTAMP = 1522589903 +SHA256 (mod_wsgi-4.6.3.tar.gz) = bebfa7f249df0cec09e8ddb0012122b2efdf2c125569cdfed397a4b5a80907df +SIZE (mod_wsgi-4.6.3.tar.gz) = 2592041 diff --git a/www/mod_wsgi4/files/pkg-message.in b/www/mod_wsgi4/files/pkg-message.in index 5c72392ba9d4..72a08b942f1e 100644 --- a/www/mod_wsgi4/files/pkg-message.in +++ b/www/mod_wsgi4/files/pkg-message.in @@ -3,6 +3,7 @@ If you want to use daemon mode you will need to make sure Apache and APR include thread support. -For more information, see http://www.modwsgi.org/wiki/InstallationOnFreeBSD. +For more information, see : +http://www.modwsgi.org/en/latest/user-guides/quick-configuration-guide.html ============================================================================ |