[Bug 288657] mail/roundcube

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 04 Aug 2025 15:20:25 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=288657

            Bug ID: 288657
           Summary: mail/roundcube
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ale@FreeBSD.org
          Reporter: oleg@pcbtech.ru
          Assignee: ale@FreeBSD.org
             Flags: maintainer-feedback?(ale@FreeBSD.org)

Hello. As it's mentioned within latest INSTALL /quotation/It is also
recommended to change the document root to <install path>/public_html
after installation if Roundcube runs at root of a dedicated virtual host. This
will automatically keep sensitive files out of reach for http requests./end of
quote/ I propose the following tiny patch for Makefile:


--- /usr/ports/mail/roundcube/Makefile-orig     2025-08-01 12:57:59.349903000
+0300
+++ /usr/ports/mail/roundcube/Makefile  2025-08-04 18:16:06.857970000 +0300
@@ -20,7 +20,7 @@
 WRKSRC=                ${WRKDIR}/${PORTNAME}mail-${DISTVERSION}

 RCUBECOMP=     SQL config .htaccess index.php installer logs \
-               plugins program skins temp vendor
+               plugins program skins temp vendor public_html
 PORTDOCS=      CHANGELOG.md INSTALL README.md UPGRADING

 CPE_PRODUCT=   webmail

-- 
You are receiving this mail because:
You are the assignee for the bug.