Opened 17 years ago

Closed 17 years ago

#11924 closed defect (fixed)

Fix to sumo_date and checksums in xemacs port

Reported by: macports_dharland@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.4.3
Keywords: xemacs Cc: markd@…
Port:

Description

The sumo package and mule sumo package have been updated on xemacs.org, Here is patch to Portfile

$ diff -u original $(sudo port file xemacs)
--- original    2007-05-09 09:19:55.000000000 +1200
+++ /opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/editors/xemacs/Portfile    2007-05-09 09:53:32.000000000 +1200
@@ -39,7 +39,7 @@
 destroot.args  prefix=${destroot}/${prefix}
 
 set xemacs_lib         ${destroot}${prefix}/lib/xemacs-${version}
-set sumo_date          2006-12-21
+set sumo_date          2007-04-27
 set sumo_dist          ${name}-sumo-${sumo_date}${extract.suffix}
 set mule_sumo_dist     ${name}-mule-sumo-${sumo_date}${extract.suffix}
 
@@ -57,9 +57,9 @@
        if {[variant_isset sumo]} {
                distfiles-append        ${mule_sumo_dist}:sumo
                checksums-append        ${mule_sumo_dist} \
-                                       md5 5816c257bd282cf2f1c4fa1736ade665 \
-                                       sha1 5490d87bb3bf7a01f589ed8b2870ed5290dd00ba \
-                                       rmd160 30d6435525f9dc219f5a01102f31aabd9087135c
+                                       md5 6fc22d133a44b15108f3533b4ec3198d \
+                                       sha1 76b5fae416a02a556cc3c5d167abe9b8a6513d20 \
+                                       rmd160 05efb557b8742dd33d6472d2e149e787fe12b837
 
                post-destroot {
                        ui_info "Installing mule-sumo distribution into destroot"
@@ -72,9 +72,9 @@
 variant sumo {
        distfiles-append        ${sumo_dist}:sumo
        checksums-append        ${sumo_dist} \
-                               md5 f1c170f4ff8000ad2c5d3a5854b22c5c \
-                               sha1 83fd2adf55a39306a64b6f380a5005fdc1450450 \
-                               rmd160 eb4f4978ee6c01052cead68e18a49b5b4c44cc12
+                               md5 d285432a14905ec5662cbf3789d98a9a \
+                               sha1 2e3d6d68b769441b0d3f4ed0221b4c994159ded2 \
+                               rmd160 8b162d041a1b06d5c45a77ec1750a00bdf9f5872
 
        post-destroot {
                ui_info "Installing sumo distribution into destroot"

Change History (2)

comment:1 Changed 17 years ago by markd@…

Cc: markd@… added

This update has already been committed.

comment:2 Changed 17 years ago by markd@…

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.