pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/wm/ratpoison
Module Name: pkgsrc
Committed By: nia
Date: Tue Nov 19 18:16:09 UTC 2019
Modified Files:
pkgsrc/wm/ratpoison: Makefile PLIST distinfo
Log Message:
ratpoison: Update to 1.4.8
Changes since 1.4.8
* Incompatible changes
** command `compat' and the various def* compat commands were removed
** `msgwait', `rudeness', `startupmessage', `warp' are now variables
The msgwait, rudeness, startup_message and warp commands will stay
around for a few releases. Upgrade your config file now!
* Feature/misc changes
** XRandR support
ratpoison now uses XRandR to detect screens additions/removals at
runtime. The Xinerama support has been removed.
** the focus* commands can be used to navigate across screens
** window completion match by substring, case-insensitive
** new variable `framemsgwait'
Timeout (in seconds) for the `Current frame' message window.
If set to -1, no message is shown.
** better `select' error handling
** the command `set' with no argument dumps a list of all variables/values
** unknown commands are now logged as warnings to stdout too
Should help debugging a config file.
** various cleanups and minor bugfixes
* Packaging changes
** ratpoison now depends on libXrandr instead of libXinerama
** ratpoison doesn't link against libhistory by default any more
Use ./configure --enable-history to force the use of said library.
** no ChangeLog file
Please use the git repository instead. Savannah offers a web interface.
** no more timestamps in compiled code
Should help reproducible builds.
To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 pkgsrc/wm/ratpoison/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/wm/ratpoison/PLIST
cvs rdiff -u -r1.17 -r1.18 pkgsrc/wm/ratpoison/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/wm/ratpoison/Makefile
diff -u pkgsrc/wm/ratpoison/Makefile:1.45 pkgsrc/wm/ratpoison/Makefile:1.46
--- pkgsrc/wm/ratpoison/Makefile:1.45 Sun Aug 11 13:24:15 2019
+++ pkgsrc/wm/ratpoison/Makefile Tue Nov 19 18:16:09 2019
@@ -1,33 +1,30 @@
-# $NetBSD: Makefile,v 1.45 2019/08/11 13:24:15 wiz Exp $
+# $NetBSD: Makefile,v 1.46 2019/11/19 18:16:09 nia Exp $
#
-DISTNAME= ratpoison-1.4.8
-PKGREVISION= 4
+DISTNAME= ratpoison-1.4.9
CATEGORIES= wm
-MASTER_SITES= http://savannah.nongnu.org/download/ratpoison/
+MASTER_SITES= https://savannah.nongnu.org/download/ratpoison/
EXTRACT_SUFX= .tar.xz
MAINTAINER= tonio%NetBSD.org@localhost
-HOMEPAGE= http://www.nongnu.org/ratpoison/
+HOMEPAGE= https://www.nongnu.org/ratpoison/
COMMENT= Simple window manager with no fat library dependencies
LICENSE= gnu-gpl-v2
-GNU_CONFIGURE= YES
-INFO_FILES= yes
+USE_TOOLS+= perl:run pkg-config
+
+GNU_CONFIGURE= YES
+INFO_FILES= yes
-USE_TOOLS+= perl:run pkg-config autoconf
REPLACE_PERL+= contrib/rpws contrib/genrpbindings contrib/clickframe.pl
REPLACE_SH= contrib/allwindows.sh
BUILDLINK_DEPMETHOD.libXt?= build
-pre-configure:
- cd ${WRKSRC}; autoconf
-
.include "../../devel/readline/buildlink3.mk"
.include "../../x11/libX11/buildlink3.mk"
.include "../../x11/libXext/buildlink3.mk"
-.include "../../x11/libXinerama/buildlink3.mk"
+.include "../../x11/libXrandr/buildlink3.mk"
.include "../../x11/libXt/buildlink3.mk"
.include "../../x11/libXtst/buildlink3.mk"
.include "../../x11/libXft/buildlink3.mk"
Index: pkgsrc/wm/ratpoison/PLIST
diff -u pkgsrc/wm/ratpoison/PLIST:1.10 pkgsrc/wm/ratpoison/PLIST:1.11
--- pkgsrc/wm/ratpoison/PLIST:1.10 Sun Jul 12 08:40:48 2015
+++ pkgsrc/wm/ratpoison/PLIST Tue Nov 19 18:16:09 2019
@@ -1,11 +1,10 @@
-@comment $NetBSD: PLIST,v 1.10 2015/07/12 08:40:48 wiz Exp $
+@comment $NetBSD: PLIST,v 1.11 2019/11/19 18:16:09 nia Exp $
bin/ratpoison
bin/rpws
info/ratpoison.info
man/man1/ratpoison.1
share/doc/ratpoison/AUTHORS
share/doc/ratpoison/COPYING
-share/doc/ratpoison/ChangeLog
share/doc/ratpoison/NEWS
share/doc/ratpoison/README
share/emacs/site-lisp/ratpoison.el
Index: pkgsrc/wm/ratpoison/distinfo
diff -u pkgsrc/wm/ratpoison/distinfo:1.17 pkgsrc/wm/ratpoison/distinfo:1.18
--- pkgsrc/wm/ratpoison/distinfo:1.17 Mon Nov 2 23:42:54 2015
+++ pkgsrc/wm/ratpoison/distinfo Tue Nov 19 18:16:09 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.17 2015/11/02 23:42:54 agc Exp $
+$NetBSD: distinfo,v 1.18 2019/11/19 18:16:09 nia Exp $
-SHA1 (ratpoison-1.4.8.tar.xz) = 9adc4f0e89be41982d6b37dbd3ff4ffecae16394
-RMD160 (ratpoison-1.4.8.tar.xz) = 5092d9e042167225dd7d5d8acf34590261ba0d23
-SHA512 (ratpoison-1.4.8.tar.xz) = 10b44489e60d3186ca407a5bd87e23dbd737cdafee22ea7284ac4db8bb4463081af483460d1899161fbae2973f4d25fbd1bfd354e3ffb59735baf69bbd6f94f6
-Size (ratpoison-1.4.8.tar.xz) = 364700 bytes
+SHA1 (ratpoison-1.4.9.tar.xz) = d84f1038d312cb97817d0f42098de14f86c9b483
+RMD160 (ratpoison-1.4.9.tar.xz) = 4bfbf810d5636c1d3dcbb7cc3db450b0f5216c2f
+SHA512 (ratpoison-1.4.9.tar.xz) = 97f705efd2092b8e12528496890c59f613e6fcec010aca94a5a59bd641e22dfc50dd500a4b94af7a07553a8a6359f6bec4eee0db1a7ded29d7f051904b09beef
+Size (ratpoison-1.4.9.tar.xz) = 315584 bytes
Home |
Main Index |
Thread Index |
Old Index