svn commit: r504148 - head/mail/exmh2
Cy Schubert
cy at FreeBSD.org
Fri Jun 14 00:05:06 UTC 2019
Author: cy
Date: Fri Jun 14 00:05:04 2019
New Revision: 504148
URL: https://svnweb.freebsd.org/changeset/ports/504148
Log:
Update 2.8.0 --> 2.9.0
exmh 2.9.0 is not hosted on any tcl/tk site at the moment.
The standard SF download helper fails to work in this case.
Modified:
head/mail/exmh2/Makefile (contents, props changed)
head/mail/exmh2/distinfo (contents, props changed)
head/mail/exmh2/pkg-plist (contents, props changed)
Modified: head/mail/exmh2/Makefile
==============================================================================
--- head/mail/exmh2/Makefile Thu Jun 13 23:53:35 2019 (r504147)
+++ head/mail/exmh2/Makefile Fri Jun 14 00:05:04 2019 (r504148)
@@ -4,10 +4,10 @@
# "+=" and "?=" lines are for sharing this Makefile with japanese/exmh2.
PORTNAME= exmh
-PORTVERSION= 2.8.0
-PORTREVISION= 1
+PORTVERSION= 2.9.0
CATEGORIES+= mail tk
-MASTER_SITES= TCLTK/${PORTNAME} SF/${PORTNAME}
+# XXX: Standard SF fails with a hung download
+MASTER_SITES= https://sourceforge.net/projects/${PORTNAME}/files/${PORTNAME}/${PORTVERSION}/
MAINTAINER?= cy at FreeBSD.org
COMMENT?= X11/TK based mail reader front end to MH
Modified: head/mail/exmh2/distinfo
==============================================================================
--- head/mail/exmh2/distinfo Thu Jun 13 23:53:35 2019 (r504147)
+++ head/mail/exmh2/distinfo Fri Jun 14 00:05:04 2019 (r504148)
@@ -1,2 +1,3 @@
-SHA256 (exmh-2.8.0.tar.gz) = 0d907a19cbed17506e5fcd2212f13e9342e1619f174bf9a1733cc6a7c479d7cb
-SIZE (exmh-2.8.0.tar.gz) = 1090674
+TIMESTAMP = 1560469947
+SHA256 (exmh-2.9.0.tar.gz) = 38f27058cbe6a370e2a5e30ded135b9488b57374d53f45088e29ee863b3088b2
+SIZE (exmh-2.9.0.tar.gz) = 1111608
Modified: head/mail/exmh2/pkg-plist
==============================================================================
--- head/mail/exmh2/pkg-plist Thu Jun 13 23:53:35 2019 (r504147)
+++ head/mail/exmh2/pkg-plist Fri Jun 14 00:05:04 2019 (r504148)
@@ -47,6 +47,7 @@ lib/exmh-%%EXMH_VERSION%%/bitmaps/write.xbm
lib/exmh-%%EXMH_VERSION%%/bogo.tcl
lib/exmh-%%EXMH_VERSION%%/busy.tcl
lib/exmh-%%EXMH_VERSION%%/buttons.tcl
+lib/exmh-%%EXMH_VERSION%%/calendar.tcl
lib/exmh-%%EXMH_VERSION%%/clink.au
lib/exmh-%%EXMH_VERSION%%/crypt.tcl
lib/exmh-%%EXMH_VERSION%%/cutbuffer.tcl
@@ -209,6 +210,7 @@ lib/exmh-%%EXMH_VERSION%%/sequences.tcl
lib/exmh-%%EXMH_VERSION%%/seqwin.tcl
lib/exmh-%%EXMH_VERSION%%/sound.tcl
lib/exmh-%%EXMH_VERSION%%/source.tcl
+lib/exmh-%%EXMH_VERSION%%/stacktrace.tcl
lib/exmh-%%EXMH_VERSION%%/tclIndex
lib/exmh-%%EXMH_VERSION%%/text.tcl
lib/exmh-%%EXMH_VERSION%%/textButton.tcl
More information about the svn-ports-head
mailing list