XEmacs: xemacs-sumo-2003-11-13 can't be found
Reported by: |
idar@… |
Owned by: |
jkh@… |
Priority:
|
Normal
|
Milestone:
|
|
Component:
|
ports
|
Version:
|
1.0
|
Keywords:
|
|
Cc:
|
waqar@…
|
Port:
|
xemacs
|
|
|
It seems to have been replaced by xemacs-sumo-2004-02-02. That's the only sumo
package I can find at http://ftp.xemacs.org/packages/.
Here's a patch for dports/editors/xemacs/Portfile to use the new sumo package:
--- Portfile.org Fri Feb 20 12:40:22 2004
+++ Portfile Fri Feb 20 12:40:56 2004
@@ -20,9 +20,9 @@
# Warning: This is highly version dependent. If you update the version
# of this port, you will almost certainly have to adjust the values below.
variant sumo {
- distfiles-append xemacs-sumo-2003-11-13.tar.gz
+ distfiles-append xemacs-sumo-2004-02-02.tar.gz
master_sites-append http://ftp.xemacs.org/packages/
- checksums-append xemacs-sumo-2003-11-13.tar.gz md5 7b38d7829cbd1588d2a64dc072ec394e
+ checksums-append xemacs-sumo-2004-02-02.tar.gz md5 83e21e2628bbaa4fd6ba109f8e518129
post-destroot {
ui_info "Installing sumo distribution into destroot"
system "tar -cpf - -C ${worksrcpath}/.. xemacs-packages | tar -xpf - -C ${destroot}${prefix}/lib/${name}-21.5-b16"
Portfile