Changes between Initial Version and Version 4 of Ticket #1531


Ignore:
Timestamp:
Mar 24, 2016, 1:45:50 PM (8 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1531

    • Property Status changed from new to closed
    • Property Cc waqar@… added
    • Property Owner changed from darwinports-bugs@… to jkh@…
    • Property Resolution changed from to fixed
    • Property Port xemacs added
  • Ticket #1531 – Description

    initial v4  
    44Here's a patch for dports/editors/xemacs/Portfile to use the new sumo package:
    55
     6{{{
    67--- Portfile.org        Fri Feb 20 12:40:22 2004
    78+++ Portfile    Fri Feb 20 12:40:56 2004
     
    1314+       distfiles-append xemacs-sumo-2004-02-02.tar.gz
    1415        master_sites-append http://ftp.xemacs.org/packages/
    15 -       checksums-append xemacs-sumo-2003-11-13.tar.gz md5
    16 7b38d7829cbd1588d2a64dc072ec394e
    17 +       checksums-append xemacs-sumo-2004-02-02.tar.gz md5
    18 83e21e2628bbaa4fd6ba109f8e518129
     16-       checksums-append xemacs-sumo-2003-11-13.tar.gz md5 7b38d7829cbd1588d2a64dc072ec394e
     17+       checksums-append xemacs-sumo-2004-02-02.tar.gz md5 83e21e2628bbaa4fd6ba109f8e518129
    1918        post-destroot {
    2019                ui_info "Installing sumo distribution into destroot"
    21                 system "tar -cpf - -C ${worksrcpath}/.. xemacs-packages | tar
    22 -xpf - -C ${destroot}${prefix}/lib/${name}-21.5-b16"
     20                system "tar -cpf - -C ${worksrcpath}/.. xemacs-packages | tar -xpf - -C ${destroot}${prefix}/lib/${name}-21.5-b16"
     21}}}