From owner-svn-ports-all@freebsd.org Mon Sep 25 16:21:24 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 77C45E1EB15; Mon, 25 Sep 2017 16:21:24 +0000 (UTC) (envelope-from girgen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4488984B58; Mon, 25 Sep 2017 16:21:24 +0000 (UTC) (envelope-from girgen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8PGLNSo038290; Mon, 25 Sep 2017 16:21:23 GMT (envelope-from girgen@FreeBSD.org) Received: (from girgen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8PGLN0w038287; Mon, 25 Sep 2017 16:21:23 GMT (envelope-from girgen@FreeBSD.org) Message-Id: <201709251621.v8PGLN0w038287@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: girgen set sender to girgen@FreeBSD.org using -f From: Palle Girgensohn Date: Mon, 25 Sep 2017 16:21:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450621 - in head/mail: rainloop rainloop-community X-SVN-Group: ports-head X-SVN-Commit-Author: girgen X-SVN-Commit-Paths: in head/mail: rainloop rainloop-community X-SVN-Commit-Revision: 450621 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Sep 2017 16:21:24 -0000 Author: girgen Date: Mon Sep 25 16:21:23 2017 New Revision: 450621 URL: https://svnweb.freebsd.org/changeset/ports/450621 Log: Make sure we don't install program files as the web user It is sufficient that the data directory is writable. PR: 222572 Approved by: maintainer Modified: head/mail/rainloop-community/pkg-plist head/mail/rainloop/Makefile head/mail/rainloop/pkg-plist Modified: head/mail/rainloop-community/pkg-plist ============================================================================== --- head/mail/rainloop-community/pkg-plist Mon Sep 25 16:20:43 2017 (r450620) +++ head/mail/rainloop-community/pkg-plist Mon Sep 25 16:21:23 2017 (r450621) @@ -1,8 +1,3 @@ -@owner %%WWWOWN%% -@group %%WWWGRP%% -%%WWWDIR%%/data/EMPTY -%%WWWDIR%%/data/VERSION -%%WWWDIR%%/index.php %%WWWDIR%%/rainloop/v/%%VER%%/app/domains/default.ini.dist %%WWWDIR%%/rainloop/v/%%VER%%/app/domains/disabled %%WWWDIR%%/rainloop/v/%%VER%%/app/domains/gmail.com.ini @@ -1545,3 +1540,9 @@ %%WWWDIR%%/rainloop/v/%%VER%%/themes/Xv/images/background.png %%WWWDIR%%/rainloop/v/%%VER%%/themes/Xv/images/preview.png %%WWWDIR%%/rainloop/v/%%VER%%/themes/Xv/styles.less +%%WWWDIR%%/data/EMPTY +%%WWWDIR%%/data/VERSION +%%WWWDIR%%/index.php +@owner %%WWWOWN%% +@group %%WWWGRP%% +@dir %%WWWDIR%%/data Modified: head/mail/rainloop/Makefile ============================================================================== --- head/mail/rainloop/Makefile Mon Sep 25 16:20:43 2017 (r450620) +++ head/mail/rainloop/Makefile Mon Sep 25 16:21:23 2017 (r450621) @@ -2,6 +2,7 @@ PORTNAME= rainloop PORTVERSION= 1.11.2 +PORTREVISION= 1 CATEGORIES= mail www MASTER_SITES= https://github.com/RainLoop/rainloop-webmail/releases/download/v${PORTVERSION}/ Modified: head/mail/rainloop/pkg-plist ============================================================================== --- head/mail/rainloop/pkg-plist Mon Sep 25 16:20:43 2017 (r450620) +++ head/mail/rainloop/pkg-plist Mon Sep 25 16:21:23 2017 (r450621) @@ -1,8 +1,3 @@ -@owner %%WWWOWN%% -@group %%WWWGRP%% -%%WWWDIR%%/data/EMPTY -%%WWWDIR%%/data/VERSION -%%WWWDIR%%/index.php %%WWWDIR%%/rainloop/v/%%VER%%/app/domains/default.ini.dist %%WWWDIR%%/rainloop/v/%%VER%%/app/domains/disabled %%WWWDIR%%/rainloop/v/%%VER%%/app/domains/gmail.com.ini @@ -1546,3 +1541,9 @@ %%WWWDIR%%/rainloop/v/%%VER%%/themes/Xv/images/background.png %%WWWDIR%%/rainloop/v/%%VER%%/themes/Xv/images/preview.png %%WWWDIR%%/rainloop/v/%%VER%%/themes/Xv/styles.less +%%WWWDIR%%/data/EMPTY +%%WWWDIR%%/data/VERSION +%%WWWDIR%%/index.php +@owner %%WWWOWN%% +@group %%WWWGRP%% +@dir %%WWWDIR%%/data