aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorFlorent Thoumie <flz@FreeBSD.org>2009-09-06 22:44:31 +0000
committerFlorent Thoumie <flz@FreeBSD.org>2009-09-06 22:44:31 +0000
commit9bd3c5c26d0b6b7b72d4c66c3faa14e0e8435961 (patch)
tree2c2e71fa8aacf0eb1e79b2f36ebb33a482b9b1f3 /CHANGES
parentb8f78096fb2c89eb9ac5a91e7c0ce320fb2d67dd (diff)
downloadports-9bd3c5c26d0b6b7b72d4c66c3faa14e0e8435961.tar.gz
ports-9bd3c5c26d0b6b7b72d4c66c3faa14e0e8435961.zip
Mention the new USERS/GROUPS variable.
Notes
Notes: svn path=/head/; revision=240966
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.