svn commit: r566786 - in head/x11-wm/icewm: . files

Alexey Dokuchaev danfe at FreeBSD.org
Sun Feb 28 18:27:53 UTC 2021


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


More information about the svn-ports-all mailing list