Date: Fri, 20 Jul 2012 15:14:23 +0000 (UTC) From: Niclas Zeising <zeising@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r301230 - head/x11-wm/spectrwm Message-ID: <201207201514.q6KFENje009773@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: zeising Date: Fri Jul 20 15:14:23 2012 New Revision: 301230 URL: http://svn.freebsd.org/changeset/ports/301230 Log: Update to version 1.1.2, bugfix release. Changelog: * Fix issue where a window/icon could not be clicked or otherwise manipulated. * Fix an issue where on some Intel graphics cards when exiting the screen turned garbled and would blink really badly. * Bonus fix: spawn_position to actually do what it is supposed to do. Approved by: kwm (mentor) Modified: head/x11-wm/spectrwm/Makefile head/x11-wm/spectrwm/distinfo Modified: head/x11-wm/spectrwm/Makefile ============================================================================== --- head/x11-wm/spectrwm/Makefile Fri Jul 20 15:09:18 2012 (r301229) +++ head/x11-wm/spectrwm/Makefile Fri Jul 20 15:14:23 2012 (r301230) @@ -6,7 +6,7 @@ # PORTNAME= spectrwm -PORTVERSION= 1.1.1 +PORTVERSION= 1.1.2 CATEGORIES= x11-wm MASTER_SITES= https://opensource.conformal.com/snapshots/${PORTNAME}/ EXTRACT_SUFX= .tgz Modified: head/x11-wm/spectrwm/distinfo ============================================================================== --- head/x11-wm/spectrwm/distinfo Fri Jul 20 15:09:18 2012 (r301229) +++ head/x11-wm/spectrwm/distinfo Fri Jul 20 15:14:23 2012 (r301230) @@ -1,2 +1,2 @@ -SHA256 (spectrwm-1.1.1.tgz) = 36daf5fb55d8215abbd64a3f98681a5c6a4a9141d08ec5efc57e33786619357f -SIZE (spectrwm-1.1.1.tgz) = 93045 +SHA256 (spectrwm-1.1.2.tgz) = 05ea11f7a519c8885c48d4112453cefac71899b0945d0b26cd677b06cc727309 +SIZE (spectrwm-1.1.2.tgz) = 93088
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201207201514.q6KFENje009773>