svn commit: r559574 - head/devel/viewvc
Rene Ladan
rene at FreeBSD.org
Tue Dec 29 12:35:48 UTC 2020
Author: rene
Date: Tue Dec 29 12:35:47 2020
New Revision: 559574
URL: https://svnweb.freebsd.org/changeset/ports/559574
Log:
devel/viewvc: remove optional dependency on expired databases/py-MySQLdb
Modified:
head/devel/viewvc/Makefile
Modified: head/devel/viewvc/Makefile
==============================================================================
--- head/devel/viewvc/Makefile Tue Dec 29 12:33:50 2020 (r559573)
+++ head/devel/viewvc/Makefile Tue Dec 29 12:35:47 2020 (r559574)
@@ -19,7 +19,7 @@ USE_RC_SUBR= viewvc
NO_BUILD= yes
NO_OPTIONS_SORT= yes
-OPTIONS_DEFINE= WEBSRV APMOD SVN MYSQL
+OPTIONS_DEFINE= WEBSRV APMOD SVN
OPTIONS_DEFAULT= WEBSRV APACHE SVN
OPTIONS_SINGLE= WEBSRV APMOD
@@ -30,12 +30,10 @@ WEBSRV_DESC= Enable web server support
APMOD_DESC= depend on Apache module
MODWSGI_DESC= Add mod_wsgi to the list of package dependencies
-MYSQL_DESC= Bonsai-like repository query facilities
APACHE_USE= APACHE_RUN=24+
LIGHTTPD_RUN_DEPENDS= lighttpd:www/lighttpd
MODWSGI_RUN_DEPENDS= ${APACHE_PKGNAMEPREFIX}${PYTHON_PKGNAMEPREFIX}mod_wsgi>=4.4.13:www/mod_wsgi4@${PY_FLAVOR}
-MYSQL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}MySQLdb>=0:databases/py-MySQLdb@${PY_FLAVOR}
SVN_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}subversion-lts>=0:devel/py-subversion@${PY_FLAVOR}
More information about the svn-ports-all
mailing list