svn commit: r377350 - head/mail/rainloop

Baptiste Daroussin bapt at FreeBSD.org
Sun Jan 18 22:01:53 UTC 2015


Author: bapt
Date: Sun Jan 18 22:01:52 2015
New Revision: 377350
URL: https://svnweb.freebsd.org/changeset/ports/377350
QAT: https://qat.redports.org/buildarchive/r377350/

Log:
  Ensure the data directory is owned by the WWWUSER and WWWGRP

Modified:
  head/mail/rainloop/Makefile
  head/mail/rainloop/pkg-plist

Modified: head/mail/rainloop/Makefile
==============================================================================
--- head/mail/rainloop/Makefile	Sun Jan 18 21:33:21 2015	(r377349)
+++ head/mail/rainloop/Makefile	Sun Jan 18 22:01:52 2015	(r377350)
@@ -2,6 +2,7 @@
 
 PORTNAME=	rainloop
 PORTVERSION=	1.7.2
+PORTREVISION=	1
 CATEGORIES?=	mail www
 MASTER_SITES=	SF/${PORTNAME}-webmail/
 

Modified: head/mail/rainloop/pkg-plist
==============================================================================
--- head/mail/rainloop/pkg-plist	Sun Jan 18 21:33:21 2015	(r377349)
+++ head/mail/rainloop/pkg-plist	Sun Jan 18 22:01:52 2015	(r377350)
@@ -2,6 +2,7 @@
 @group %%WWWGRP%%
 %%WWWDIR%%/data/EMPTY
 %%WWWDIR%%/data/VERSION
+ at dir %%WWWDIR%%/data
 @owner root
 @group wheel
 %%WWWDIR%%/index.php


More information about the svn-ports-all mailing list