From a38116c4a7936878cdcca5e9cffe55307b619ca3 Mon Sep 17 00:00:00 2001 From: flz Date: Sun, 6 Sep 2009 22:44:31 +0000 Subject: Mention the new USERS/GROUPS variable. --- CHANGES | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index 23f17022100f..5b65e5e80c39 100644 --- a/CHANGES +++ b/CHANGES @@ -10,8 +10,23 @@ in the release notes and/or placed into UPDATING. All ports committers are allowed to commit to this file. +20090906: +AUTHOR: flz@FreeBSD.org + + * There is now a unified way to create users and groups + in your ports. First, make sure they are added to both + ports/GIDs and ports/UIDs, then add the following in + your port: + + USERS= foo + GROUPS= foo + + ... if you want your port to create the foo user and + group. + 20090812: AUTHOR: portmgr@FreeBSD.org + * sourceforge.net has changed their URL layout to be more flexible for their users. A new bsd.sites.mk macro SFP has been added for projects that moved from @@ -327,7 +342,7 @@ The following functional changes were made to bsd.port.mk: 20060914: AUTHOR: portmgr@FreeBSD.org -The following functional changes were made to bsd.port.mk: + The following functional changes were made to bsd.port.mk: * PKGVERSION was introduced as an intermediate variable refactored out of PKGNAME. -- cgit