Commits
Michael Dickens authored b7cac400260
1 1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
2 2 | |
3 3 | PortSystem 1.0 |
4 4 | PortGroup cmake 1.0 |
5 5 | PortGroup github 1.0 |
6 6 | PortGroup cxx11 1.1 |
7 7 | PortGroup legacysupport 1.0 |
8 8 | |
9 9 | # Only enable legacy support on OSX10.6 or older |
10 10 | legacysupport.newest_darwin_requires_legacy 10 |
11 11 | |
12 - | github.setup Nuand bladeRF 991bba2f9c4d000f000077cc465878d303417e26 |
13 - | version 20190829-[string range ${github.version} 0 7] |
12 + | github.setup Nuand bladeRF f03d84333b05a7911b1a1850705db585f06ec3a7 |
13 + | version 20191001-[string range ${github.version} 0 7] |
14 14 | revision 0 |
15 15 | |
16 16 | # no-OS is a submodule, but because we're not cloning into a GIT |
17 17 | # module in the first place, we can't use the git submodule |
18 18 | # feature. Have to download separately and install into the correct |
19 19 | # location to get this port to work! Which means we need a no-OS |
20 20 | # commit and so forth ... basically replicate what the github PG does |
21 21 | # but without using it since it is not designed to be used for |
22 22 | # multiple downloads. |
23 23 | |
33 33 | set no_OS_distname ${no_OS_github_project}-${no_OS_commit} |
34 34 | set no_OS_distfile ${no_OS_distname}${extract.suffix} |
35 35 | |
36 36 | distfiles ${bladeRF_distfile}:tagone \ |
37 37 | ${no_OS_distfile}:tagtwo |
38 38 | |
39 39 | master_sites ${github.homepage}/tarball/${git.branch}:tagone \ |
40 40 | https://github.com/${no_OS_github_author}/${no_OS_github_project}/tarball/${no_OS_commit}:tagtwo |
41 41 | |
42 42 | checksums ${bladeRF_distfile} \ |
43 - | rmd160 7027962a30c45ff17a9f680bebf2913876969ba0 \ |
44 - | sha256 b3a99c8155feb83c9d6fcb55dce5379f833b11c77a75485faaaf3e1ae45b963e \ |
45 - | size 2198232 \ |
43 + | rmd160 a665b74391ad9230bf814828a4a393d1aabdecd0 \ |
44 + | sha256 59491719e48dda6308f2dcc701567aa65606d64fe9baa409aa1ab3a16da21cc6 \ |
45 + | size 2199045 \ |
46 46 | ${no_OS_distfile} \ |
47 47 | rmd160 dbe43395fc0b22919ac7e6a5e2f355987e4dd2b7 \ |
48 48 | sha256 53670c8f0a9feaa774d8c3067ba201b31c0197294bdd00a1795c72a0368aac40 \ |
49 49 | size 44184797 |
50 50 | |
51 51 | post-extract { |
52 52 | |
53 53 | # roughly replicate what's going on in the github PG post-extract |
54 54 | # for the main tarball extract directory name. It doesn't work |
55 55 | # here because we're using tags. |