Ticket #12449: libgii-1.0.2.patch
File libgii-1.0.2.patch, 1.0 KB (added by simon@…, 17 years ago) |
---|
-
Portfile
1 1 # $Id: Portfile 22478 2007-03-02 05:16:40Z pipping@macports.org $ 2 2 3 3 PortSystem 1.0 4 4 5 name libgii 5 version 0.9.16 version 1.0.2 6 7 categories devel 7 8 maintainers nomaintainer@macports.org 8 9 description General Input Interface … … 19 20 homepage http://www.ggi-project.org/ 20 21 platforms darwin 21 22 22 master_sites http://www.ggi-project.org/ftp/ggi/v2.1/ \23 master_sites ${homepage}ftp/ggi/v2.2/ \ 23 24 sourceforge:ggi 24 25 distname ${name}-${version}.src 25 26 use_bzip2 yes 26 checksums md5 27d5f187b1b5fe435454b27fcf3af3e6 27 checksums md5 e002b3b3b7fae2b2558fe7ac854359b7 \ 28 sha1 5ee0cd4a5652df85d68303ace41b88df825a6ea0 \ 29 rmd160 8109f5e9bdd061c3d90120b439c471f5c4369971 27 30 28 31 worksrcdir ${name}-${version} 29 32 30 p atch {33 post-patch { 31 34 reinplace "s|need_relink=yes|need_relink=no|" \ 32 35 ${worksrcpath}/ltmain.sh 33 36 }