diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2021-03-03 11:38:40 +0800 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2021-03-03 11:38:40 +0800 |
commit | 08b5b5dae330ebfad1629f6db8cc2e44b51771e0 (patch) | |
tree | f2aba69ad0962f95b3c31729600982b7ab3119ee /x11-wm | |
parent | a20ab75d8bf49d5208a84c74a05565e9309b28fa (diff) | |
download | freebsd-ports-gnome-08b5b5dae330ebfad1629f6db8cc2e44b51771e0.tar.gz freebsd-ports-gnome-08b5b5dae330ebfad1629f6db8cc2e44b51771e0.tar.zst freebsd-ports-gnome-08b5b5dae330ebfad1629f6db8cc2e44b51771e0.zip |
- Update IceWM to version 2.2.1 (bugfix release)
- Rephrase and shorten COMMENT, amend pkg-descr
based on the upstream description, and remove
excessive attribution (put it in the XPM file)
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/icewm/Makefile | 4 | ||||
-rw-r--r-- | x11-wm/icewm/distinfo | 6 | ||||
-rw-r--r-- | x11-wm/icewm/files/bsd-daemon.xpm | 2 | ||||
-rw-r--r-- | x11-wm/icewm/pkg-descr | 8 |
4 files changed, 11 insertions, 9 deletions
diff --git a/x11-wm/icewm/Makefile b/x11-wm/icewm/Makefile index b9d8c34b166d..bcae3bfc9ec7 100644 --- a/x11-wm/icewm/Makefile +++ b/x11-wm/icewm/Makefile @@ -2,12 +2,12 @@ # $FreeBSD$ PORTNAME= icewm -PORTVERSION= 2.2.0 +PORTVERSION= 2.2.1 CATEGORIES= x11-wm MASTER_SITES= https://github.com/ice-wm/icewm/releases/download/${PORTVERSION}/ MAINTAINER= portmaster@bsdforge.com -COMMENT= Window Manager designed for speed, usability and consistency +COMMENT= Window manager designed for speed and usability LICENSE= LGPL20 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/x11-wm/icewm/distinfo b/x11-wm/icewm/distinfo index 8c090c9e7ae8..0a110f0af0f9 100644 --- a/x11-wm/icewm/distinfo +++ b/x11-wm/icewm/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1614520201 -SHA256 (icewm-2.2.0.tar.lz) = 385df54aa39f02cb40a3d208b36db40a4d55cc35ec9539633b832fac15759afe -SIZE (icewm-2.2.0.tar.lz) = 1697312 +TIMESTAMP = 1614697024 +SHA256 (icewm-2.2.1.tar.lz) = 8234ebafebf814349df7d294e42539295f87239d54ab3003fbe883ba9bac7af1 +SIZE (icewm-2.2.1.tar.lz) = 1697220 diff --git a/x11-wm/icewm/files/bsd-daemon.xpm b/x11-wm/icewm/files/bsd-daemon.xpm index abe28e3bb140..64765bdbb9c1 100644 --- a/x11-wm/icewm/files/bsd-daemon.xpm +++ b/x11-wm/icewm/files/bsd-daemon.xpm @@ -1,4 +1,4 @@ -/* XPM */ +/* XPM, courtesy of Steve Farrell */ static char * bsd_daemon_xpm[] = { "48 20 146 2", " c #D75CD75CD75C", diff --git a/x11-wm/icewm/pkg-descr b/x11-wm/icewm/pkg-descr index 5151b2cff12d..e92ecec742c0 100644 --- a/x11-wm/icewm/pkg-descr +++ b/x11-wm/icewm/pkg-descr @@ -1,5 +1,7 @@ -Window Manager designed for speed, usability and consistency. - -'bsd-daemon.xpm' is from Steve Farrell. +IceWM is a window manager for the X Window System. The goal of IceWM +is speed, simplicity, and not getting in the user's way. It comes with +a taskbar with pager, global and per-window keybindings, a dynamic menu +system, a simple session manager, and a system tray. It is standards +compliant, very configurable, themeable, and well documented. WWW: https://ice-wm.org/ |