diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2017-05-04 00:47:31 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2017-05-04 00:47:31 +0000 |
commit | 8a94a13494f1131f8a09bf1b9e59b427140ec06e (patch) | |
tree | f3b4f7f99ab664a942432b76497e50fcf49d8420 /www/owncloud | |
parent | 2570ce3cbf9fdfd525f87d9f9c7c448cde46fe44 (diff) | |
download | ports-8a94a13494f1131f8a09bf1b9e59b427140ec06e.tar.gz ports-8a94a13494f1131f8a09bf1b9e59b427140ec06e.zip |
Notes
Diffstat (limited to 'www/owncloud')
-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'; - - /** |