diff options
author | thierry <thierry@FreeBSD.org> | 2006-07-18 05:12:38 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2006-07-18 05:12:38 +0800 |
commit | 020711451f443bcd047d81ba5f3a3f8868b45b09 (patch) | |
tree | 51fa5e79dd39f23fdd81ea29da63a7c1399ba038 /x11 | |
parent | f30c882c8574a2b8d056ed2b7b0ca79d331af2ed (diff) | |
download | freebsd-ports-gnome-020711451f443bcd047d81ba5f3a3f8868b45b09.tar.gz freebsd-ports-gnome-020711451f443bcd047d81ba5f3a3f8868b45b09.tar.zst freebsd-ports-gnome-020711451f443bcd047d81ba5f3a3f8868b45b09.zip |
Upgrade to 7.8.
Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/rxvt-unicode/Makefile | 4 | ||||
-rw-r--r-- | x11/rxvt-unicode/distinfo | 6 | ||||
-rw-r--r-- | x11/rxvt-unicode/files/patch-src_perl_kuake | 12 | ||||
-rw-r--r-- | x11/rxvt-unicode/pkg-plist | 1 |
4 files changed, 18 insertions, 5 deletions
diff --git a/x11/rxvt-unicode/Makefile b/x11/rxvt-unicode/Makefile index fe3355ec09f9..d9f5231b74f2 100644 --- a/x11/rxvt-unicode/Makefile +++ b/x11/rxvt-unicode/Makefile @@ -6,8 +6,7 @@ # PORTNAME= rxvt-unicode -PORTVERSION= 7.7 -PORTREVISION= 1 +PORTVERSION= 7.8 CATEGORIES= x11 MASTER_SITES= http://dist.schmorp.de/rxvt-unicode/%SUBDIR%/ MASTER_SITE_SUBDIR= . Attic @@ -190,6 +189,7 @@ post-patch: .endif pre-configure: + @${RM} ${WRKSRC}/src/perl/kuake.orig @${PERL} -pi -e 's|(PTYCHAR2\s+"[^"]+)"|\1ghijklmnopqrstuv"|' \ ${WRKSRC}/src/ptytty.C diff --git a/x11/rxvt-unicode/distinfo b/x11/rxvt-unicode/distinfo index 52a1427d0aa7..a31d64da6a5a 100644 --- a/x11/rxvt-unicode/distinfo +++ b/x11/rxvt-unicode/distinfo @@ -1,3 +1,3 @@ -MD5 (rxvt-unicode-7.7.tar.bz2) = 68298390375da1b34f89a0aa634c9b20 -SHA256 (rxvt-unicode-7.7.tar.bz2) = 04ecd2577ee0c210df610b4a5d870f2bda57c80962fb5b51ae9c4a94098c726c -SIZE (rxvt-unicode-7.7.tar.bz2) = 876369 +MD5 (rxvt-unicode-7.8.tar.bz2) = 8bb2746eaa814f90d795534d67d9198a +SHA256 (rxvt-unicode-7.8.tar.bz2) = f3dff7365770871651389524a3bff9b0b2c0044ef59a6a3da2039c0bf6180c9e +SIZE (rxvt-unicode-7.8.tar.bz2) = 873603 diff --git a/x11/rxvt-unicode/files/patch-src_perl_kuake b/x11/rxvt-unicode/files/patch-src_perl_kuake new file mode 100644 index 000000000000..3871bef4dfea --- /dev/null +++ b/x11/rxvt-unicode/files/patch-src_perl_kuake @@ -0,0 +1,12 @@ +--- ./src/perl/kuake.orig Fri Jul 7 01:46:51 2006 ++++ ./src/perl/kuake Mon Jul 17 22:35:22 2006 +@@ -11,7 +11,8 @@ + $self->{keycode} = $self->XKeysymToKeycode ($self->{keysym}) + or urxvt::fatal "cannot convert requested kuake wake-up key '$self->{key}' to keycode, unable to continue.\n"; + +- $self->XGrabKey ($self->{keycode}, urxvt::AnyModifier, $self->DefaultRootWindow); ++ $self->XGrabKey ($self->{keycode}, urxvt::AnyModifier, $self->DefaultRootWindow) ++ or urxvt::fatal "cannot grab requested kuake wake-up key '$self->{keycode}' (attempt to access private resource denied), unable to continue.\n"; + + $self->XUnmapWindow ($self->parent); + diff --git a/x11/rxvt-unicode/pkg-plist b/x11/rxvt-unicode/pkg-plist index 57d9bab4dfdf..042743d50371 100644 --- a/x11/rxvt-unicode/pkg-plist +++ b/x11/rxvt-unicode/pkg-plist @@ -5,6 +5,7 @@ bin/urxvtd %%PERL%%lib/urxvt/perl/block-graphics-to-ascii %%PERL%%lib/urxvt/perl/digital-clock %%PERL%%lib/urxvt/perl/example-refresh-hooks +%%PERL%%lib/urxvt/perl/kuake %%PERL%%lib/urxvt/perl/mark-urls %%PERL%%lib/urxvt/perl/option-popup %%PERL%%lib/urxvt/perl/readline |