Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Dec 2012 07:08:10 +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: r308464 - in head/mail/exmh2: . files
Message-ID:  <201212080708.qB878AmF088885@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cy
Date: Sat Dec  8 07:08:09 2012
New Revision: 308464
URL: http://svnweb.freebsd.org/changeset/ports/308464

Log:
  Update 2,7,2 --> 2.8.0
  
  Feature safe:	yes

Deleted:
  head/mail/exmh2/files/patch-lib-folder.tcl
  head/mail/exmh2/files/patch-lib-quote.tcl
  head/mail/exmh2/files/patch-lib-uri.tcl
Modified:
  head/mail/exmh2/Makefile
  head/mail/exmh2/distinfo

Modified: head/mail/exmh2/Makefile
==============================================================================
--- head/mail/exmh2/Makefile	Sat Dec  8 06:43:46 2012	(r308463)
+++ head/mail/exmh2/Makefile	Sat Dec  8 07:08:09 2012	(r308464)
@@ -8,11 +8,11 @@
 # "+=" and "?=" lines are for sharing this Makefile with japanese/exmh2.
 
 PORTNAME=	exmh
-PORTVERSION=	2.7.2
-PORTREVISION=	6
+PORTVERSION=	2.8.0
 CATEGORIES+=	mail tk
 MASTER_SITES=	${MASTER_SITE_TCLTK} \
 		SF
+MASTER_SITE_SUBDIR=	${PORTNAME}
 
 MAINTAINER?=	cy@FreeBSD.org
 COMMENT?=	X11/TK based mail reader front end to MH
@@ -23,10 +23,7 @@ BUILD_DEPENDS=	tclsh8.0jp:${PORTSDIR}/ja
 WISH=		wish8.0jp
 TCLSH=		tclsh8.0jp
 .else
-RUN_DEPENDS=	wish8.6:${PORTSDIR}/x11-toolkits/tk86
-BUILD_DEPENDS=	tclsh8.6:${PORTSDIR}/lang/tcl86
-WISH=		wish8.6
-TCLSH=		tclsh8.6
+USE_TK=		86
 .endif
 
 # exmh is pretty useless without this, but it's not needed to build it.
@@ -53,13 +50,21 @@ PLIST_SUB=	EXMH_VERSION=${PORTVERSION}
 
 MAN1=		exmh.1
 
+.if defined(JAPANESE_EXMH)
 do-build:
 	@cd ${WRKSRC} && ${SETENV} PREFIX=${PREFIX} TCLSH=${TCLSH} \
 		WISH=${PREFIX}/bin/${WISH} WRKSRC=${WRKSRC} \
 		${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/build
+.else
+do-build:
+	@cd ${WRKSRC} && ${SETENV} PREFIX=${PREFIX} TCLSH=${TCLSH} \
+		WISH=${WISH} WRKSRC=${WRKSRC} \
+		${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/build
+.endif
 
 do-install:
 	@cd ${WRKSRC} && ${SETENV} PREFIX=${PREFIX} \
 		WRKSRC=${WRKSRC} ${SH} ${SCRIPTDIR}/install
 
+
 .include <bsd.port.mk>

Modified: head/mail/exmh2/distinfo
==============================================================================
--- head/mail/exmh2/distinfo	Sat Dec  8 06:43:46 2012	(r308463)
+++ head/mail/exmh2/distinfo	Sat Dec  8 07:08:09 2012	(r308464)
@@ -1,2 +1,2 @@
-SHA256 (exmh-2.7.2.tar.gz) = f4533950bd6c843427fcae28e0946454c94eb47745f20256b847dba540bc5f3e
-SIZE (exmh-2.7.2.tar.gz) = 1081601
+SHA256 (exmh-2.8.0.tar.gz) = 0d907a19cbed17506e5fcd2212f13e9342e1619f174bf9a1733cc6a7c479d7cb
+SIZE (exmh-2.8.0.tar.gz) = 1090674



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