Date: Sun, 12 Jul 2015 10:11:34 +0000 (UTC) From: Olli Hauer <ohauer@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391774 - in head: devel/viewvc security/py-crits Message-ID: <201507121011.t6CABY5p099238@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ohauer Date: Sun Jul 12 10:11:33 2015 New Revision: 391774 URL: https://svnweb.freebsd.org/changeset/ports/391774 Log: - refelct mod_wsgi3 => mod_wsgi3 update - bump PORTREVISION PR: 201023 Submitted by: ohauer Modified: head/devel/viewvc/Makefile head/security/py-crits/Makefile Modified: head/devel/viewvc/Makefile ============================================================================== --- head/devel/viewvc/Makefile Sun Jul 12 10:09:36 2015 (r391773) +++ head/devel/viewvc/Makefile Sun Jul 12 10:11:33 2015 (r391774) @@ -3,6 +3,7 @@ PORTNAME= viewvc PORTVERSION= 1.1.23 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= http://www.viewvc.org/ \ LOCAL/ohauer @@ -18,12 +19,12 @@ OPTIONS_DEFAULT= WEBSRV APACHE SVN OPTIONS_SINGLE= WEBSRV APMOD OPTIONS_SINGLE_WEBSRV= APACHE LIGHTTPD -OPTIONS_SINGLE_APMOD= MODPYTHON33 MODPYTHON35 MODWSGI3 +OPTIONS_SINGLE_APMOD= MODPYTHON33 MODPYTHON35 MODWSGI WEBSRV_DESC= Enable web server support APMOD_DESC= depend on optional Apache module -MODWSGI3_DESC= Enable mod_wsgi3 support +MODWSGI_DESC= Enable mod_wsgi support MODPYTHON33_DESC= Enable mod_python33 support MODPYTHON35_DESC= Enable mod_python35 support MYSQL_DESC= Bonsai-like repository query facilities @@ -32,7 +33,7 @@ APACHE_USE= APACHE_RUN=22+ LIGHTTPD_RUN_DEPENDS= lighttpd:${PORTSDIR}/www/lighttpd MODPYTHON33_RUN_DEPENDS=${APACHE_PKGNAMEPREFIX}mod_python33>=3.3:${PORTSDIR}/www/mod_python33 MODPYTHON35_RUN_DEPENDS=${APACHE_PKGNAMEPREFIX}mod_python35>=3.5:${PORTSDIR}/www/mod_python35 -MODWSGI3_RUN_DEPENDS= ${APACHE_PKGNAMEPREFIX}mod_wsgi3>=3.3:${PORTSDIR}/www/mod_wsgi3 +MODWSGI_RUN_DEPENDS= ${APACHE_PKGNAMEPREFIX}mod_wsgi4>=4.4.13:${PORTSDIR}/www/mod_wsgi4 SVN_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}subversion>=0:${PORTSDIR}/devel/py-subversion MYSQL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}MySQLdb>=0:${PORTSDIR}/databases/py-MySQLdb Modified: head/security/py-crits/Makefile ============================================================================== --- head/security/py-crits/Makefile Sun Jul 12 10:09:36 2015 (r391773) +++ head/security/py-crits/Makefile Sun Jul 12 10:11:33 2015 (r391774) @@ -3,6 +3,7 @@ PORTNAME= crits PORTVERSION= 3.1.0 +PORTREVISION= 1 DISTVERSIONPREFIX= v PORTREVISION= 1 CATEGORIES= security @@ -64,7 +65,7 @@ RUN_DEPENDS+= 7z:${PORTSDIR}/archivers/p ${PYTHON_PKGNAMEPREFIX}mimeparse>=0.1.4:${PORTSDIR}/devel/py-mimeparse \ ${PYTHON_PKGNAMEPREFIX}cybox>=2.1.0.5:${PORTSDIR}/security/py-cybox \ ${PYTHON_PKGNAMEPREFIX}stix>=1.1.1.0:${PORTSDIR}/security/py-stix \ - ${APACHE_PKGNAMEPREFIX}mod_wsgi3>=3.3:${PORTSDIR}/www/mod_wsgi3 \ + ${APACHE_PKGNAMEPREFIX}mod_wsgi4>=4.4.13:${PORTSDIR}/www/mod_wsgi4 NO_BUILD= YES
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201507121011.t6CABY5p099238>