From owner-svn-ports-all@FreeBSD.ORG Mon Oct 8 11:59:41 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 31D5F106566C; Mon, 8 Oct 2012 11:59:41 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 1CA358FC12; Mon, 8 Oct 2012 11:59:41 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q98BxeuS095149; Mon, 8 Oct 2012 11:59:40 GMT (envelope-from rene@svn.freebsd.org) Received: (from rene@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q98BxeIB095147; Mon, 8 Oct 2012 11:59:40 GMT (envelope-from rene@svn.freebsd.org) Message-Id: <201210081159.q98BxeIB095147@svn.freebsd.org> From: Rene Ladan Date: Mon, 8 Oct 2012 11:59:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r305530 - head/astro/boinc-setiathome-enhanced/files X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 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, 08 Oct 2012 11:59:41 -0000 Author: rene Date: Mon Oct 8 11:59:40 2012 New Revision: 305530 URL: http://svn.freebsd.org/changeset/ports/305530 Log: Use the correct user:group for app_info.xml This was root:wheel before, make it boinc:nobody for consistency with the rest of the port and with astro/boinc-astropulse. Submitted by: Andrey Simonenko via #bsdports Modified: head/astro/boinc-setiathome-enhanced/files/pkg-install.in (contents, props changed) Modified: head/astro/boinc-setiathome-enhanced/files/pkg-install.in ============================================================================== --- head/astro/boinc-setiathome-enhanced/files/pkg-install.in Mon Oct 8 11:22:10 2012 (r305529) +++ head/astro/boinc-setiathome-enhanced/files/pkg-install.in Mon Oct 8 11:59:40 2012 (r305530) @@ -12,6 +12,7 @@ if [ ! -f $F ]; then echo Creating new $F echo "" > $F echo "" >> $F + chown %%BOINC_CLIENT_USER%%:%%BOINC_CLIENT_GROUP%% $F fi echo Adding setiathome_enhanced lines to $F