update to 5.0.3, based on ajacoutot@'s diff

ok ajacoutot@ (MAINTAINER)
This commit is contained in:
robert 2013-04-03 17:40:48 +00:00
parent 3eee748ba6
commit 97a7d6503d
5 changed files with 2260 additions and 1184 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.38 2013/03/14 07:48:55 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.39 2013/04/03 17:40:48 robert Exp $
COMMENT= easy and universal access to shared and/or personnal files
V= 4.5.8
V= 5.0.3
DISTNAME= owncloud-${V}
EXTRACT_SUFX= .tar.bz2
@ -25,7 +25,7 @@ MASTER_SITES= http://download.owncloud.org/community/
# Yubikey support
MASTER_SITES0= http://nerd.hu/
PATCHFILES= owncloud-4.5.1-yubikey.patch:0
PATCHFILES= owncloud-5.0.3-yubikey.patch:0
PATCH_DIST_STRIP= -p1
MODULES= lang/php
@ -48,6 +48,7 @@ RUN_DEPENDS= lang/php/${MODPHP_VERSION},-curl \
do-install:
cp -Rp ${WRKSRC} ${INSTDIR}
find ${INSTDIR} -name '*.orig' -print0 | xargs -r0 rm
${SUBST_CMD} -c ${FILESDIR}/owncloud.conf \
${INSTDIR}/owncloud.conf.dist
mv ${INSTDIR}/.htaccess ${INSTDIR}/.htaccess.dist

View File

@ -1,4 +1,4 @@
SHA256 (owncloud-4.5.1-yubikey.patch) = fOEOqO2RMMb6+YehmXWnxKGbLIaToQEc0adECf2+JgA=
SHA256 (owncloud-4.5.8.tar.bz2) = PhKknKOJPvHb28DZfz0fONcXU6Zz8BGe62g+NqIZtaI=
SIZE (owncloud-4.5.1-yubikey.patch) = 21628
SIZE (owncloud-4.5.8.tar.bz2) = 9129672
SHA256 (owncloud-5.0.3-yubikey.patch) = TaNss0hZfLqsqHhf293KShKRrkUy7w2PT1VlKZ0LzOU=
SHA256 (owncloud-5.0.3.tar.bz2) = 7c+tSoKQblOwj2HJEYChusgUEmYdeARdfsZo+2PMn/w=
SIZE (owncloud-5.0.3-yubikey.patch) = 23106
SIZE (owncloud-5.0.3.tar.bz2) = 13880256

View File

@ -0,0 +1,11 @@
$OpenBSD: patch-apps_updater_appinfo_info_xml,v 1.1 2013/04/03 17:40:48 robert Exp $
--- apps/updater/appinfo/info.xml.orig Sun Mar 17 10:13:41 2013
+++ apps/updater/appinfo/info.xml Sun Mar 17 10:13:48 2013
@@ -7,7 +7,6 @@
<licence>AGPL</licence>
<author>Victor Dubiniuk</author>
<shipped>true</shipped>
- <default_enable/>
<require>4.93</require>
<types></types>
</info>

File diff suppressed because it is too large Load Diff

View File

@ -1,4 +1,4 @@
$OpenBSD: README,v 1.13 2013/03/07 17:41:38 stsp Exp $
$OpenBSD: README,v 1.14 2013/04/03 17:40:48 robert Exp $
+-----------------------------------------------------------------------
| Running ${FULLPKGNAME} on OpenBSD
@ -73,7 +73,7 @@ WebDAV access
The personnal WebDAV share can be accessed using the following URL (e.g.
with Nautilus, Thunar or Doplhin) and the corresponding user and
password for the share:
http://<hostname>/files/webdav.php
http://<hostname>/owncloud/remote.php/webdav/
NOTE that it is highly recommended to use SSL on the webserver so that
access is done over https instead of http.