Hi, another beta, which fixes a problem spotted by William (thanks). If you're a ratpoison user, please report successes and failures privately. :)
Index: Makefile =================================================================== RCS file: /cvs/ports/x11/ratpoison/Makefile,v retrieving revision 1.29 diff -u -p -r1.29 Makefile --- Makefile 26 Feb 2014 20:07:18 -0000 1.29 +++ Makefile 2 Apr 2014 06:16:16 -0000 @@ -2,8 +2,7 @@ COMMENT= minimal wm based on GNU screen -DISTNAME= ratpoison-1.4.6 -REVISION= 1 +DISTNAME= ratpoison-1.4.7-rc3 CATEGORIES= x11 HOMEPAGE= http://www.nongnu.org/ratpoison/ @@ -15,10 +14,10 @@ PERMIT_PACKAGE_CDROM= Yes WANTLIB+= X11 Xext Xft Xinerama Xtst c -MASTER_SITES= ${MASTER_SITE_SAVANNAH:=ratpoison/} +MASTER_SITES= http://wxcvbn.org/~jca/distfiles/ \ + ${MASTER_SITE_SAVANNAH:=ratpoison/} SEPARATE_BUILD= Yes -USE_GROFF= Yes CONFIGURE_STYLE= gnu CONFIGURE_ARGS+= --with-xterm=${X11BASE}/bin/xterm \ --disable-history Index: distinfo =================================================================== RCS file: /cvs/ports/x11/ratpoison/distinfo,v retrieving revision 1.15 diff -u -p -r1.15 distinfo --- distinfo 7 Apr 2013 20:09:23 -0000 1.15 +++ distinfo 2 Apr 2014 06:16:19 -0000 @@ -1,2 +1,2 @@ -SHA256 (ratpoison-1.4.6.tar.gz) = 6oOW/GnieEF0W49VhGwWK+Re3odaK1C868qCZxcaK/g= -SIZE (ratpoison-1.4.6.tar.gz) = 460169 +SHA256 (ratpoison-1.4.7-rc3.tar.gz) = kxDr5ivD2Uah7fn8chTTZ6ONSUoMESKRmHBcFmSKgNA= +SIZE (ratpoison-1.4.7-rc3.tar.gz) = 483987 Index: patches/patch-src_actions_c =================================================================== RCS file: patches/patch-src_actions_c diff -N patches/patch-src_actions_c --- patches/patch-src_actions_c 26 Feb 2014 20:07:18 -0000 1.5 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,14 +0,0 @@ -$OpenBSD: patch-src_actions_c,v 1.5 2014/02/26 20:07:18 jca Exp $ -Bugfix for recent firefox versions. -Applied-Upstream: 782e5d0f60412682ca5facde2d566c02bd176902 ---- src/actions.c.orig Thu Feb 20 02:37:37 2014 -+++ src/actions.c Thu Feb 20 02:40:48 2014 -@@ -1168,6 +1168,8 @@ cmd_meta (int interactive UNUSED, struct cmdarg **args - if (current_window() == NULL) - return cmdret_new (RET_FAILURE, NULL); - -+ memset(&ev1, 0, sizeof(ev1)); -+ - ev1.xkey.type = KeyPress; - ev1.xkey.display = dpy; - ev1.xkey.window = current_window()->w; Index: patches/patch-src_manage_c =================================================================== RCS file: patches/patch-src_manage_c diff -N patches/patch-src_manage_c --- patches/patch-src_manage_c 26 Feb 2014 20:07:18 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,14 +0,0 @@ -$OpenBSD: patch-src_manage_c,v 1.1 2014/02/26 20:07:18 jca Exp $ -Erroneous change introduced in 1.4.6. -Applied-Upstream: 5201477cbcb276bd13ec07e3d57b8c6cefe8201a ---- src/manage.c.orig Thu Feb 20 02:41:38 2014 -+++ src/manage.c Thu Feb 20 02:41:13 2014 -@@ -233,7 +233,7 @@ get_wmname (Window w) - - if (XGetWMName (dpy, w, &text_prop) == 0) - { -- PRINT_ERROR (("XGetWMName failed\n")); -+ PRINT_DEBUG (("XGetWMName failed\n")); - return NULL; - } - Index: pkg/PLIST =================================================================== RCS file: /cvs/ports/x11/ratpoison/pkg/PLIST,v retrieving revision 1.9 diff -u -p -r1.9 PLIST --- pkg/PLIST 7 Apr 2013 20:09:23 -0000 1.9 +++ pkg/PLIST 24 Mar 2014 10:28:45 -0000 @@ -9,11 +9,14 @@ share/doc/ratpoison/COPYING share/doc/ratpoison/ChangeLog share/doc/ratpoison/NEWS share/doc/ratpoison/README +share/emacs/ +share/emacs/site-lisp/ +share/emacs/site-lisp/ratpoison.el share/ratpoison/ share/ratpoison/allwindows.sh share/ratpoison/clickframe.pl share/ratpoison/genrpbindings -share/ratpoison/ratpoison.el +share/ratpoison/ratdate.sh share/ratpoison/rpshowall.sh share/ratpoison/rpws share/ratpoison/sloppy.c -- jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF DDCC 0DFA 74AE 1524 E7EE
