Ticket #12449: libggimisc-2.2.2.patch

File libggimisc-2.2.2.patch, 1.1 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             libggimisc
    5 version          2.1.1
     6version          2.2.2
    67categories       graphics
    78maintainers      nomaintainer@macports.org
    89description      GGI Miscellaneous
     
    1819homepage         http://www.ggi-project.org/
    1920platforms        darwin
    2021
    21 depends_lib      lib:libggi.2:libggi
     22depends_lib      port:libggi
    2223
    23 master_sites     http://www.ggi-project.org/ftp/ggi/v2.1/ \
     24master_sites     ${homepage}ftp/ggi/v2.2/ \
    2425                 sourceforge:ggi
    2526distname         ${name}-${version}.src
    2627use_bzip2        yes
    27 checksums        md5 d239065a234bcac49090e731d644a8a6
     28checksums        md5 8e525280ccee2eaab07946ca7aee159f \
     29                 sha1 2c93b1a219c10ddf318d658ab73ac02de515ee80 \
     30                 rmd160 db433d5dc74cae1674bdb5e88b443523db6bffe2
    2831
    2932worksrcdir       ${name}-${version}
    3033
    31 patch {
     34post-patch {
    3235        reinplace "s|need_relink=yes|need_relink=no|" \
    3336                ${worksrcpath}/ltmain.sh
    3437}