Skip to content
Snippets Groups Projects
Verified Commit fc0727aa authored by Anna Wilcox's avatar Anna Wilcox :fox:
Browse files

system/po4a: Update to 0.69

parent a1e062a2
No related branches found
No related tags found
1 merge request!690system/ repo updates from A.
# Contributor: Christian Kampka <christian@kampka.net>
# Maintainer: Zach van Rijn <me@zv.io>
pkgname=po4a
pkgver=0.66
pkgver=0.69
pkgrel=0
pkgdesc="Tools for helping translation of documentation"
url="https://po4a.org"
......@@ -35,5 +35,5 @@ package() {
find ${pkgdir} -name .packlist -o -name perllocal.pod -delete
}
sha512sums="f72e1267cbd6ced01ecc362c327b1634c47dff15398b48644548d28e01ba91108d5626e6d4abcfcb360697e4c0affa3228c6993653ce8f257acbbb3d7ae20fc4 po4a-0.66.tar.gz
4877c3be93b9f6da56db75feb3c72433a14aef465401d0f39db62a1914cc69f062c03a6001f96e5fd726eadd63d0b6094835e30cfe4ce865945af4195d9ee07f disable-stats.patch"
sha512sums="9cb5eec547ab18d1c3ebdda212b909fc4f5489a74641ba2d7e0a3a1d060f245d23667c16e687c678c5ccc3809c9315d20673266dcc3764172a899caa397238e3 po4a-0.69.tar.gz
be457a023383c60864bd155b13d8952f8ae523b709a464af2419695a3fb64c1ee6b4176b23811241fa9bed87c2d0c44dbf8c19178046b052b49ea191d03ccc5a disable-stats.patch"
......@@ -13,10 +13,10 @@ This is because stdout/stderr is empty.
@@ -15,7 +15,8 @@
$self->depends_on('docs');
$self->depends_on('distmeta'); # regenerate META.yml
$self->depends_on('man');
- $self->depends_on('postats');
$self->depends_on('man') unless ($^O eq 'MSWin32');
- $self->depends_on('postats') unless ($^O eq 'MSWin32');
+ # We don't need to show stats at the end.
+ # $self->depends_on('postats');
+ # $self->depends_on('postats') unless $(^O eq 'MSWin32');
}
sub make_files_writable {
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment