Skip to content

Commit

Permalink
yash: Update to 2.48
Browse files Browse the repository at this point in the history
  • Loading branch information
larryv committed Feb 19, 2019
1 parent d15f493 commit 403d0aa
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions shells/yash/Portfile
Expand Up @@ -6,7 +6,7 @@ PortSystem 1.0
PortGroup muniversal 1.0

name yash
version 2.47
version 2.48
categories shells
platforms darwin
license GPL-2+
Expand All @@ -22,10 +22,11 @@ homepage http://yash.osdn.jp
depends_lib port:gettext port:ncurses

# This number changes with each release.
master_sites osdn:${name}/69353
master_sites osdn:${name}/70439
use_xz yes
checksums rmd160 9b89714a687d1974bcb392eb7b08a571893223b1 \
sha256 931f2e7451d8b1eca2a98caeef7eda0527d96376f9f2c9bec90bc5938e39992e
checksums rmd160 292deaa905d2a93b0fbc1114c2750e7c205efaf9 \
sha256 f46294d77c5a646405db20a6dc3d16bc1ed109b061b2a508081ce483153c1e8d \
size 736280

patchfiles respect-destdir.patch

Expand Down

1 comment on commit 403d0aa

@l2dy
Copy link
Member

@l2dy l2dy commented on 403d0aa Nov 11, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This upgrade introduced a new dependency, so builds on our Buildbot failed.

make[1]: Entering directory `/opt/local/var/macports/build/.../yash/work/yash-2.48/doc'
a2x -d manpage -f manpage -L  -a docdate="`date +%Y-%m-%d`" -a yashversion="2.48" -a linkcss -a disable-javascript yash.txt
/bin/sh: a2x: command not found
make[1]: *** [yash.1] Error 127
make[1]: Leaving directory `/opt/local/var/macports/build/.../yash/work/yash-2.48/doc'
make: *** [install-data] Error 2
make: Leaving directory `/opt/local/var/macports/build/.../yash/work/yash-2.48'
Command failed:  cd "/opt/local/var/macports/build/.../yash/work/yash-2.48" && /usr/bin/make -w install install-html DESTDIR=/opt/local/var/macports/build/.../yash/work/destroot

Please sign in to comment.