diff options
author | Matthieu Herrb <matthieu@herrb.eu> | 2020-07-19 10:36:42 +0200 |
---|---|---|
committer | Matthieu Herrb <matthieu@herrb.eu> | 2020-07-19 10:36:42 +0200 |
commit | d6168f66272446efe03a2ef31b58db628ef51b7b (patch) | |
tree | 4e50b2aaaf3c259eb618348f3f6f535968900f35 /x11 | |
parent | 9faaedce7563c6ffd06a239ff4dd7205e627e89d (diff) |
xterm: update to version 358
While there add libXinerama to LIB_DEPENDS / WANTLIB
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xterm/Makefile | 7 | ||||
-rw-r--r-- | x11/xterm/distinfo | 4 |
2 files changed, 6 insertions, 5 deletions
diff --git a/x11/xterm/Makefile b/x11/xterm/Makefile index b217f64..599d5c1 100644 --- a/x11/xterm/Makefile +++ b/x11/xterm/Makefile @@ -1,7 +1,7 @@ # $OpenBSD: Makefile.template,v 1.83 2019/07/02 12:03:14 sthen Exp $ COMMENT = terminal emulator for the X Window System. -DISTNAME = xterm-353 +DISTNAME = xterm-358 CATEGORIES = x11 @@ -12,7 +12,7 @@ MAINTAINER = xenocara@openbsd.org # MIT PERMIT_PACKAGE = Yes -WANTLIB = ICE X11 Xaw7 Xext Xft Xmu Xpm Xt \ +WANTLIB = ICE X11 Xaw7 Xext Xft Xinerama Xmu Xpm Xt \ c curses fontconfig freetype util MASTER_SITES = ftp://ftp.invisible-island.net/xterm/ @@ -20,7 +20,8 @@ MASTER_SITES = ftp://ftp.invisible-island.net/xterm/ EXTRACT_SUFX = .tgz LIB_DEPENDS = x11/libXaw \ - x11/libXft + x11/libXft \ + x11/libXinerama RUN_DEPENDS = x11/libXcursor diff --git a/x11/xterm/distinfo b/x11/xterm/distinfo index 4f3d9e7..db2e137 100644 --- a/x11/xterm/distinfo +++ b/x11/xterm/distinfo @@ -1,2 +1,2 @@ -SHA256 (xterm-353.tgz) = 5SHT7p3vYfXVyRGvx03Vw6Vs4UfHBxx0Aj6iTKybt2g= -SIZE (xterm-353.tgz) = 1407183 +SHA256 (xterm-358.tgz) = fNsQaWKRCplwCzxF+hoUk+Rul6WqN4UJOnhuBxlvv3s= +SIZE (xterm-358.tgz) = 1421546 |