New Ticket     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #10253: Portfile.diff

File Portfile.diff, 1.3 KB (added by yuhei@…, 6 years ago)

Portfile patch

  • Portfile

    RCS file: /Volumes/src/cvs/od/proj/darwinports/dports/lang/gauche-c-wrapper/Portfile,v
    retrieving revision 1.2
    diff -u -b -w -r1.2 Portfile
     
    22 
    33PortSystem 1.0 
    44name            gauche-c-wrapper 
    5 version         0.3.4 
     5version         0.4.1 
    66categories      lang scheme 
    77maintainers     yuhei@pop21.odn.ne.jp 
    88description     c-wrapper is a FFI (Foreign Function Interface) for Gauche. 
     
    1111master_sites    http://homepage.mac.com/naoki.koguro/prog/c-wrapper/ 
    1212distname        c-wrapper-$version 
    1313extract.suffix  .tgz 
    14 checksums       md5 a4a95c47961613090cb6e60455ed30f2 
     14checksums       md5 fa829741eab77fa51cb257f9f9ae27af 
    1515depends_build   bin:gosh:gauche 
    1616 
     17patchfiles patch-Makefile.in 
     18 
    1719post-destroot { 
    1820    xinstall -m 755 -d ${destroot}${prefix}/share/doc/gauche-c-wrapper 
    19         xinstall -m 644 -W ${workpath}/${worksrcdir}/doc/ API.ja_JP.UTF-8 API.txt \ 
     21        xinstall -m 644 -W ${workpath}/${worksrcdir}/doc/ \ 
     22                c-wrapper-refe_toc.html c-wrapper-refe.html \ 
     23                c-wrapper-refj_toc.html c-wrapper-refj_toc.html \ 
    2024                ${destroot}${prefix}/share/doc/gauche-c-wrapper 
    2125    file copy ${workpath}/${worksrcdir}/examples \ 
    2226                ${destroot}${prefix}/share/doc/gauche-c-wrapper