--- Portfile-0.6.8 2011-05-01 22:35:10.000000000 +0200 +++ Portfile-0.6.9 2011-05-01 22:34:59.000000000 +0200 @@ -3,7 +3,7 @@ PortSystem 1.0 name fizmo -version 0.6.8 +version 0.6.9 categories games maintainers spellbreaker.org:Christoph.Ender description Console-based Z-Machine interpreter for Infocom games. @@ -24,19 +24,15 @@ platforms darwin linux master_sites http://spellbreaker.org/~chrender/fizmo/source/ -checksums md5 ba6799b3a6bfe378fb79ddc7ad84a394 \ - sha1 52fca14c4500d48367621661333b262d18b60b72 \ - rmd160 f7fd35dfeb0b68a559e827101906a4273bac7bcf +checksums sha1 061ed507523663ffcd00df1e553f8ff63fadf79d \ + rmd160 7679cfe89cfef3f45a9dff9c5156e1362301fba2 -depends_lib port:ncursesw \ - port:libsdl_sound \ - port:libsndfile \ - port:libxml2 +depends_lib port:libsdl_sound \ + port:libsndfile post-patch { reinplace "s|/opt/local|${prefix}|g" ${worksrcpath}/config.macports.mk - reinplace "s|/usr/include/libxml2|${prefix}/include/libxml2|g" ${worksrcpath}/config.macports.mk + copy ${worksrcpath}/config.macports.mk ${worksrcpath}/config.mk } use_configure no -build.args CONFIG_FILE=config.macports.mk