Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Feb 2019 21:06:14 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r493322 - head/www/owncloud
Message-ID:  <201902182106.x1IL6EcV044617@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon Feb 18 21:06:13 2019
New Revision: 493322
URL: https://svnweb.freebsd.org/changeset/ports/493322

Log:
  Remove unnecessary direct dependency on client library
  
  - Bump PORTREVISION for dependency change
  
  Notified by:	Iasen Kostov <iasen.kostov@gmail.com>

Modified:
  head/www/owncloud/Makefile

Modified: head/www/owncloud/Makefile
==============================================================================
--- head/www/owncloud/Makefile	Mon Feb 18 21:06:08 2019	(r493321)
+++ head/www/owncloud/Makefile	Mon Feb 18 21:06:13 2019	(r493322)
@@ -3,6 +3,7 @@
 
 PORTNAME=	owncloud
 PORTVERSION=	10.1.0
+PORTREVISION=	1
 CATEGORIES=	www
 MASTER_SITES=	https://download.owncloud.org/community/
 PKGNAMESUFFIX=	${PHP_PKGNAMESUFFIX}
@@ -38,11 +39,9 @@ EXIF_DESC=	Image rotation support
 EXIF_USE=	PHP=exif
 LDAP_USE=	PHP=ldap
 MYSQL_USE=	PHP=pdo_mysql
-MYSQL_USES=	mysql
-PGSQL_USES=	pgsql
-PGSQL_USE=	PHP=pdo_pgsql,pgsql
+PGSQL_USE=	PHP=pdo_pgsql
 SMB_RUN_DEPENDS=${PECL_PKGNAMEPREFIX}smbclient>=0.8.0:net/pecl-smbclient@${PHP_FLAVOR}
-SQLITE_USE=	PHP=pdo_sqlite,sqlite3
+SQLITE_USE=	PHP=pdo_sqlite
 SSL_USE=	PHP=openssl
 
 do-install:



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