Revision: 139609 https://trac.macports.org/changeset/139609 Author: raimue@macports.org Date: 2015-08-21 03:42:28 -0700 (Fri, 21 Aug 2015) Log Message: ----------- sysutils/jq: Update to version 1.5, switch to github port group Modified Paths: -------------- trunk/dports/sysutils/jq/Portfile Modified: trunk/dports/sysutils/jq/Portfile =================================================================== --- trunk/dports/sysutils/jq/Portfile 2015-08-21 10:09:21 UTC (rev 139608) +++ trunk/dports/sysutils/jq/Portfile 2015-08-21 10:42:28 UTC (rev 139609) @@ -2,9 +2,9 @@ # $Id$ PortSystem 1.0 +PortGroup github 1.0 -name jq -version 1.4 +github.setup stedolan jq 1.5 jq- categories sysutils platforms darwin maintainers raimue \ @@ -18,13 +18,13 @@ grep and friends let you play with text. homepage http://stedolan.github.io/jq/ -master_sites http://stedolan.github.io/jq/download/source/ +github.tarball_from releases # remove when https://github.com/stedolan/jq/issues/416 is resolved depends_build port:bison -checksums rmd160 c1139f4363ff3b44478abea82e36cfdf56ec22df \ - sha256 998c41babeb57b4304e65b4eb73094279b3ab1e63801b6b4bddd487ce009b39d +checksums rmd160 a403cb2007f76e8489ed5cca41851d08429cfcc1 \ + sha256 c4d2bfec6436341113419debf479d833692cc5cdab7eb0326b5a4d4fbe9f493c # The documentation requires some ruby dependencies which are not available as # ports. However, the manpage is already distributed in compiled form and will @@ -32,5 +32,4 @@ configure.args --disable-docs livecheck.type regex -livecheck.url http://stedolan.github.io/jq/download/ livecheck.regex ${name}-(\\d+(\.\\d+)+)\.tar
participants (1)
-
raimue@macports.org