From owner-svn-ports-head@FreeBSD.ORG Thu Mar 27 00:58:46 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 06BF78C7; Thu, 27 Mar 2014 00:58: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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E77F55E2; Thu, 27 Mar 2014 00:58:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s2R0wjUL083811; Thu, 27 Mar 2014 00:58:45 GMT (envelope-from bdrewery@svn.freebsd.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s2R0wjtM083810; Thu, 27 Mar 2014 00:58:45 GMT (envelope-from bdrewery@svn.freebsd.org) Message-Id: <201403270058.s2R0wjtM083810@svn.freebsd.org> From: Bryan Drewery Date: Thu, 27 Mar 2014 00:58:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r349311 - head/sysutils/bsdinfo 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.17 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: Thu, 27 Mar 2014 00:58:46 -0000 Author: bdrewery Date: Thu Mar 27 00:58:45 2014 New Revision: 349311 URL: http://svnweb.freebsd.org/changeset/ports/349311 QAT: https://qat.redports.org/buildarchive/r349311/ Log: - Enable X256 by default PR: ports/186844 Submitted by: bdrewery Approved by: s@samu.pl (maintainer) Modified: head/sysutils/bsdinfo/Makefile Modified: head/sysutils/bsdinfo/Makefile ============================================================================== --- head/sysutils/bsdinfo/Makefile Thu Mar 27 00:51:33 2014 (r349310) +++ head/sysutils/bsdinfo/Makefile Thu Mar 27 00:58:45 2014 (r349311) @@ -3,6 +3,7 @@ PORTNAME= bsdinfo PORTVERSION= 0.22 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://cloud.github.com/downloads/samupl/bsdinfo/ @@ -12,6 +13,7 @@ COMMENT= Simple utility to display syste GNU_CONFIGURE= yes OPTIONS_DEFINE= X256 +OPTIONS_DEFAULT=X256 X256_DESC= Build the 256 color version X256_CONFIGURE_ON= --x256