citrun

watch C/C++ source code execute
Log | Files | Refs | LICENSE

commit 42d3ba446155c330418937a61fd6ffc92f84f723
parent 8c102bfcaa8579f3945a036c732cf1814aede365
Author: Kyle Milz <kyle@getaddrinfo.net>
Date:   Sat, 11 Jun 2016 22:27:58 -0600

pkg/darwin: fetch over git to avoid checksum hell

Diffstat:
Mpkg/darwin/devel/citrun/Portfile | 10++++------
1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/pkg/darwin/devel/citrun/Portfile b/pkg/darwin/devel/citrun/Portfile @@ -11,13 +11,11 @@ license BSD description Watch your source code execute long_description Citrun adds compile time instrumentation so you can watch your program run homepage http://citrun.com -master_sites http://citrun.com/src/ +#master_sites http://citrun.com/src/ -checksums rmd160 3bfad1d8d64a9dd189be9fc2290d7335427eeca0 \ - sha256 b442f9b469dba3abc9f46e48f9b888c7fb5f12fba753c0f70bedeb2097e1732f - -#fetch.type git -#git.url http://git.0x30.net/citrun +fetch.type git +git.url http://git.0x30.net/citrun +git.branch origin/master depends_lib path:bin/perl:perl5 \ port:llvm-3.7 \