So I published ratpoison-1.4.9-rc2 yesterday. The big change is Xrandr support instead of Xinerama (at last...). I don't have a timeline for the 1.4.9 release, but if I get enough reports (multiple screen setups anyone?) maybe this could be shipped with the 6.1 release.
Index: Makefile =================================================================== RCS file: /d/cvs/ports/x11/ratpoison/Makefile,v retrieving revision 1.33 diff -u -p -r1.33 Makefile --- Makefile 9 Mar 2017 17:22:08 -0000 1.33 +++ Makefile 10 Mar 2017 18:00:03 -0000 @@ -2,8 +2,7 @@ COMMENT= minimal wm based on GNU screen -DISTNAME= ratpoison-1.4.8 -REVISION= 0 +DISTNAME= ratpoison-1.4.9-rc2 CATEGORIES= x11 HOMEPAGE= http://www.nongnu.org/ratpoison/ @@ -15,7 +14,8 @@ PERMIT_PACKAGE_CDROM= Yes WANTLIB+= X11 Xext Xft Xinerama Xtst c -MASTER_SITES= ${MASTER_SITE_SAVANNAH:=ratpoison/} +MASTER_SITES= http://autogeree.net/~jca/ratpoison/alpha/ +EXTRACT_SUFX= .tar.xz SEPARATE_BUILD= Yes CONFIGURE_STYLE= gnu Index: distinfo =================================================================== RCS file: /d/cvs/ports/x11/ratpoison/distinfo,v retrieving revision 1.17 diff -u -p -r1.17 distinfo --- distinfo 17 Oct 2014 17:28:55 -0000 1.17 +++ distinfo 10 Mar 2017 18:00:03 -0000 @@ -1,2 +1,2 @@ -SHA256 (ratpoison-1.4.8.tar.gz) = QABLvLWqrmoi+G90xHWA+rR2iMU6ybiBI8yDAEg2BF8= -SIZE (ratpoison-1.4.8.tar.gz) = 485609 +SHA256 (ratpoison-1.4.9-rc2.tar.gz) = H6xhGWMD9YmJRE+u9X0PYx6DPhzriMJBSkOJykreLVU= +SIZE (ratpoison-1.4.9-rc2.tar.gz) = 424887 Index: pkg/PLIST =================================================================== RCS file: /d/cvs/ports/x11/ratpoison/pkg/PLIST,v retrieving revision 1.10 diff -u -p -r1.10 PLIST --- pkg/PLIST 23 Apr 2014 00:40:59 -0000 1.10 +++ pkg/PLIST 10 Mar 2017 18:00:03 -0000 @@ -6,7 +6,6 @@ bin/rpws share/doc/ratpoison/ share/doc/ratpoison/AUTHORS share/doc/ratpoison/COPYING -share/doc/ratpoison/ChangeLog share/doc/ratpoison/NEWS share/doc/ratpoison/README share/emacs/ -- jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF DDCC 0DFA 74AE 1524 E7EE
