I've learned to bump the REVISION in such diffs. So here is my second
try, this time including the bump. As I am new to this, any feedback is
appreciated.
Cheers,
Bruno
Index: www/nextcloud//Makefile
===================================================================
RCS file: /cvs/ports/www/nextcloud/Makefile,v
retrieving revision 1.15
diff -u -p -r1.15 Makefile
--- www/nextcloud//Makefile 25 May 2018 14:03:36 -0000 1.15
+++ www/nextcloud//Makefile 1 Jun 2018 14:47:11 -0000
@@ -3,7 +3,7 @@
COMMENT= easy and universal access to shared and/or personal files
V= 13.0.2
-REVISION= 1
+REVISION= 2
DISTNAME= nextcloud-${V}
EXTRACT_SUFX= .tar.bz2
Index: www/nextcloud//pkg/README
===================================================================
RCS file: /cvs/ports/www/nextcloud/pkg/README,v
retrieving revision 1.3
diff -u -p -r1.3 README
--- www/nextcloud//pkg/README 9 Feb 2018 10:04:53 -0000 1.3
+++ www/nextcloud//pkg/README 1 Jun 2018 14:47:11 -0000
@@ -26,6 +26,12 @@ run the following as root:
# cp /usr/share/locale/UTF-8/LC_CTYPE \
${PREFIX}/usr/share/locale/UTF-8/
+TLS connections to other systems fail because the list of trusted CAs is
+missing inside the ${PREFIX} chroot. To solve this problem, run the
+following as root:
+ # mkdir -p ${PREFIX}/etc/ssl/
+ # cp /etc/ssl/cert.pem ${PREFIX}/etc/ssl/
+
OpenBSD HTTP daemon
-------------------
httpd(8) example configuration for nextcloud is stored under:
No comments:
Post a Comment