diff options
author | thierry <thierry@FreeBSD.org> | 2014-04-27 21:18:10 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2014-04-27 21:18:10 +0800 |
commit | af08935fc97b6fb30d519c82ff703de59d0c87df (patch) | |
tree | 105ac13d1b89e2d4b47f6ebeabc7abce2b3fd520 /x11 | |
parent | 5ab893f4431d42563e84b525dd792f05a29b633c (diff) | |
download | freebsd-ports-gnome-af08935fc97b6fb30d519c82ff703de59d0c87df.tar.gz freebsd-ports-gnome-af08935fc97b6fb30d519c82ff703de59d0c87df.tar.zst freebsd-ports-gnome-af08935fc97b6fb30d519c82ff703de59d0c87df.zip |
Upgrade to 9.20.
Changelog at <http://cvs.schmorp.de/rxvt-unicode/Changes>.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/rxvt-unicode/Makefile | 3 | ||||
-rw-r--r-- | x11/rxvt-unicode/distinfo | 4 | ||||
-rw-r--r-- | x11/rxvt-unicode/files/patch-src_rxvt.h | 11 | ||||
-rw-r--r-- | x11/rxvt-unicode/pkg-plist | 2 |
4 files changed, 5 insertions, 15 deletions
diff --git a/x11/rxvt-unicode/Makefile b/x11/rxvt-unicode/Makefile index ad7bdd4c1488..2a6ee74aa249 100644 --- a/x11/rxvt-unicode/Makefile +++ b/x11/rxvt-unicode/Makefile @@ -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 diff --git a/x11/rxvt-unicode/distinfo b/x11/rxvt-unicode/distinfo index 860bce940fb9..6a60edd7bd8f 100644 --- a/x11/rxvt-unicode/distinfo +++ b/x11/rxvt-unicode/distinfo @@ -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 diff --git a/x11/rxvt-unicode/files/patch-src_rxvt.h b/x11/rxvt-unicode/files/patch-src_rxvt.h deleted file mode 100644 index ec6841ea2f19..000000000000 --- a/x11/rxvt-unicode/files/patch-src_rxvt.h +++ /dev/null @@ -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; diff --git a/x11/rxvt-unicode/pkg-plist b/x11/rxvt-unicode/pkg-plist index c1743c448046..89e6d34845c1 100644 --- a/x11/rxvt-unicode/pkg-plist +++ b/x11/rxvt-unicode/pkg-plist @@ -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 |