Ticket #12449: libgii-1.0.2.patch

File libgii-1.0.2.patch, 1.0 KB (added by simon@…, 17 years ago)
  • Portfile

     
    11# $Id: Portfile 22478 2007-03-02 05:16:40Z pipping@macports.org $
    22
    33PortSystem 1.0
     4
    45name             libgii
    5 version          0.9.1
     6version          1.0.2
    67categories       devel
    78maintainers      nomaintainer@macports.org
    89description      General Input Interface
     
    1920homepage         http://www.ggi-project.org/
    2021platforms        darwin
    2122
    22 master_sites     http://www.ggi-project.org/ftp/ggi/v2.1/ \
     23master_sites     ${homepage}ftp/ggi/v2.2/ \
    2324                 sourceforge:ggi
    2425distname         ${name}-${version}.src
    2526use_bzip2        yes
    26 checksums        md5 27d5f187b1b5fe435454b27fcf3af3e6
     27checksums        md5 e002b3b3b7fae2b2558fe7ac854359b7 \
     28                 sha1 5ee0cd4a5652df85d68303ace41b88df825a6ea0 \
     29                 rmd160 8109f5e9bdd061c3d90120b439c471f5c4369971
    2730
    2831worksrcdir       ${name}-${version}
    2932
    30 patch {
     33post-patch {
    3134        reinplace "s|need_relink=yes|need_relink=no|" \
    3235                ${worksrcpath}/ltmain.sh
    3336}