diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2004-12-13 18:29:09 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2004-12-13 18:29:09 +0000 |
commit | 30ef2fb9017bc9b82ffed58126296a403022e336 (patch) | |
tree | ff99e4595e5df49937d44925305e19f6a28a4111 /x11/rxvt-unicode | |
parent | o) Don't report deinstall message (manually deletion of directory) (diff) |
Upgrade to 4.5.
From the changelog:
- fix an extremely nasty bug in utf8-conversion. upgrade is advised.
- completely re-wrote selection pasting. This should fix garbled
incomplete characters at 32k boundaries and too-short INCR
selections, and more. Increases memory requirements considerably
for large selections, but that seems unavoidable.
Diffstat (limited to 'x11/rxvt-unicode')
-rw-r--r-- | x11/rxvt-unicode/Makefile | 2 | ||||
-rw-r--r-- | x11/rxvt-unicode/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/x11/rxvt-unicode/Makefile b/x11/rxvt-unicode/Makefile index 4ed99f11a886..39438c6adb9c 100644 --- a/x11/rxvt-unicode/Makefile +++ b/x11/rxvt-unicode/Makefile @@ -6,7 +6,7 @@ # PORTNAME= rxvt-unicode -PORTVERSION= 4.4 +PORTVERSION= 4.5 CATEGORIES= x11 MASTER_SITES= http://dist.schmorp.de/rxvt-unicode/%SUBDIR%/ MASTER_SITE_SUBDIR= . Attic diff --git a/x11/rxvt-unicode/distinfo b/x11/rxvt-unicode/distinfo index 2b42667dadd0..da7740e2230b 100644 --- a/x11/rxvt-unicode/distinfo +++ b/x11/rxvt-unicode/distinfo @@ -1,2 +1,2 @@ -MD5 (rxvt-unicode-4.4.tar.bz2) = d3a65bddc7dc4d9c909c2efb8da3d531 -SIZE (rxvt-unicode-4.4.tar.bz2) = 888679 +MD5 (rxvt-unicode-4.5.tar.bz2) = 6c50844b781cb56f34b56b1452792352 +SIZE (rxvt-unicode-4.5.tar.bz2) = 903285 |