Permalink
Browse files
audacity-devel: update to 2.2.2-407-g56bca7427
- Loading branch information
Showing
with
8 additions
and
5 deletions.
-
+8
−5
audio/audacity/Portfile
|
|
@@ -38,13 +38,16 @@ if {${subport} eq "${name}"} { |
|
|
set PPREFIX ./ |
|
|
} else { |
|
|
conflicts ${name} |
|
|
# git describe --tags : Audacity-2.2.2-336-g49eb7ddb6 |
|
|
github.setup audacity audacity 49eb7ddb61cf7d2d9468932ac340550ef48a8828 |
|
|
version 2.2.2.336 |
|
|
# git describe --tags : Audacity-2.2.2-407-g56bca7427 |
|
|
github.setup audacity audacity 56bca7427218ab9bdd9a54f4eb7d7490c07657bb |
|
|
version 2.2.2.407 |
|
|
# this port is intended to facilitate development efforts shared with "upstreams" |
|
|
# so using git instead of a tarball fetch type is more appropriate. |
|
|
fetch.type git |
|
|
distname audacity-git |
|
|
# fetch.type git |
|
|
# distname audacity-git |
|
|
checksums rmd160 43b66fdbe873d5f64059f5b58b20b676d9540d20 \ |
|
|
sha256 9231238cfe468b7b0531853564cfc19dea635f50b1acd5c9b468c5795d6e767b \ |
|
|
size 26049423 |
|
|
set PPREFIX devel/ |
|
|
|
|
|
variant wx32 description {Use wxWidgets 3.2 - experimental!} {} |
|
|
|