Revision: 90210 http://trac.macports.org/changeset/90210 Author: snc@macports.org Date: 2012-02-26 08:51:26 -0800 (Sun, 26 Feb 2012) Log Message: ----------- skipfish: update to 2.04b, ensure UsingTheRightCompiler Modified Paths: -------------- trunk/dports/security/skipfish/Portfile Modified: trunk/dports/security/skipfish/Portfile =================================================================== --- trunk/dports/security/skipfish/Portfile 2012-02-26 16:43:13 UTC (rev 90209) +++ trunk/dports/security/skipfish/Portfile 2012-02-26 16:51:26 UTC (rev 90210) @@ -4,7 +4,7 @@ PortSystem 1.0 name skipfish -version 2.03b +version 2.04b license Apache-2.0 categories security maintainers snc openmaintainer @@ -19,16 +19,18 @@ master_sites googlecode extract.suffix .tgz -checksums rmd160 54cd5a35b6ab78622eeee3d2e868630da4a94d78 \ - sha256 6168f9e7dfa12a5e16b6a1615c74e91bfe04cd534f8fca8179ad4deb09468f38 +checksums rmd160 efa82b2209768d86167c49a6face06a224182aed \ + sha256 4988d600200825a7c85214088d1b97366cd11eb75d614ddffa491c73afba27d6 patchfiles patch-config.h.diff post-patch { reinplace s|@@SHARE@@|${prefix}/share/${name}/|g ${worksrcpath}/config.h + reinplace s|-L/usr/local/lib/\ ||g ${worksrcpath}/Makefile } use_configure no +build.args-append CC=${configure.cc} destroot { file mkdir ${destroot}${prefix}/share/${name} file copy ${worksrcpath}/skipfish ${destroot}${prefix}/bin/skipfish
participants (1)
-
snc@macports.org