Date: Sun, 28 Feb 2021 18:27:52 +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: r566786 - in head/x11-wm/icewm: . files Message-ID: <202102281827.11SIRqrU006627@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102281827.11SIRqrU006627>