Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Dec 2012 06:21:05 +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: r308201 - head/mail/exmh2
Message-ID:  <201212040621.qB46L5j6080559@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212040621.qB46L5j6080559>