Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Mar 2016 05:34:35 +0000 (UTC)
From:      Kevin Lo <kevlo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r411212 - head/www/owncloud
Message-ID:  <201603160534.u2G5YZMU033487@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kevlo
Date: Wed Mar 16 05:34:35 2016
New Revision: 411212
URL: https://svnweb.freebsd.org/changeset/ports/411212

Log:
  Owncloud doesn't require php-mysql.
  
  Submitted by:	Jim Ohlstein <jim at ohlste dot in>

Modified:
  head/www/owncloud/Makefile

Modified: head/www/owncloud/Makefile
==============================================================================
--- head/www/owncloud/Makefile	Wed Mar 16 04:56:01 2016	(r411211)
+++ head/www/owncloud/Makefile	Wed Mar 16 05:34:35 2016	(r411212)
@@ -2,6 +2,7 @@
 
 PORTNAME=	owncloud
 PORTVERSION=	9.0.0
+PORTREVISION=	1
 CATEGORIES=	www
 MASTER_SITES=	http://download.owncloud.org/community/
 
@@ -40,8 +41,7 @@ EXIF_USE=	PHP=exif
 LDAP_USE=	PHP=ldap
 MP3INFO_BUILD_DEPENDS=	mp3info:${PORTSDIR}/audio/mp3info
 MP3INFO_RUN_DEPENDS=	${MP3INFO_BUILD_DEPENDS}
-MYSQL_USE=	MYSQL=client PHP=mysql,pdo_mysql
-MYSQL_VARS=	IGNORE_WITH_PHP+=70
+MYSQL_USE=	MYSQL=client PHP=pdo_mysql
 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?201603160534.u2G5YZMU033487>