Commits
Zero King authored 08074b040b1
10 10 | license Apache-2 |
11 11 | maintainers {l2dy @l2dy} openmaintainer |
12 12 | description BitKeeper is a fast, enterprise-ready, distributed SCM \ |
13 13 | that scales up to very large projects and down to tiny ones. |
14 14 | long_description ${description} |
15 15 | homepage http://www.bitkeeper.org/ |
16 16 | master_sites http://www.bitkeeper.org/downloads/${version}/ |
17 17 | distname bk-${version} |
18 18 | extract.suffix .src.tar.gz |
19 19 | |
20 - | checksums rmd160 369bf98e739c22312875937df4410593f319d416 \ |
21 - | sha256 3df7a8d1c47df2e27a41377e8d741a7ade53944cf6327c09f315d6b14d5a6b0b |
20 + | # Stealth distfile update for 7.3.2, remove with next version |
21 + | dist_subdir ${name}/${version}_1 |
22 + | |
23 + | checksums rmd160 b5d2dfd16457cf5282b1c7d8008c145666771ee9 \ |
24 + | sha256 833bf095a1f9c2be435fddbb3ffe10dadfad1853127b97892f1a81c884d4fe1d |
22 25 | |
23 26 | depends_build port:pkgconfig |
24 27 | |
25 28 | depends_lib port:libtomcrypt \ |
26 29 | port:libtommath \ |
27 30 | port:lz4 \ |
28 31 | port:pcre \ |
29 32 | port:zlib |
30 33 | |
31 34 | patchfiles patch-Makefile.diff \ |