From owner-svn-ports-all@FreeBSD.ORG Tue Nov 19 19:38:46 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3AA318AE; Tue, 19 Nov 2013 19:38:46 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2AF7A26DC; Tue, 19 Nov 2013 19:38:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAJJcjuU043511; Tue, 19 Nov 2013 19:38:46 GMT (envelope-from kwm@svn.freebsd.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAJJcjUK043510; Tue, 19 Nov 2013 19:38:45 GMT (envelope-from kwm@svn.freebsd.org) Message-Id: <201311191938.rAJJcjUK043510@svn.freebsd.org> From: Koop Mast Date: Tue, 19 Nov 2013 19:38:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334342 - head X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Nov 2013 19:38:46 -0000 Author: kwm Date: Tue Nov 19 19:38:45 2013 New Revision: 334342 URL: http://svnweb.freebsd.org/changeset/ports/334342 Log: Indent 20131031 entry like the rest of the file. Modified: head/CHANGES Modified: head/CHANGES ============================================================================== --- head/CHANGES Tue Nov 19 18:52:13 2013 (r334341) +++ head/CHANGES Tue Nov 19 19:38:45 2013 (r334342) @@ -13,16 +13,16 @@ All ports committers are allowed to comm 20131031: AUTHOR: rene@FreeBSD.org -Add a new USES for kernel module ports. + 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 + 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