- Update to 4.6.3

- Remove CONFLICTS and PKGNAMESUFFIX
- Fixed link in pkg-message.in

PR:		227160
Submitted by:	douglas@douglasthrift.net(maintainer)
This commit is contained in:
Wen Heping 2018-04-01 14:24:09 +00:00
parent 73dedf9695
commit 3a0aeef973
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=466160
3 changed files with 6 additions and 9 deletions

View file

@ -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

View file

@ -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

View file

@ -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
============================================================================