Index | Thread | Search

From:
Rafael Sadowski <rafael@sizeofvoid.org>
Subject:
fix default config in nextcloud
To:
ports@openbsd.org
Cc:
"Gonzalo L. R." <gonzalo@openbsd.org>
Date:
Thu, 18 Dec 2025 19:32:36 +0100

Download raw body.

Thread
  • Rafael Sadowski:

    fix default config in nextcloud

Otherwise, an error will be displayed during a new standard
installation.

OK?

Index: 31/Makefile
===================================================================
RCS file: /cvs/ports/www/nextcloud/31/Makefile,v
diff -u -p -r1.10 Makefile
--- 31/Makefile	16 Dec 2025 14:39:17 -0000	1.10
+++ 31/Makefile	18 Dec 2025 18:29:17 -0000
@@ -1,3 +1,4 @@
 NC_VERSION=	31.0.12
+REVISION=	0
 
 .include <bsd.port.mk>
Index: 32/Makefile
===================================================================
RCS file: /cvs/ports/www/nextcloud/32/Makefile,v
diff -u -p -r1.5 Makefile
--- 32/Makefile	16 Dec 2025 14:40:27 -0000	1.5
+++ 32/Makefile	18 Dec 2025 18:29:17 -0000
@@ -1,3 +1,4 @@
 NC_VERSION=	32.0.3
+REVISION=	0
 
 .include <bsd.port.mk>
Index: files/config.php.dist.in
===================================================================
RCS file: /cvs/ports/www/nextcloud/files/config.php.dist.in,v
diff -u -p -r1.1 config.php.dist.in
--- files/config.php.dist.in	9 Dec 2018 11:07:35 -0000	1.1
+++ files/config.php.dist.in	18 Dec 2025 18:29:17 -0000
@@ -1,3 +1,4 @@
+<?php
 $CONFIG = array (
   'integrity.check.disabled' => true,
 );