svn commit: r308201 - head/mail/exmh2

Cy Schubert cy at FreeBSD.org
Tue Dec 4 06:21:05 UTC 2012


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 at FreeBSD.org
+MAINTAINER?=	cy at 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.


More information about the svn-ports-all mailing list