Date: Wed, 8 Jan 2025 14:43:26 GMT From: Cy Schubert <cy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 6556bf0aa96e - main - mail/exmh*: Fall back to tk86 Message-ID: <202501081443.508EhQ2R029199@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/ports/commit/?id=6556bf0aa96e82a1f1cee3231fa4f82cee222196 commit 6556bf0aa96e82a1f1cee3231fa4f82cee222196 Author: Cy Schubert <cy@FreeBSD.org> AuthorDate: 2025-01-08 14:40:53 +0000 Commit: Cy Schubert <cy@FreeBSD.org> CommitDate: 2025-01-08 14:43:05 +0000 mail/exmh*: Fall back to tk86 EXMH doesn't work with tk90 yet. Fall back to tk86. MFH: 2025Q1 --- mail/exmh-devel/Makefile | 4 ++-- mail/exmh2/Makefile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/mail/exmh-devel/Makefile b/mail/exmh-devel/Makefile index 05754e461dc9..b16eca349717 100644 --- a/mail/exmh-devel/Makefile +++ b/mail/exmh-devel/Makefile @@ -2,7 +2,7 @@ PORTNAME= exmh PORTVERSION= ${COMMIT_DATE} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES+= mail tk .if !defined(MASTERDIR) PKGNAMESUFFIX= -devel @@ -24,7 +24,7 @@ BUILD_DEPENDS= tclsh8.0jp:japanese/tcl80 WISH= wish8.0jp TCLSH= tclsh8.0jp .else -USES= cpe tk:87 +USES= cpe tk:86 .endif # exmh is pretty useless without this, but it's not needed to build it. diff --git a/mail/exmh2/Makefile b/mail/exmh2/Makefile index 5de96254500e..35a1958c9a1b 100644 --- a/mail/exmh2/Makefile +++ b/mail/exmh2/Makefile @@ -2,7 +2,7 @@ PORTNAME= exmh PORTVERSION= 2.9.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES+= mail tk # XXX: Standard SF fails with a hung download MASTER_SITES= https://sourceforge.net/projects/${PORTNAME}/files/${PORTNAME}/${PORTVERSION}/ @@ -17,7 +17,7 @@ BUILD_DEPENDS= tclsh8.0jp:japanese/tcl80 WISH= wish8.0jp TCLSH= tclsh8.0jp .else -USES= cpe tk:87 +USES= cpe tk:86 .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?202501081443.508EhQ2R029199>