Upgrade to 9.20.
Changelog at <http://cvs.schmorp.de/rxvt-unicode/Changes>.
This commit is contained in:
parent
29ccd2242e
commit
0306b5ab1f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=352418
4 changed files with 5 additions and 15 deletions
|
@ -2,8 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= rxvt-unicode
|
||||
PORTVERSION= 9.19
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 9.20
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= http://dist.schmorp.de/rxvt-unicode/%SUBDIR%/
|
||||
MASTER_SITE_SUBDIR= . Attic
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (rxvt-unicode-9.19.tar.bz2) = d9237cf1973af461ecbeeb708e4d00893294771558e8338b4f33418ed52d3241
|
||||
SIZE (rxvt-unicode-9.19.tar.bz2) = 914096
|
||||
SHA256 (rxvt-unicode-9.20.tar.bz2) = e73e13fe64b59fd3c8e6e20c00f149d388741f141b8155e4700d3ed40aa94b4e
|
||||
SIZE (rxvt-unicode-9.20.tar.bz2) = 916598
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
--- src/rxvt.h.orig 2013-10-03 01:05:18.000000000 +0200
|
||||
+++ src/rxvt.h 2014-03-12 22:52:58.000000000 +0100
|
||||
@@ -1540,7 +1540,7 @@
|
||||
bool scr_page (int nlines) NOTHROW;
|
||||
bool scr_page (enum page_dirn direction, int nlines) NOTHROW
|
||||
{
|
||||
- scr_page (direction * nlines);
|
||||
+ return scr_page (direction * nlines);
|
||||
}
|
||||
bool scr_changeview (int new_view_start) NOTHROW;
|
||||
void scr_bell () NOTHROW;
|
|
@ -23,6 +23,7 @@ bin/urxvtd
|
|||
%%PERL%%lib/urxvt/perl/selection-autotransform
|
||||
%%PERL%%lib/urxvt/perl/selection-pastebin
|
||||
%%PERL%%lib/urxvt/perl/selection-popup
|
||||
%%PERL%%lib/urxvt/perl/selection-to-clipboard
|
||||
%%PERL%%lib/urxvt/perl/tabbed
|
||||
%%PERL%%lib/urxvt/perl/urxvt-popup
|
||||
%%PERL%%lib/urxvt/perl/xim-onthespot
|
||||
|
@ -48,6 +49,7 @@ bin/urxvtd
|
|||
%%PERL%%man/man1/urxvt-selection-autotransform.1.gz
|
||||
%%PERL%%man/man1/urxvt-selection-pastebin.1.gz
|
||||
%%PERL%%man/man1/urxvt-selection-popup.1.gz
|
||||
%%PERL%%man/man1/urxvt-selection-to-clipboard.1.gz
|
||||
%%PERL%%man/man1/urxvt-selection.1.gz
|
||||
%%PERL%%man/man1/urxvt-tabbed.1.gz
|
||||
%%PERL%%man/man1/urxvt-xim-onthespot.1.gz
|
||||
|
|
Loading…
Reference in a new issue