svn commit: r493322 - head/www/owncloud
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Mon Feb 18 21:06:15 UTC 2019
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 at 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:
More information about the svn-ports-all
mailing list