Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Feb 2016 12:33:28 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r409173 - head/devel/cdash
Message-ID:  <201602191233.u1JCXS5P083048@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Fri Feb 19 12:33:27 2016
New Revision: 409173
URL: https://svnweb.freebsd.org/changeset/ports/409173

Log:
    - Use pdo_mysql only to allow to work with php7

Modified:
  head/devel/cdash/Makefile

Modified: head/devel/cdash/Makefile
==============================================================================
--- head/devel/cdash/Makefile	Fri Feb 19 12:30:15 2016	(r409172)
+++ head/devel/cdash/Makefile	Fri Feb 19 12:33:27 2016	(r409173)
@@ -3,6 +3,7 @@
 
 PORTNAME=	cdash
 PORTVERSION=	2.2.3
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	http://www.cdash.org/wp-content/uploads/2014/11/
 DISTNAME=	CDash-2-2-3
@@ -34,7 +35,7 @@ OPTIONS_DEFAULT=MYSQL
 
 .if ${PORT_OPTIONS:MMYSQL}
 USE_MYSQL=	yes
-USE_PHP+=	mysql pdo_mysql
+USE_PHP+=	pdo_mysql
 DB_TYPE=	mysql
 .endif
 



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