From owner-svn-ports-all@FreeBSD.ORG Tue May 20 21:09:29 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5117C69F; Tue, 20 May 2014 21:09:29 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 3DAEF2346; Tue, 20 May 2014 21:09:29 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4KL9TiI090704; Tue, 20 May 2014 21:09:29 GMT (envelope-from girgen@svn.freebsd.org) Received: (from girgen@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4KL9TH4090703; Tue, 20 May 2014 21:09:29 GMT (envelope-from girgen@svn.freebsd.org) Message-Id: <201405202109.s4KL9TH4090703@svn.freebsd.org> From: Palle Girgensohn Date: Tue, 20 May 2014 21:09:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r354689 - head/security/shibboleth2-sp X-SVN-Group: ports-head 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.18 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: Tue, 20 May 2014 21:09:29 -0000 Author: girgen Date: Tue May 20 21:09:28 2014 New Revision: 354689 URL: http://svnweb.freebsd.org/changeset/ports/354689 QAT: https://qat.redports.org/buildarchive/r354689/ Log: revert r354688 and fix the error instead, it should be @owner, not @user... Modified: head/security/shibboleth2-sp/pkg-plist Modified: head/security/shibboleth2-sp/pkg-plist ============================================================================== --- head/security/shibboleth2-sp/pkg-plist Tue May 20 20:59:35 2014 (r354688) +++ head/security/shibboleth2-sp/pkg-plist Tue May 20 21:09:28 2014 (r354689) @@ -186,6 +186,10 @@ share/doc/shibboleth/main.css @exec install -d -o %%SHIBD_USER%% -g %%SHIBD_GROUP%% -m 755 /var/log/shibboleth @exec install -d -o %%SHIBD_USER%% -g %%SHIBD_GROUP%% -m 755 /var/cache/shibboleth @exec install -d -o %%SHIBD_USER%% -g %%WWWGRP%% -m 750 /var/run/shibboleth +@owner %%SHIBD_USER%% +@group %%SHIBD_GROUP%% @dirrmtry /var/log/shibboleth @dirrmtry /var/cache/shibboleth +@mode 750 +@group %%WWWGRP%% @dirrmtry /var/run/shibboleth