Ticket #2054: xemacs.Portfile.diff
File xemacs.Portfile.diff, 1.1 KB (added by nsiam@…, 20 years ago) |
---|
-
Portfile
old new 33 33 34 34 # Add in xemacs-base, and xemacs-efs 35 35 set efs_dist efs-1.32-pkg.tar.gz 36 set xemacsbase_dist xemacs-base-1.8 6-pkg.tar.gz36 set xemacsbase_dist xemacs-base-1.87-pkg.tar.gz 37 37 38 38 master_sites-append ftp://ftp.us.xemacs.org/pub/xemacs/packages \ 39 39 http://ftp.us.xemacs.org/ftp/pub/xemacs/packages \ … … 47 47 distfiles-append ${efs_dist} ${xemacsbase_dist} 48 48 49 49 checksums-append ${efs_dist} md5 6123c11bc7a9c993429e9976f7bf42c4 \ 50 ${xemacsbase_dist} md5 ab5151789560a085f901dea51f22fbfd50 ${xemacsbase_dist} md5 2daf0b56102f9be9c2815456114517b0 51 51 52 52 destroot.args prefix=${destroot}/${prefix} 53 53 … … 67 67 68 68 69 69 variant sumo { 70 set sumo_version 2004-0 5-1770 set sumo_version 2004-08-18 71 71 set sumo_dist ${name}-sumo-${sumo_version}${extract.suffix} 72 72 73 73 distfiles-append ${sumo_dist} 74 74 checksums-append ${sumo_dist} \ 75 md5 934ce5325014d24500cd5bdb4c0f705d75 md5 16aa245f869e167caa0d81e0b3af7317 76 76 77 77 post-destroot { 78 78 ui_info "Installing sumo distribution into destroot"