Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Feb 2020 08:31:42 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r525793 - branches/2020Q1/www/kanboard
Message-ID:  <202002110831.01B8VgUl016336@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Tue Feb 11 08:31:42 2020
New Revision: 525793
URL: https://svnweb.freebsd.org/changeset/ports/525793

Log:
  MFH: r525792
  
  www/kanboard: Unbreak MYSQL option after r514556
  
  Unknown extension pdo_mysqli for PHP 72.
  
  Pointy hat:	swills
  PR:		241567
  Submitted by:	Vikash Badal <vikashb@where-ever.za.net>
  Approved by:	bsd@if0.eu (maintainer timeout, 3 months)
  
  Approved by:	ports-secteam blanket

Modified:
  branches/2020Q1/www/kanboard/Makefile
Directory Properties:
  branches/2020Q1/   (props changed)

Modified: branches/2020Q1/www/kanboard/Makefile
==============================================================================
--- branches/2020Q1/www/kanboard/Makefile	Tue Feb 11 08:30:45 2020	(r525792)
+++ branches/2020Q1/www/kanboard/Makefile	Tue Feb 11 08:31:42 2020	(r525793)
@@ -3,6 +3,7 @@
 PORTNAME=	kanboard
 DISTVERSIONPREFIX=	v
 DISTVERSION=	1.2.11
+PORTREVISION=	1
 CATEGORIES=	www
 
 MAINTAINER=	bsd@if0.eu
@@ -32,7 +33,7 @@ OPTIONS_DEFINE=		OPCACHE
 OPCACHE_DESC=	OPcache support (recommended)
 
 MYSQL_USES=	mysql
-MYSQL_USE=	PHP=pdo_mysqli,mysqli
+MYSQL_USE=	PHP=pdo_mysql,mysqli
 PGSQL_USES=	pgsql
 PGSQL_USE=	PHP=pdo_pgsql,pgsql
 SQLITE_USE=	PHP=pdo_sqlite,sqlite3



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