New Ticket     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #20776: Etoile-0.4.1.diff

File Etoile-0.4.1.diff, 1.3 KB (added by ryandesign@…, 3 years ago)
  • Portfile

     
    44PortGroup   gnustep 1.0 
    55 
    66name            Etoile 
    7 version         0.1.9 
    8 revision        4 
     7version         0.4.1 
    98platforms       darwin 
    109maintainers     nomaintainer 
    11 homepage        http://www.etoile-project.org/ 
     10homepage        http://etoileos.com/ 
     11master_sites    http://download.gna.org/etoile/ 
    1212 
    1313description     GNUstep based user environnement 
    1414long_description \ 
     
    1616    built from the ground up on highly modular and light components \ 
    1717    with project and document orientation in mind. 
    1818     
    19 fetch.type      svn 
    20 svn.tag         2097 
    21 svn.url         http://svn.gna.org/svn/etoile/stable/Etoile 
     19distname            etoile-${version} 
     20 
     21checksums           md5     30b00cc0932166437faa8530a266734e \ 
     22                    sha1    9ffa757bf42342fd6a2e7fa542b4521eee9c99d0 \ 
     23                    rmd160  aaaed1d8bb3d3c946de5c23ad1171a78526469ba 
    2224 
    23 depends_build       bin:svn:subversion 
    2425depends_lib         port:SQLClient \ 
    2526                    port:dbus \ 
    2627                    port:oniguruma5 \ 
    2728                    port:poppler 
    2829 
    29 worksrcdir          ${name} 
    30  
    3130patchfiles          patch-etoile.make \ 
    3231                    patch-PopplerKit-config.sh 
    3332