svn commit: r466160 - in head/www/mod_wsgi4: . files
Wen Heping
wen at FreeBSD.org
Sun Apr 1 14:24:10 UTC 2018
Author: wen
Date: Sun Apr 1 14:24:09 2018
New Revision: 466160
URL: https://svnweb.freebsd.org/changeset/ports/466160
Log:
- Update to 4.6.3
- Remove CONFLICTS and PKGNAMESUFFIX
- Fixed link in pkg-message.in
PR: 227160
Submitted by: douglas at douglasthrift.net(maintainer)
Modified:
head/www/mod_wsgi4/Makefile
head/www/mod_wsgi4/distinfo
head/www/mod_wsgi4/files/pkg-message.in
Modified: head/www/mod_wsgi4/Makefile
==============================================================================
--- head/www/mod_wsgi4/Makefile Sun Apr 1 14:00:47 2018 (r466159)
+++ head/www/mod_wsgi4/Makefile Sun Apr 1 14:24:09 2018 (r466160)
@@ -1,19 +1,15 @@
# $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 at 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
Modified: head/www/mod_wsgi4/distinfo
==============================================================================
--- head/www/mod_wsgi4/distinfo Sun Apr 1 14:00:47 2018 (r466159)
+++ head/www/mod_wsgi4/distinfo Sun Apr 1 14:24:09 2018 (r466160)
@@ -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
Modified: head/www/mod_wsgi4/files/pkg-message.in
==============================================================================
--- head/www/mod_wsgi4/files/pkg-message.in Sun Apr 1 14:00:47 2018 (r466159)
+++ head/www/mod_wsgi4/files/pkg-message.in Sun Apr 1 14:24:09 2018 (r466160)
@@ -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
============================================================================
More information about the svn-ports-all
mailing list