From owner-svn-ports-all@FreeBSD.ORG Sat Jan 25 05:34:13 2014 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 A8BC28B8; Sat, 25 Jan 2014 05:34:13 +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 94A1A10F7; Sat, 25 Jan 2014 05:34:13 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0P5YDIq034448; Sat, 25 Jan 2014 05:34:13 GMT (envelope-from ak@svn.freebsd.org) Received: (from ak@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0P5YD1P034446; Sat, 25 Jan 2014 05:34:13 GMT (envelope-from ak@svn.freebsd.org) Message-Id: <201401250534.s0P5YD1P034446@svn.freebsd.org> From: Alex Kozlov Date: Sat, 25 Jan 2014 05:34:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r340985 - head/sysutils/rclean 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.17 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: Sat, 25 Jan 2014 05:34:13 -0000 Author: ak Date: Sat Jan 25 05:34:12 2014 New Revision: 340985 URL: http://svnweb.freebsd.org/changeset/ports/340985 QAT: https://qat.redports.org/buildarchive/r340985/ Log: - Support STAGEDIR [1] - Remove gratuitous whitespaces at end of line in pkg-descr - Unmute install command PR: ports/186081 [1] Submitted by: Lapo Luchini (maintainer) Modified: head/sysutils/rclean/Makefile head/sysutils/rclean/pkg-descr Modified: head/sysutils/rclean/Makefile ============================================================================== --- head/sysutils/rclean/Makefile Sat Jan 25 05:06:30 2014 (r340984) +++ head/sysutils/rclean/Makefile Sat Jan 25 05:34:12 2014 (r340985) @@ -12,11 +12,10 @@ COMMENT= Command-line rc.conf ordering a PLIST_FILES= bin/rclean USE_BZIP2= yes -NO_STAGE= yes do-build: @(cd ${WRKSRC}; ${CC} -o ${PORTNAME} ${PORTNAME}.c) do-install: - @${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin .include Modified: head/sysutils/rclean/pkg-descr ============================================================================== --- head/sysutils/rclean/pkg-descr Sat Jan 25 05:06:30 2014 (r340984) +++ head/sysutils/rclean/pkg-descr Sat Jan 25 05:34:12 2014 (r340985) @@ -1,5 +1,5 @@ -rclean provides a command-line tool to order and clean content of -rc.conf, using option order from /etc/defaults/rc.conf and printing only +rclean provides a command-line tool to order and clean content of +rc.conf, using option order from /etc/defaults/rc.conf and printing only choices that were different by the default value in /etc/rc.conf. Output is customizable from "only used values" to "full listing".