Date: Wed, 3 Mar 2021 03:38:40 +0000 (UTC) From: Alexey Dokuchaev <danfe@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567018 - in head/x11-wm/icewm: . files Message-ID: <202103030338.1233cer4094743@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: danfe Date: Wed Mar 3 03:38:40 2021 New Revision: 567018 URL: https://svnweb.freebsd.org/changeset/ports/567018 Log: - 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) Modified: head/x11-wm/icewm/Makefile head/x11-wm/icewm/distinfo head/x11-wm/icewm/files/bsd-daemon.xpm head/x11-wm/icewm/pkg-descr Modified: head/x11-wm/icewm/Makefile ============================================================================== --- head/x11-wm/icewm/Makefile Wed Mar 3 02:44:39 2021 (r567017) +++ head/x11-wm/icewm/Makefile Wed Mar 3 03:38:40 2021 (r567018) @@ -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 Modified: head/x11-wm/icewm/distinfo ============================================================================== --- head/x11-wm/icewm/distinfo Wed Mar 3 02:44:39 2021 (r567017) +++ head/x11-wm/icewm/distinfo Wed Mar 3 03:38:40 2021 (r567018) @@ -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 Modified: head/x11-wm/icewm/files/bsd-daemon.xpm ============================================================================== --- head/x11-wm/icewm/files/bsd-daemon.xpm Wed Mar 3 02:44:39 2021 (r567017) +++ head/x11-wm/icewm/files/bsd-daemon.xpm Wed Mar 3 03:38:40 2021 (r567018) @@ -1,4 +1,4 @@ -/* XPM */ +/* XPM, courtesy of Steve Farrell */ static char * bsd_daemon_xpm[] = { "48 20 146 2", " c #D75CD75CD75C", Modified: head/x11-wm/icewm/pkg-descr ============================================================================== --- head/x11-wm/icewm/pkg-descr Wed Mar 3 02:44:39 2021 (r567017) +++ head/x11-wm/icewm/pkg-descr Wed Mar 3 03:38:40 2021 (r567018) @@ -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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202103030338.1233cer4094743>