Commits
Michael Dickens authored 7c4eca1aa25
47 47 | } |
48 48 | |
49 49 | subport gnuradio-devel { |
50 50 | |
51 51 | long_description ${description}: \ |
52 52 | This port is kept up with the GNU Radio GIT 'master' branch, which is typically updated daily to weekly. This version of GNU Radio generally contains fixes to, and its API is compatible with, the current GNU Radio release, and will be incorporated in an upcoming release. This port may or not compile or function correctly, as it represents a work in progress. If it does not work, check back in a few days. Or try deactivating the currently active gnuradio port, cleaning any current builds, and trying again. |
53 53 | |
54 54 | name gnuradio-devel |
55 55 | conflicts gnuradio gnuradio-next |
56 56 | |
57 - | github.setup gnuradio gnuradio 0035234c9f6d92f485c66697f59f73e2504b3d1c |
58 - | version 20180626 |
59 - | revision 1 |
57 + | github.setup gnuradio gnuradio e7591a042ba504bf5ec6a565f80505e5ea45e7af |
58 + | version 20180708 |
60 59 | checksums \ |
61 - | rmd160 289850cecb008f8416206bcb280e5d27325aeb17 \ |
62 - | sha256 9951313ca0eb69b8f7e355598c989e3cc2ea7f0887b8b18f388970960df9f3f6 \ |
63 - | size 4422176 |
60 + | rmd160 a0da5738ee179142d768a328aa5107b447b61f2a \ |
61 + | sha256 894a6a7392a675feb50d158ecb5bccab13b01595599fb7605d607a0aa1ecd1fc \ |
62 + | size 4422177 |
64 63 | |
65 64 | # set the version override string |
66 65 | |
67 66 | set GR_VERSION_INFO "devel-git-[string range ${github.version} 0 7](${version})" |
68 67 | |
69 68 | } |
70 69 | |
71 70 | subport gnuradio-next { |
72 71 | |
73 72 | long_description ${description}: \ |
74 73 | This port is kept up with the GNU Radio GIT 'next' branch, which is typically updated daily to weekly. This version of GNU Radio represents the next major release of GNU Radio, and hence its API is likely to be different than that provided by either gnuradio or gnuradio-devel. This port may or not compile or function correctly, as it represents a work in progress. If it does not work, check back in a few days. Or try deactivating the currently active gnuradio port, cleaning any current builds, and trying again. |
75 74 | |
76 75 | name gnuradio-next |
77 76 | conflicts gnuradio gnuradio-devel |
78 77 | |
79 - | github.setup gnuradio gnuradio 739f30e97cdffa0ede5892583668bfd0207a96dd |
80 - | version 20180627 |
81 - | revision 1 |
78 + | github.setup gnuradio gnuradio 5d17aec05429ec7815901c213a84b3dc2398b7d4 |
79 + | version 20180708 |
82 80 | checksums \ |
83 - | rmd160 f52186bbcf708b1b4dfdce66180d5b7265982560 \ |
84 - | sha256 07222535367ddc65a64e9f16fc8072abf33207d6e8d2f5a0ece5db4788491e3e \ |
85 - | size 3628507 |
81 + | rmd160 97cae9c2b1823f266b5c82abc944a7cadb0a03b9 \ |
82 + | sha256 c8180e10b6d51489712ac86e4ce6929d6a48fbc98aee224f6f268d5a6ba6ecbc \ |
83 + | size 3628812 |
86 84 | |
87 85 | # set the version override string |
88 86 | |
89 87 | set GR_VERSION_INFO "next-git-[string range ${github.version} 0 7](${version})" |
90 88 | |
91 89 | # overload the github livecheck branch |
92 90 | |
93 91 | github.livecheck.branch next |
94 92 | |
95 93 | } |