From owner-svn-ports-head@freebsd.org Tue Dec 8 17:17:15 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 03EB49D3567; Tue, 8 Dec 2015 17:17:15 +0000 (UTC) (envelope-from miwi@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 mx1.freebsd.org (Postfix) with ESMTPS id AEE731131; Tue, 8 Dec 2015 17:17:14 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tB8HHDFN079456; Tue, 8 Dec 2015 17:17:13 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tB8HHDRm079453; Tue, 8 Dec 2015 17:17:13 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201512081717.tB8HHDRm079453@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Tue, 8 Dec 2015 17:17:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r403309 - head/www/mod_wsgi4 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Dec 2015 17:17:15 -0000 Author: miwi Date: Tue Dec 8 17:17:13 2015 New Revision: 403309 URL: https://svnweb.freebsd.org/changeset/ports/403309 Log: - Update to 4.4.21 - Update WWW PR: 204574 Submitted by: maintainer Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D4396 Modified: head/www/mod_wsgi4/Makefile head/www/mod_wsgi4/distinfo head/www/mod_wsgi4/pkg-descr Modified: head/www/mod_wsgi4/Makefile ============================================================================== --- head/www/mod_wsgi4/Makefile Tue Dec 8 17:16:21 2015 (r403308) +++ head/www/mod_wsgi4/Makefile Tue Dec 8 17:17:13 2015 (r403309) @@ -1,8 +1,9 @@ # $FreeBSD$ PORTNAME= mod_wsgi -PORTVERSION= 4.4.13 +PORTVERSION= 4.4.21 CATEGORIES= www python +MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX} PKGNAMESUFFIX= 4 @@ -13,12 +14,8 @@ LICENSE= APACHE20 CONFLICTS_INSTALL=${PKGNAMEPREFIX}mod_wsgi3.* mod_wsgi3.* -PROJECTHOST= modwsgi - USE_APACHE= 22+ USES= python -USE_GITHUB= yes -GH_ACCOUNT= GrahamDumpleton GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-apxs="${APXS}" --with-python="${PYTHON_CMD}" @@ -27,7 +24,6 @@ SUB_FILES= pkg-message ${APMOD_FILE} APMOD_FILE= 270_${PORTNAME}.conf.sample PLIST_SUB+= APMOD_FILE=${APMOD_FILE} - pre-everything:: @${ECHO_MSG} "======================= ATTENTION! ======================" @${ECHO_MSG} @@ -40,4 +36,5 @@ post-install: @${MKDIR} ${STAGEDIR}${PREFIX}/${APACHEETCDIR}/modules.d ${INSTALL_DATA} ${WRKDIR}/${APMOD_FILE} ${STAGEDIR}${PREFIX}/${APACHEETCDIR}/modules.d ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${APACHEMODDIR}/${PORTNAME}.so + .include Modified: head/www/mod_wsgi4/distinfo ============================================================================== --- head/www/mod_wsgi4/distinfo Tue Dec 8 17:16:21 2015 (r403308) +++ head/www/mod_wsgi4/distinfo Tue Dec 8 17:17:13 2015 (r403309) @@ -1,2 +1,2 @@ -SHA256 (GrahamDumpleton-mod_wsgi-4.4.13_GH0.tar.gz) = e7a84e4af0da953070ab993268118791c7d3c7383d99e8b1c2e0ff88eb29c286 -SIZE (GrahamDumpleton-mod_wsgi-4.4.13_GH0.tar.gz) = 631708 +SHA256 (mod_wsgi-4.4.21.tar.gz) = 581b3a82bc5300cd8a0523d14995df9b091ef344b1db72877394b30fcd179422 +SIZE (mod_wsgi-4.4.21.tar.gz) = 929310 Modified: head/www/mod_wsgi4/pkg-descr ============================================================================== --- head/www/mod_wsgi4/pkg-descr Tue Dec 8 17:16:21 2015 (r403308) +++ head/www/mod_wsgi4/pkg-descr Tue Dec 8 17:17:13 2015 (r403309) @@ -4,4 +4,4 @@ adapter is written completely in C code for hosting WSGI applications within Apache has a lower overhead than using existing WSGI adapters for mod_python or CGI. -WWW: https://github.com/GrahamDumpleton/mod_wsgi/ +WWW: http://www.modwsgi.org/