Mention the new USERS/GROUPS variable.
This commit is contained in:
parent
b8f78096fb
commit
9bd3c5c26d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=240966
17
CHANGES
17
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.
|
||||
|
Loading…
Reference in New Issue
Block a user