From owner-svn-ports-head@freebsd.org Wed Mar 3 03:38:41 2021 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 7DAB355B542; Wed, 3 Mar 2021 03:38:41 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dr08d35bpz4Yqv; Wed, 3 Mar 2021 03:38:41 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 52B2822ACE; Wed, 3 Mar 2021 03:38:41 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 1233cfVJ094746; Wed, 3 Mar 2021 03:38:41 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 1233cer4094743; Wed, 3 Mar 2021 03:38:40 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <202103030338.1233cer4094743@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Wed, 3 Mar 2021 03:38:40 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: danfe X-SVN-Commit-Paths: in head/x11-wm/icewm: . files X-SVN-Commit-Revision: 567018 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Mar 2021 03:38:41 -0000 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/