svn commit: r466213 - head/devel/viewvc

Olli Hauer ohauer at FreeBSD.org
Mon Apr 2 09:08:44 UTC 2018


Author: ohauer
Date: Mon Apr  2 09:08:43 2018
New Revision: 466213
URL: https://svnweb.freebsd.org/changeset/ports/466213

Log:
  - fix run dependency
    (PKGNAMESUFFIX was removed from mod_wsgi in r466160)

Modified:
  head/devel/viewvc/Makefile

Modified: head/devel/viewvc/Makefile
==============================================================================
--- head/devel/viewvc/Makefile	Mon Apr  2 09:03:28 2018	(r466212)
+++ head/devel/viewvc/Makefile	Mon Apr  2 09:08:43 2018	(r466213)
@@ -32,7 +32,7 @@ APACHE_USE=		APACHE_RUN=22+
 LIGHTTPD_RUN_DEPENDS=	lighttpd:www/lighttpd
 MODPYTHON33_RUN_DEPENDS=${APACHE_PKGNAMEPREFIX}mod_python33>=3.3:www/mod_python33
 MODPYTHON35_RUN_DEPENDS=${APACHE_PKGNAMEPREFIX}mod_python35>=3.5:www/mod_python35
-MODWSGI_RUN_DEPENDS=	${APACHE_PKGNAMEPREFIX}${PYTHON_PKGNAMEPREFIX}mod_wsgi4>=4.4.13:www/mod_wsgi4@${PY_FLAVOR}
+MODWSGI_RUN_DEPENDS=	${APACHE_PKGNAMEPREFIX}${PYTHON_PKGNAMEPREFIX}mod_wsgi>=4.4.13:www/mod_wsgi4@${PY_FLAVOR}
 SVN_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}subversion>=0:devel/py-subversion@${PY_FLAVOR}
 MYSQL_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}MySQLdb>=0:databases/py-MySQLdb@${PY_FLAVOR}
 


More information about the svn-ports-head mailing list