From owner-svn-ports-head@FreeBSD.ORG Wed Sep 24 17:19:55 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C0BE0D7; Wed, 24 Sep 2014 17:19:55 +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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id ABD62D5F; Wed, 24 Sep 2014 17:19:55 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8OHJt7B090267; Wed, 24 Sep 2014 17:19:55 GMT (envelope-from mandree@FreeBSD.org) Received: (from mandree@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8OHJtNQ090266; Wed, 24 Sep 2014 17:19:55 GMT (envelope-from mandree@FreeBSD.org) Message-Id: <201409241719.s8OHJtNQ090266@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mandree set sender to mandree@FreeBSD.org using -f From: Matthias Andree Date: Wed, 24 Sep 2014 17:19:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369187 - 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-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Sep 2014 17:19:56 -0000 Author: mandree Date: Wed Sep 24 17:19:55 2014 New Revision: 369187 URL: http://svnweb.freebsd.org/changeset/ports/369187 QAT: https://qat.redports.org/buildarchive/r369187/ Log: Add hint as to where @stopdaemon has gone. Revise language and spelling of the more recent entries a bit, sometimes advancing a line break by one or a few words, and replace the word 'credentials' in the @dir-related entry. Modified: head/CHANGES Modified: head/CHANGES ============================================================================== --- head/CHANGES Wed Sep 24 17:16:40 2014 (r369186) +++ head/CHANGES Wed Sep 24 17:19:55 2014 (r369187) @@ -13,56 +13,55 @@ All ports committers are allowed to comm 20140922: AUTHOR: bapt@FreeBSD.org - pkg(8) now automatically handles the directories under PREFIX and will - automatically remove them as needed. - The @dir keyword has been introduced to handle special directory handling: - - directories with special credentials + pkg(8) now handles the directories under PREFIX automatically, + and will automatically remove them as needed. + A new @dir keyword has been introduced to handle directories specially: + - directories with special owner, group, or permissions (access mode) - empty directories - directories out of PREFIX As a consequence @dirrm and @dirrmtry are now considered deprecated. - Credentials can now be passed in arguments to keywords (empty keyword means - file): + Credentials can now be passed in arguments to keywords + (the empty keyword means "regular file"): @(user,group,mode) file1 - @dir(user,group,mode) directory_with_special_credential + @dir(user,group,mode) directory_with_special_owner_or_mode - PLIST_DIRSTRY is now considered deprecated, PLIST_DIRS should be used - instead. + PLIST_DIRSTRY is now considered deprecated, use PLIST_DIRS instead. 20140917: AUTHOR: tijl@FreeBSD.org Support for USE_AUTOTOOLS=libtool, USE_GNOME=ltasneededhack, - USE_GNOME=lthack and USE_GNOME=ltverhack has been removed. Ports - should use USES=libtool instead. + USE_GNOME=lthack and USE_GNOME=ltverhack has been removed. + Ports should use USES=libtool instead. - Support for USE_AUTOTOOLS=libltdl has been removed. Ports should - use LIB_DEPENDS=libltdl.so:${PORTSDIR}/devel/libltdl + Support for USE_AUTOTOOLS=libltdl has been removed. + Ports should use LIB_DEPENDS=libltdl.so:${PORTSDIR}/devel/libltdl 20140916: AUTHOR: tijl@FreeBSD.org The installation of *.la files without some form of USES=libtool in the - port Makefile will now result in a stage-qa error. Previously this would - only cause a warning. + port Makefile will now result in a stage-qa error. + Previously this would only cause a warning. The :keepla argument to USES=libtool is no longer special. It is now - only needed if a port uses *.la files at run-time and no longer to fix + only needed if a port uses *.la files at run time and no longer to fix link problems in other ports. 20140901: AUTHOR: bapt@FreeBSD.org - Support for pkg_install has been removed - Note that WITH_PKGNG is now WITH_PKG (still used to define 'devel') + Support for pkg_install has been removed. + Note that WITH_PKGNG is now called WITH_PKG (still used to define 'devel') WITH_PKGNG remains for compatibility @stopdaemon support has gone, pkg(8) has a generic mechanism to - provide the same functionnality + provide the same function, see HANDLE_RC_SCRIPTS in pkg.conf(5). 20140901: AUTHOR: bapt@FreeBSD.org - Support for NO_STAGE has been removed + Support for NO_STAGE has been removed. 20140825: AUTHOR: antoine@FreeBSD.org @@ -95,7 +94,7 @@ AUTHOR: mva@FreeBSD.org 20140715: AUTHOR: bapt@FreeBSD.org - Only one format is now support in LIB_DEPENDS: lib*.so + LIB_DEPENDS only supports one form: lib*.so 20140708: AUTHOR: mva@FreeBSD.org