ports/80715: exmh port is out-of-date

Kevin Oberman oberman at es.net
Fri May 6 22:40:02 UTC 2005


>Number:         80715
>Category:       ports
>Synopsis:       exmh port is out-of-date
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri May 06 22:40:01 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Kevin Oberman
>Release:        FreeBSD 4.11-STABLE i386
>Organization:
ESnet-The Energy Sciences Network
>Environment:
System: FreeBSD ptavv.es.net 4.11-STABLE FreeBSD 4.11-STABLE #37: Fri Jan 28 11:48:02 PST 2005 oberman at ptavv.es.net:/usr/obj/usr/src/sys/PTAVV i386

>Description:

mail/exmh2 is several months out-of-date. The newest version,
exmh-2.7.2 provides some new features and significant performance
enhancement.

>How-To-Repeat:
N/A
>Fix:

diff -ur exmh.orig/Makefile exmh2/Makefile
--- exmh.orig/Makefile  Wed Jun 23 21:20:53 2004
+++ exmh2/Makefile      Fri May  6 14:47:08 2005
@@ -7,7 +7,7 @@

 # "+=" and "?=" lines are for sharing this Makefile with japanese/exmh2.
 PORTNAME=      exmh
-PORTVERSION=   2.7.0
+PORTVERSION=   2.7.2
 CATEGORIES+=   mail tk84
 MASTER_SITES=  ftp://ftp.tcl.tk/pub/tcl/%SUBDIR%/
 MASTER_SITES+= ${MASTER_SITE_SOURCEFORGE}
diff -ur exmh.orig/distinfo exmh2/distinfo
--- exmh.orig/distinfo  Wed Jun 23 21:20:53 2004
+++ exmh2/distinfo      Fri May  6 14:54:14 2005
@@ -1,2 +1,2 @@
-MD5 (exmh-2.7.0.tar.gz) = 513f6cd11cbb0f35ee179ebe1a1475a8
-SIZE (exmh-2.7.0.tar.gz) = 1061945
+MD5 (exmh-2.7.2.tar.gz) = fdb7c6ff26d0429ea950590a36f1369f
+SIZE (exmh-2.7.2.tar.gz) = 1081601


--- /dev/null   Fri May  6 15:26:19 2005
+++ exmh2/files/patch-lib-folder.tcl    Fri May  6 15:18:19 2005
@@ -0,0 +1,41 @@
+diff -c -r1.34 folder.tcl
+*** lib/folder.tcl     29 Dec 2004 23:53:53 -0000      1.34
+--- lib/folder.tcl     24 Jan 2005 21:21:38 -0000
+***************
+*** 311,327 ****
+
+      set out [open $fn w]
+      puts $out "wm withdraw ."
+!     puts $out "source $exmh(library)/folder.tcl"
+      puts $out [list set mhProfile(delprefix) $mhProfile(delprefix)]
+      puts $out [list set mhProfile(purgeage) $mhProfile(purgeage)]
+      puts $out [list set mhProfile(path) $mhProfile(path)]
+!     puts $out "proc Exmh_Status { s } \{catch \{send \"[winfo name .]\" \[list Exmh_Status \$s]\}\}"
+      puts $out "proc Exmh_Debug { args } {}"
+!     puts $out [list proc File_Delete [info args File_Delete] [info body File_Delete]]
+      foreach folder $folderlist {
+!      puts $out "Folder_Purge $folder"
+      }
+!     puts $out "File_Delete $fn"
+      puts $out exit
+      close $out
+      exec $wish -f $fn &
+--- 311,327 ----
+
+      set out [open $fn w]
+      puts $out "wm withdraw ."
+!     puts $out [list lappend auto_path $exmh(library)]
+      puts $out [list set mhProfile(delprefix) $mhProfile(delprefix)]
+      puts $out [list set mhProfile(purgeage) $mhProfile(purgeage)]
+      puts $out [list set mhProfile(path) $mhProfile(path)]
+!     puts $out "proc Exmh_Status { s args } \{catch \{send \"[winfo name .]\" \[list Exmh_Status \$s]\}\}"
+      puts $out "proc Exmh_Debug { args } {}"
+!     puts $out "Env_Init"
+      foreach folder $folderlist {
+!      puts $out [list Folder_Purge $folder]
+      }
+!     puts $out [list File_Delete $fn]
+      puts $out exit
+      close $out
+      exec $wish -f $fn &
+
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list