svn commit: r349311 - head/sysutils/bsdinfo

Bryan Drewery bdrewery at FreeBSD.org
Thu Mar 27 00:58:46 UTC 2014


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 at 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
 


More information about the svn-ports-head mailing list