Permalink
Browse files
libyaml: deal with stealth-update
- Loading branch information
Showing
with
4 additions
and
1 deletion.
-
+4
−1
devel/libyaml/Portfile
|
|
@@ -5,7 +5,7 @@ PortSystem 1.0 |
|
|
name libyaml |
|
|
set dname yaml |
|
|
version 0.2.2 |
|
|
revision 0 |
|
|
revision 1 |
|
|
maintainers nomaintainer |
|
|
categories devel |
|
|
platforms darwin |
|
|
@@ -21,6 +21,9 @@ master_sites https://pyyaml.org/download/libyaml |
|
|
distname ${dname}-${version} |
|
|
worksrcdir ${dname}-${version} |
|
|
|
|
|
# deal with stealth-update; remove at next update |
|
|
dist_subdir ${name}/${version}_1 |
|
|
|
|
|
checksums rmd160 27a870e810215083ed6a33481f6eb704ae4cfab1 \ |
|
|
sha256 4a9100ab61047fd9bd395bcef3ce5403365cafd55c1e0d0299cde14958e47be9 \ |
|
|
size 609359 |
|
|
|