Ticket #17559: Portfile.diff

File Portfile.diff, 1.4 KB (added by loshea@…, 16 years ago)

Portfile diff that bumps version from 1.51 to 1.56

  • Portfile

    old new  
    33PortSystem      1.0
    44
    55name            asymptote
    6 version         1.51
     6version         1.56
    77categories      graphics
    88maintainers     loshea@gmail.com
    99description     a vector graphics language
     
    1616platforms       darwin
    1717configure.args  --with-latex=${prefix}/share/texmf-local/tex/latex \
    1818                --mandir=${prefix}/share/man
    19 distfiles       ${distname}.src.tgz:main gc-7.1.tar.gz:gc
    20 master_sites    sourceforge::main \
    21   http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source:gc
    22 checksums       ${distname}.src.tgz md5 14c7bfd713adb3d2b70a202228bb7d8d \
    23                 gc-7.1.tar.gz          md5 2ff9924c7249ef7f736ecfe6f08f3f9b
     19master_sites    sourceforge
     20extract.suffix  .src.tgz
     21checksums       md5 26941af3a7053321363dc463747dbe12
    2422depends_lib     port:readline \
    2523                port:texlive \
    2624                port:ghostscript \
    2725                port:fftw-3 \
    2826                port:gsl \
    2927                port:libsigsegv \
    30                 port:ncurses
    31 extract.only    ${distname}.src.tgz
    32 
    33 post-extract {
    34   file copy ${distpath}/gc-7.1.tar.gz ${worksrcpath}
    35 }
    36 
    37 # Already fixed upstream, can be removed after next version.
    38 patchfiles-append patch-leopard.diff
     28                port:ncurses \
     29                port:boehmgc
    3930
    4031post-activate {
    4132  # run `mktexlsr` to make sure the asymptote files are found: