Revision: 122988 https://trac.macports.org/changeset/122988 Author: hum@macports.org Date: 2014-08-02 20:02:46 -0700 (Sat, 02 Aug 2014) Log Message: ----------- vowpal_wabbit: update to 7.7; use autogen.sh; install additional documents. Modified Paths: -------------- trunk/dports/math/vowpal_wabbit/Portfile Modified: trunk/dports/math/vowpal_wabbit/Portfile =================================================================== --- trunk/dports/math/vowpal_wabbit/Portfile 2014-08-03 02:57:04 UTC (rev 122987) +++ trunk/dports/math/vowpal_wabbit/Portfile 2014-08-03 03:02:46 UTC (rev 122988) @@ -4,7 +4,7 @@ PortSystem 1.0 PortGroup github 1.0 -github.setup JohnLangford vowpal_wabbit 7.6 +github.setup JohnLangford vowpal_wabbit 7.7 categories math maintainers hum openmaintainer @@ -18,11 +18,30 @@ platforms darwin license BSD -checksums rmd160 58b3c9edc9f335fb0764342da19b46a5c9e1f6af \ - sha256 07e69f7cce6b90859a2dc3d89ef63aa59e295be07422271af949d6ea633babe5 +checksums rmd160 e5ad3f1141a016cd94590739b83256c44b11accc \ + sha256 8c20bced01e89358f76cf69988e16652b4a4b8a4397d149583b09fbc108f3e14 +depends_build port:libtool \ + port:autoconf \ + port:automake depends_lib port:boost +pre-configure { + system -W ${worksrcpath} "./autogen.sh" +} + test.run yes +post-destroot { + # install an additional document. + set doc_dir ${destroot}${prefix}/share/doc/${name} + xinstall -d ${doc_dir} + xinstall -m 644 -W ${worksrcpath} \ + AUTHORS \ + COPYING \ + LICENSE \ + README.md \ + ${doc_dir} +} + variant cluster description {Obsolete compatibility variant} {}