Revision: 139535 https://trac.macports.org/changeset/139535 Author: ryandesign@macports.org Date: 2015-08-19 14:49:32 -0700 (Wed, 19 Aug 2015) Log Message: ----------- yajl: update to 2.1.0 and use cmake.out_of_source yes (#47197) Modified Paths: -------------- trunk/dports/devel/yajl/Portfile Modified: trunk/dports/devel/yajl/Portfile =================================================================== --- trunk/dports/devel/yajl/Portfile 2015-08-19 21:48:57 UTC (rev 139534) +++ trunk/dports/devel/yajl/Portfile 2015-08-19 21:49:32 UTC (rev 139535) @@ -5,7 +5,7 @@ PortGroup github 1.0 PortGroup cmake 1.0 -github.setup lloyd yajl 2.0.4 +github.setup lloyd yajl 2.1.0 categories devel maintainers gmail.com:benjaminlyu openmaintainer description Yet Another JSON Library. @@ -15,5 +15,7 @@ homepage http://lloyd.github.com/yajl/ platforms darwin -checksums rmd160 ffb49cc83531c41e70869d6610d47b9b182ca335 \ - sha256 c19b9691cf15f22e74d903cd06ac9ba5e1e216e6a1b82bfe787c3b48a25bc118 +checksums rmd160 df525cb99a1e6f1786c8f8f047127cad1b4eb80a \ + sha256 510a13e0be57cd4ba99e60ac806a3635854af51316d3131d3742a90298ccde38 + +cmake.out_of_source yes