Hallo, New upgrade for Nextcloud to 12.0.0:
https://nextcloud.com/changelog/ Ok? Comments? Cheers.- -- Sending from my toaster.
Index: Makefile =================================================================== RCS file: /cvs/ports/www/nextcloud/Makefile,v retrieving revision 1.2 diff -u -p -r1.2 Makefile --- Makefile 27 Apr 2017 03:00:54 -0000 1.2 +++ Makefile 25 May 2017 19:59:56 -0000 @@ -2,7 +2,7 @@ COMMENT= easy and universal access to shared and/or personal files -V= 11.0.3 +V= 12.0.0 DISTNAME= nextcloud-${V} EXTRACT_SUFX= .tar.bz2 Index: distinfo =================================================================== RCS file: /cvs/ports/www/nextcloud/distinfo,v retrieving revision 1.2 diff -u -p -r1.2 distinfo --- distinfo 27 Apr 2017 03:00:54 -0000 1.2 +++ distinfo 25 May 2017 19:59:56 -0000 @@ -1,2 +1,2 @@ -SHA256 (nextcloud-11.0.3.tar.bz2) = KNXuOfMca+IPA3rS6zACcq2btyp9Qo6wFSx6P96H1UU= -SIZE (nextcloud-11.0.3.tar.bz2) = 39873178 +SHA256 (nextcloud-12.0.0.tar.bz2) = G52c8F5lfNVkpVK0GPv0LWacpR4P0fHxGP5Ey/k6JD8= +SIZE (nextcloud-12.0.0.tar.bz2) = 41743343 Index: patches/patch-apps_updatenotification_appinfo_info_xml =================================================================== RCS file: /cvs/ports/www/nextcloud/patches/patch-apps_updatenotification_appinfo_info_xml,v retrieving revision 1.1.1.1 diff -u -p -r1.1.1.1 patch-apps_updatenotification_appinfo_info_xml --- patches/patch-apps_updatenotification_appinfo_info_xml 14 Mar 2017 16:19:01 -0000 1.1.1.1 +++ patches/patch-apps_updatenotification_appinfo_info_xml 25 May 2017 19:59:56 -0000 @@ -1,11 +1,12 @@ $OpenBSD: patch-apps_updatenotification_appinfo_info_xml,v 1.1.1.1 2017/03/14 16:19:01 gonzalo Exp $ ---- apps/updatenotification/appinfo/info.xml.orig Fri Feb 17 14:37:55 2017 -+++ apps/updatenotification/appinfo/info.xml Fri Feb 17 14:38:08 2017 +Index: apps/updatenotification/appinfo/info.xml +--- apps/updatenotification/appinfo/info.xml.orig ++++ apps/updatenotification/appinfo/info.xml @@ -7,7 +7,6 @@ <author>Lukas Reschke</author> - <version>1.1.1</version> + <version>1.2.0</version> <namespace>UpdateNotification</namespace> - <default_enable/> <dependencies> - <nextcloud min-version="11" max-version="11" /> + <nextcloud min-version="12" max-version="12" /> </dependencies> Index: patches/patch-version_php =================================================================== RCS file: /cvs/ports/www/nextcloud/patches/patch-version_php,v retrieving revision 1.2 diff -u -p -r1.2 patch-version_php --- patches/patch-version_php 27 Apr 2017 03:00:54 -0000 1.2 +++ patches/patch-version_php 25 May 2017 19:59:56 -0000 @@ -1,9 +1,10 @@ $OpenBSD: patch-version_php,v 1.2 2017/04/27 03:00:54 gonzalo Exp $ ---- version.php.orig Sat Apr 22 03:29:19 2017 -+++ version.php Mon Apr 24 14:25:13 2017 +Index: version.php +--- version.php.orig ++++ version.php @@ -2,7 +2,7 @@ - $OC_Version = array(11,0,3,2); - $OC_VersionString = '11.0.3'; + $OC_Version = array(12,0,0,29); + $OC_VersionString = '12.0.0'; $OC_Edition = ''; -$OC_Channel = 'stable'; +$OC_Channel = 'OpenBSD ports';