diff --git a/devel/boost/Portfile b/devel/boost/Portfile
index 07ffc624cf..7f6e7bc1e5 100644
a
|
b
|
PortGroup active_variants 1.1 |
8 | 8 | |
9 | 9 | name boost |
10 | 10 | |
11 | | version 1.66.0 |
| 11 | version 1.67.0 |
12 | 12 | # Revision is set below in the `if {$subport eq $name} { ... }` statement |
13 | 13 | # The boost-numpy subport has its own revision number |
14 | | checksums rmd160 ee5dafdfa49adf50a5333cef1f55dac4f70b4c14 \ |
15 | | sha256 5721818253e6a0989583192f96782c4a98eb6204965316df9f5ad75819225ca9 \ |
16 | | size 85995778 |
| 14 | checksums rmd160 d5bf97b8a953b87c08e367556856204a05346315 \ |
| 15 | sha256 2684c972994ee57fc5632e03bf044746f6eb45d4920c343937a465fd67a5adba \ |
| 16 | size 87336566 |
17 | 17 | |
18 | 18 | license Boost-1 |
19 | 19 | categories devel |
… |
… |
subport boost-numpy { |
277 | 277 | } |
278 | 278 | |
279 | 279 | if {$subport eq $name} { |
280 | | revision 3 |
| 280 | revision 0 |
281 | 281 | patchfiles-append patch-disable-numpy-extension.diff |
282 | 282 | |
283 | 283 | variant regex_match_extra description \ |