Date: Sun, 1 Apr 2018 14:24:09 +0000 (UTC) From: Wen Heping <wen@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r466160 - in head/www/mod_wsgi4: . files Message-ID: <201804011424.w31EO9Xu066316@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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@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 ============================================================================
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201804011424.w31EO9Xu066316>