diff options
author | zeising <zeising@FreeBSD.org> | 2012-07-20 23:14:23 +0800 |
---|---|---|
committer | zeising <zeising@FreeBSD.org> | 2012-07-20 23:14:23 +0800 |
commit | ee38a41a254be3ffc93a0b61c8864b12612273b6 (patch) | |
tree | f5a0073712ce6386740efa7d47809f13c79f4e5a /x11-wm/spectrwm | |
parent | 75b2255294483152a0e492ab9a5c0f250613cdac (diff) | |
download | freebsd-ports-gnome-ee38a41a254be3ffc93a0b61c8864b12612273b6.tar.gz freebsd-ports-gnome-ee38a41a254be3ffc93a0b61c8864b12612273b6.tar.zst freebsd-ports-gnome-ee38a41a254be3ffc93a0b61c8864b12612273b6.zip |
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)
Diffstat (limited to 'x11-wm/spectrwm')
-rw-r--r-- | x11-wm/spectrwm/Makefile | 2 | ||||
-rw-r--r-- | x11-wm/spectrwm/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/x11-wm/spectrwm/Makefile b/x11-wm/spectrwm/Makefile index df5772fb9bcf..fdd348831650 100644 --- a/x11-wm/spectrwm/Makefile +++ b/x11-wm/spectrwm/Makefile @@ -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 diff --git a/x11-wm/spectrwm/distinfo b/x11-wm/spectrwm/distinfo index 1aa54e3d4beb..c0aa37e4b0b9 100644 --- a/x11-wm/spectrwm/distinfo +++ b/x11-wm/spectrwm/distinfo @@ -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 |