Date: Sun, 30 Sep 2012 13:48:54 +0000 (UTC) From: Cy Schubert <cy@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r305078 - head/sysutils/screen Message-ID: <201209301348.q8UDmsiP040691@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@host in locked message" OFF \ SHOWENC "Show encoding on the status line" OFF
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209301348.q8UDmsiP040691>