svn commit: r409173 - head/devel/cdash

Martin Wilke miwi at FreeBSD.org
Fri Feb 19 12:33:29 UTC 2016


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
 


More information about the svn-ports-all mailing list