From owner-svn-ports-all@FreeBSD.ORG Tue Dec 4 06:21:05 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B1DAD9CF; Tue, 4 Dec 2012 06:21:05 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 956BF8FC08; Tue, 4 Dec 2012 06:21:05 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qB46L5oC080560; Tue, 4 Dec 2012 06:21:05 GMT (envelope-from cy@svn.freebsd.org) Received: (from cy@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qB46L5j6080559; Tue, 4 Dec 2012 06:21:05 GMT (envelope-from cy@svn.freebsd.org) Message-Id: <201212040621.qB46L5j6080559@svn.freebsd.org> From: Cy Schubert Date: Tue, 4 Dec 2012 06:21:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308201 - head/mail/exmh2 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.14 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: Tue, 04 Dec 2012 06:21:05 -0000 Author: cy Date: Tue Dec 4 06:21:05 2012 New Revision: 308201 URL: http://svnweb.freebsd.org/changeset/ports/308201 Log: Use TCL/Tk 8.6. This fixes issues with the mail messages list "More..." button. Assume care and feeding of this port. Feature safe: yes Modified: head/mail/exmh2/Makefile Modified: head/mail/exmh2/Makefile ============================================================================== --- head/mail/exmh2/Makefile Tue Dec 4 06:18:16 2012 (r308200) +++ head/mail/exmh2/Makefile Tue Dec 4 06:21:05 2012 (r308201) @@ -14,7 +14,7 @@ CATEGORIES+= mail tk MASTER_SITES= ${MASTER_SITE_TCLTK} \ SF -MAINTAINER?= ports@FreeBSD.org +MAINTAINER?= cy@FreeBSD.org COMMENT?= X11/TK based mail reader front end to MH .if defined(JAPANESE_EXMH) @@ -23,10 +23,10 @@ BUILD_DEPENDS= tclsh8.0jp:${PORTSDIR}/ja WISH= wish8.0jp TCLSH= tclsh8.0jp .else -RUN_DEPENDS= wish8.5:${PORTSDIR}/x11-toolkits/tk85 -BUILD_DEPENDS= tclsh8.5:${PORTSDIR}/lang/tcl85 -WISH= wish8.5 -TCLSH= tclsh8.5 +RUN_DEPENDS= wish8.6:${PORTSDIR}/x11-toolkits/tk86 +BUILD_DEPENDS= tclsh8.6:${PORTSDIR}/lang/tcl86 +WISH= wish8.6 +TCLSH= tclsh8.6 .endif # exmh is pretty useless without this, but it's not needed to build it.