x11/rxvt-unicode: upgrade to 9.26
Changelog at <http://lists.schmorp.de/pipermail/rxvt-unicode/2021q2/002607.html>. Also add a dependency on libxcb when notifications are selected.
This commit is contained in:
parent
5845c06cfb
commit
8059d56570
2 changed files with 5 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
# Created by: gpalmer@FreeBSD.org
|
||||
|
||||
PORTNAME= rxvt-unicode
|
||||
PORTVERSION= 9.25
|
||||
PORTVERSION= 9.26
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= http://dist.schmorp.de/rxvt-unicode/%SUBDIR%/
|
||||
MASTER_SITE_SUBDIR= . Attic
|
||||
|
@ -110,6 +110,7 @@ GDK_PIXBUF_CONFIGURE_ENABLE= pixbuf
|
|||
# enable startup notification
|
||||
NOTIFY_CONFIGURE_ENABLE= startup-notification
|
||||
NOTIFY_LIB_DEPENDS= libstartup-notification-1.so:x11/startup-notification
|
||||
NOTIFY_USE= XORG=xcb
|
||||
|
||||
# enable support for 256 colors
|
||||
256_COLOR_CONFIGURE_ON= --enable-256-color
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1621003273
|
||||
SHA256 (rxvt-unicode-9.25.tar.bz2) = 0c79c6c0056d51528ac8f96916794959b7fe0a0f785795f2130e2e8b99e12146
|
||||
SIZE (rxvt-unicode-9.25.tar.bz2) = 900910
|
||||
TIMESTAMP = 1621013704
|
||||
SHA256 (rxvt-unicode-9.26.tar.bz2) = 643116b9a25d29ad29f4890131796d42e6d2d21312282a613ef66c80c5b8c98b
|
||||
SIZE (rxvt-unicode-9.26.tar.bz2) = 904950
|
||||
|
|
Loading…
Reference in a new issue