From owner-svn-ports-all@FreeBSD.ORG Sun May 3 15:20:18 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A9976FA7; Sun, 3 May 2015 15:20:18 +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 989DC1796; Sun, 3 May 2015 15:20:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t43FKIOT038241; Sun, 3 May 2015 15:20:18 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t43FKI8w038240; Sun, 3 May 2015 15:20:18 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201505031520.t43FKI8w038240@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sun, 3 May 2015 15:20:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r385282 - head/news/fidogate 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.20 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: Sun, 03 May 2015 15:20:18 -0000 Author: bapt Date: Sun May 3 15:20:17 2015 New Revision: 385282 URL: https://svnweb.freebsd.org/changeset/ports/385282 Log: Allow packaging as a user by overwriting OWNER/GROUP This does not change the final package at all given root/wheel are the default when nothing is specified in the plist Modified: head/news/fidogate/Makefile Modified: head/news/fidogate/Makefile ============================================================================== --- head/news/fidogate/Makefile Sun May 3 15:12:16 2015 (r385281) +++ head/news/fidogate/Makefile Sun May 3 15:20:17 2015 (r385282) @@ -10,7 +10,6 @@ MAINTAINER= dinoex@FreeBSD.org COMMENT= Fido-Internet Gateway and Tosser MAKE_JOBS_UNSAFE= yes -NEED_ROOT= yes USES= gmake perl5 @@ -24,6 +23,8 @@ DOCLIST= fidogate.texi fidogate.txt gate gatebau/msgid.tex gatebau/msgid.txt OPTIONS_DEFINE= DOCS EXAMPLES +GID!= id -g +MAKE_ARGS= OWNER=${UID} GROUP=${GID} .include