Revision: 129096 https://trac.macports.org/changeset/129096 Author: snc@macports.org Date: 2014-12-05 09:47:38 -0800 (Fri, 05 Dec 2014) Log Message: ----------- libftdi0: *disable boost to prevent cpp wrapper picked up by libftdi1 *built docs don't get installed *examples aren't worthwhile re:Raim Modified Paths: -------------- trunk/dports/devel/libftdi/Portfile Modified: trunk/dports/devel/libftdi/Portfile =================================================================== --- trunk/dports/devel/libftdi/Portfile 2014-12-05 17:40:23 UTC (rev 129095) +++ trunk/dports/devel/libftdi/Portfile 2014-12-05 17:47:38 UTC (rev 129096) @@ -29,9 +29,17 @@ livecheck.type regex subport libftdi0 { + revision 1 + distname libftdi-${version} + checksums rmd160 7406f831a6d7b3ccf8e246504f7275a5208f94e9 \ sha256 3176d5b5986438f33f5208e690a8bfe90941be501cc0a72118ce3d338d4b838e + + configure.args-append --with-boost=no \ + --without-examples \ + --without-docs + livecheck.regex ${name}-(0(\\.\\d+)+) }
participants (1)
-
snc@macports.org