Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Dec 2020 12:27:56 +0000 (UTC)
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r559571 - head/devel/viewvc-devel
Message-ID:  <202012291227.0BTCRusB078105@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rene
Date: Tue Dec 29 12:27:56 2020
New Revision: 559571
URL: https://svnweb.freebsd.org/changeset/ports/559571

Log:
  devel/viewvc-devel: drop optional dependency on expired databases/py-MySQLdb

Modified:
  head/devel/viewvc-devel/Makefile

Modified: head/devel/viewvc-devel/Makefile
==============================================================================
--- head/devel/viewvc-devel/Makefile	Tue Dec 29 12:26:41 2020	(r559570)
+++ head/devel/viewvc-devel/Makefile	Tue Dec 29 12:27:56 2020	(r559571)
@@ -20,7 +20,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
@@ -31,12 +31,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>=0:devel/py-subversion@${PY_FLAVOR}
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012291227.0BTCRusB078105>