svn commit: r305078 - head/sysutils/screen

Cy Schubert cy at FreeBSD.org
Sun Sep 30 13:48:54 UTC 2012


Author: cy
Date: Sun Sep 30 13:48:53 2012
New Revision: 305078
URL: http://svn.freebsd.org/changeset/ports/305078

Log:
  Make 256 colour option default (similar to x11/xterm port).
  
  Conform to new Makefile header standard.
  
  Suggested by:	ehaupt (x11/xterm port maintainer)

Modified:
  head/sysutils/screen/Makefile

Modified: head/sysutils/screen/Makefile
==============================================================================
--- head/sysutils/screen/Makefile	Sun Sep 30 12:27:33 2012	(r305077)
+++ head/sysutils/screen/Makefile	Sun Sep 30 13:48:53 2012	(r305078)
@@ -1,13 +1,9 @@
-# New ports collection makefile for:	screen
-# Date created:         25 Nov 1994
 # Whom:                 ache
-#
 # $FreeBSD$
-#
 
 PORTNAME=	screen
 PORTVERSION=	4.0.3
-PORTREVISION=	13
+PORTREVISION=	14
 CATEGORIES=	sysutils
 MASTER_SITES=	ftp://ftp.uni-erlangen.de/pub/utilities/screen/ \
 		http://komquats.com/distfiles/ \
@@ -22,7 +18,7 @@ OPTIONS=	CJK "Treat CJK ambiguous charac
 		INFO "Build and install info documentation" ON \
 		MAN "Build and install man pages" ON \
 		NETHACK "Enable nethack-style messages" ON \
-		XTERM_256 "Enable support for 256 colour xterm" OFF \
+		XTERM_256 "Enable support for 256 colour xterm" ON \
 		HOSTINLOCKED "Print user at host in locked message" OFF \
 		SHOWENC "Show encoding on the status line" OFF
 



More information about the svn-ports-all mailing list