aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2013-11-19 19:38:45 +0000
committerKoop Mast <kwm@FreeBSD.org>2013-11-19 19:38:45 +0000
commit109cedef51b09ef5a61692ab4ec9cdb36ac91bf8 (patch)
tree9df5b37fa161da62e8c662aa53ddd5aab720295b /CHANGES
parentbdd46fabc66e3190e14034370f7514239d874704 (diff)
downloadports-109cedef51b09ef5a61692ab4ec9cdb36ac91bf8.tar.gz
ports-109cedef51b09ef5a61692ab4ec9cdb36ac91bf8.zip
Indent 20131031 entry like the rest of the file.
Notes
Notes: svn path=/head/; revision=334342
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES20
1 files changed, 10 insertions, 10 deletions
diff --git a/CHANGES b/CHANGES
index 08ea20561ffc..39fe7b8d8456 100644
--- a/CHANGES
+++ b/CHANGES
@@ -13,16 +13,16 @@ All ports committers are allowed to commit to this file.
20131031:
AUTHOR: rene@FreeBSD.org
-Add a new USES for kernel module ports.
-
-USES=kmod takes no arguments and:
-- adds kld to CATEGORIES
-- sets SSP_UNSAFE
-- sets IGNORE if the kernel sources are not found
-- defines KMODDIR to /boot/modules by default, add it to
- PLIST_SUB and MAKE_ENV, and create it upon installation
-- handles cross-referencing kernel modules upon installation and
- deinstallation
+ Add a new USES for kernel module ports.
+
+ USES=kmod takes no arguments and:
+ - adds kld to CATEGORIES
+ - sets SSP_UNSAFE
+ - sets IGNORE if the kernel sources are not found
+ - defines KMODDIR to /boot/modules by default, add it to
+ PLIST_SUB and MAKE_ENV, and create it upon installation
+ - handles cross-referencing kernel modules upon installation and
+ deinstallation
20131021:
AUTHOR: amdmi3@FreeBSD.org