From owner-svn-ports-head@freebsd.org Sun Feb 28 18:27:53 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 93F2753BBAA; Sun, 28 Feb 2021 18:27:53 +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 4DpX213jNgz4fqr; Sun, 28 Feb 2021 18:27:53 +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 6DE5F156BA; Sun, 28 Feb 2021 18:27:53 +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 11SIRr5u006630; Sun, 28 Feb 2021 18:27:53 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 11SIRqrU006627; Sun, 28 Feb 2021 18:27:52 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <202102281827.11SIRqrU006627@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Sun, 28 Feb 2021 18:27:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r566786 - 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: 566786 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: Sun, 28 Feb 2021 18:27:53 -0000 Author: danfe Date: Sun Feb 28 18:27:52 2021 New Revision: 566786 URL: https://svnweb.freebsd.org/changeset/ports/566786 Log: Update IceWM to version 2.2.0. Modified: head/x11-wm/icewm/Makefile head/x11-wm/icewm/distinfo head/x11-wm/icewm/files/patch-src_Makefile.in Modified: head/x11-wm/icewm/Makefile ============================================================================== --- head/x11-wm/icewm/Makefile Sun Feb 28 18:24:02 2021 (r566785) +++ head/x11-wm/icewm/Makefile Sun Feb 28 18:27:52 2021 (r566786) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= icewm -PORTVERSION= 2.1.2 +PORTVERSION= 2.2.0 CATEGORIES= x11-wm MASTER_SITES= https://github.com/ice-wm/icewm/releases/download/${PORTVERSION}/ Modified: head/x11-wm/icewm/distinfo ============================================================================== --- head/x11-wm/icewm/distinfo Sun Feb 28 18:24:02 2021 (r566785) +++ head/x11-wm/icewm/distinfo Sun Feb 28 18:27:52 2021 (r566786) @@ -1,3 +1,3 @@ -TIMESTAMP = 1612894283 -SHA256 (icewm-2.1.2.tar.lz) = ad1e621a48655692425c4a51e813194458938fe7d878d030b21d9fe29c0f925b -SIZE (icewm-2.1.2.tar.lz) = 1694969 +TIMESTAMP = 1614520201 +SHA256 (icewm-2.2.0.tar.lz) = 385df54aa39f02cb40a3d208b36db40a4d55cc35ec9539633b832fac15759afe +SIZE (icewm-2.2.0.tar.lz) = 1697312 Modified: head/x11-wm/icewm/files/patch-src_Makefile.in ============================================================================== --- head/x11-wm/icewm/files/patch-src_Makefile.in Sun Feb 28 18:24:02 2021 (r566785) +++ head/x11-wm/icewm/files/patch-src_Makefile.in Sun Feb 28 18:27:52 2021 (r566786) @@ -9,7 +9,16 @@ icesh_SOURCES = \ intl.h \ debug.h \ -@@ -960,7 +960,7 @@ icewmbg_SOURCES = \ +@@ -960,7 +960,7 @@ icewmhint_SOURCES = \ + base.h \ + icewmhint.cc + +-icewmhint_LDADD = libice.la $(CORE_LIBS) @LIBINTL@ ++icewmhint_LDADD = libice.la $(CORE_LIBS) @LIBINTL@ @LIBICONV@ + icewmbg_SOURCES = \ + intl.h \ + debug.h \ +@@ -962,7 +962,7 @@ icewmbg_SOURCES = \ icewmbg.cc \ icewmbg_prefs.h @@ -18,6 +27,15 @@ icesound_SOURCES = \ base.h \ debug.h \ +@@ -974,7 +974,7 @@ icesound_SOURCES = \ + ytimer.h \ + icesound.cc + +-icesound_LDADD = libice.la $(AUDIO_LIBS) $(CORE_LIBS) @LIBINTL@ ++icesound_LDADD = libice.la $(AUDIO_LIBS) $(CORE_LIBS) @LIBINTL@ @LIBICONV@ + icewm_menu_fdo_SOURCES = \ + appnames.h \ + base.h \ @@ -1002,7 +1002,7 @@ icehelp_SOURCES = \ yrect.h \ icehelp.cc