diff options
-rw-r--r-- | www/owncloud/Makefile | 1 | ||||
-rw-r--r-- | www/owncloud/files/patch-apps_user__external_lib_smb.php | 11 |
2 files changed, 1 insertions, 11 deletions
diff --git a/www/owncloud/Makefile b/www/owncloud/Makefile index e62fd0b04416..5bdf48df1b1b 100644 --- a/www/owncloud/Makefile +++ b/www/owncloud/Makefile @@ -2,6 +2,7 @@ PORTNAME= owncloud PORTVERSION= 10.0.0 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://download.owncloud.org/community/ diff --git a/www/owncloud/files/patch-apps_user__external_lib_smb.php b/www/owncloud/files/patch-apps_user__external_lib_smb.php deleted file mode 100644 index 9ee5c7bdbf1e..000000000000 --- a/www/owncloud/files/patch-apps_user__external_lib_smb.php +++ /dev/null @@ -1,11 +0,0 @@ ---- apps/user_external/lib/smb.php.orig 2017-05-03 00:52:45 UTC -+++ apps/user_external/lib/smb.php -@@ -18,7 +18,7 @@ - class OC_User_SMB extends \OCA\user_external\Base{ - private $host; - -- const SMBCLIENT = 'smbclient -L'; -+ const SMBCLIENT = '%%PREFIX%%/bin/smbclient -L'; - const LOGINERROR = 'NT_STATUS_LOGON_FAILURE'; - - /** |