diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2021-12-02 05:16:32 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2021-12-02 05:16:33 +0000 |
commit | 61c98459cc535ec6a48cace160ae00e7c417b277 (patch) | |
tree | 4f4efe1c9b0eae56c6f0b995221bd330ebfc953f /x11-wm/icewm | |
parent | 78f384660edf5b578487131ef8c1f30356f047e2 (diff) | |
download | freebsd-ports-61c98459cc535ec6a48cace160ae00e7c417b277.zip |
x11-wm/icewm: update IceWM to version 2.9.1 (bugfix release).
Diffstat (limited to 'x11-wm/icewm')
-rw-r--r-- | x11-wm/icewm/Makefile | 6 | ||||
-rw-r--r-- | x11-wm/icewm/distinfo | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/x11-wm/icewm/Makefile b/x11-wm/icewm/Makefile index 460e3b239c1e..344e4811e800 100644 --- a/x11-wm/icewm/Makefile +++ b/x11-wm/icewm/Makefile @@ -1,7 +1,7 @@ # Created by: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp> PORTNAME= icewm -PORTVERSION= 2.9.0 +PORTVERSION= 2.9.1 CATEGORIES= x11-wm MASTER_SITES= https://github.com/ice-wm/icewm/releases/download/${PORTVERSION}/ @@ -60,6 +60,10 @@ post-extract: @${LN} -sf ${STARTUP_PIXMAP} ${WRKSRC}/lib/${dir}/start.xpm .endfor +post-patch: + @${REINPLACE_CMD} -e '/#include <unistd/ { x; s,^,#include\ + <sys/wait.h>,; G; }' ${WRKSRC}/src/akeyboard.cc + post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} .for f in ChangeLog NEWS README TODO doc/*.html diff --git a/x11-wm/icewm/distinfo b/x11-wm/icewm/distinfo index d95c625ad28a..ae7d9d8c9a16 100644 --- a/x11-wm/icewm/distinfo +++ b/x11-wm/icewm/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1637720210 -SHA256 (icewm-2.9.0.tar.lz) = c76a8c9965a1edde4f2446b47ee17c8564e0e20f3d8474465f6d4c54d1125ac4 -SIZE (icewm-2.9.0.tar.lz) = 1745872 +TIMESTAMP = 1638412605 +SHA256 (icewm-2.9.1.tar.lz) = d5e76ed1dc6a1665b92fef9b7ba8bf047ed53d1a317619b213ea46dc36fae133 +SIZE (icewm-2.9.1.tar.lz) = 1747544 |