Permalink
Browse files
libyaml: fix checksums and worksrcdir
- Loading branch information
Showing
with
4 additions
and
4 deletions.
-
+4
−4
devel/libyaml/Portfile
|
|
@@ -19,11 +19,11 @@ homepage https://pyyaml.org/wiki/LibYAML |
|
|
master_sites https://pyyaml.org/download/libyaml |
|
|
|
|
|
distname ${dname}-${version} |
|
|
worksrcdir ${name}-${version} |
|
|
worksrcdir ${dname}-${version} |
|
|
|
|
|
checksums rmd160 69780e8ab84506e8c2422aa49c1c9743ee433251 \ |
|
|
sha256 46bca77dc8be954686cff21888d6ce10ca4016b360ae1f56962e6882a17aa1fe \ |
|
|
size 79465 |
|
|
checksums rmd160 27a870e810215083ed6a33481f6eb704ae4cfab1 \ |
|
|
sha256 4a9100ab61047fd9bd395bcef3ce5403365cafd55c1e0d0299cde14958e47be9 \ |
|
|
size 609359 |
|
|
|
|
|
use_autoreconf yes |
|
|
|
|
|
|