From owner-svn-ports-all@freebsd.org Sun Apr 1 14:24:10 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 72932F9F473; Sun, 1 Apr 2018 14:24:10 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 216FF6E894; Sun, 1 Apr 2018 14:24:10 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1B44E59; Sun, 1 Apr 2018 14:24:10 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w31EO9kR066319; Sun, 1 Apr 2018 14:24:09 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w31EO9Xu066316; Sun, 1 Apr 2018 14:24:09 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201804011424.w31EO9Xu066316@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Sun, 1 Apr 2018 14:24:09 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: wen X-SVN-Commit-Paths: in head/www/mod_wsgi4: . files X-SVN-Commit-Revision: 466160 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Apr 2018 14:24:10 -0000 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 ============================================================================