aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorflz <flz@FreeBSD.org>2009-09-07 06:44:31 +0800
committerflz <flz@FreeBSD.org>2009-09-07 06:44:31 +0800
commita38116c4a7936878cdcca5e9cffe55307b619ca3 (patch)
tree4dd9413ce9be025069c37307a2786935c136b452 /CHANGES
parent56f166ee7b0c984bdcfdae830627d8a90489351f (diff)
downloadfreebsd-ports-gnome-a38116c4a7936878cdcca5e9cffe55307b619ca3.tar.gz
freebsd-ports-gnome-a38116c4a7936878cdcca5e9cffe55307b619ca3.tar.zst
freebsd-ports-gnome-a38116c4a7936878cdcca5e9cffe55307b619ca3.zip
Mention the new USERS/GROUPS variable.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES17
1 files changed, 16 insertions, 1 deletions
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.