diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2023-04-10 03:19:50 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2023-04-10 03:19:50 +0000 |
commit | 8e908c6e258e8c29c267a211001a5dc1b94b6528 (patch) | |
tree | 463b6c1ac8fb2c22e24d68e968914741ed2d58e1 /x11-wm/icewm | |
parent | 42ca033358a793bf186420844535e97df3000df6 (diff) | |
download | freebsd-ports-8e908c6e258e8c29c267a211001a5dc1b94b6528.zip |
x11-wm/icewm: update IceWM to version 3.3.3.
Diffstat (limited to 'x11-wm/icewm')
-rw-r--r-- | x11-wm/icewm/Makefile | 2 | ||||
-rw-r--r-- | x11-wm/icewm/distinfo | 6 | ||||
-rw-r--r-- | x11-wm/icewm/files/patch-src_Makefile.in | 11 |
3 files changed, 4 insertions, 15 deletions
diff --git a/x11-wm/icewm/Makefile b/x11-wm/icewm/Makefile index 6e324dd9a8d1..774c7cd33e38 100644 --- a/x11-wm/icewm/Makefile +++ b/x11-wm/icewm/Makefile @@ -1,5 +1,5 @@ PORTNAME= icewm -PORTVERSION= 3.3.2 +PORTVERSION= 3.3.3 CATEGORIES= x11-wm MASTER_SITES= https://github.com/ice-wm/icewm/releases/download/${PORTVERSION}/ diff --git a/x11-wm/icewm/distinfo b/x11-wm/icewm/distinfo index 0add84ade228..19bd16b06eb8 100644 --- a/x11-wm/icewm/distinfo +++ b/x11-wm/icewm/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1678745488 -SHA256 (icewm-3.3.2.tar.lz) = 4f0e81daafe35d73a2fcb39e9d1c6738b1c0a2ad3805382d69c3464d0cede1d6 -SIZE (icewm-3.3.2.tar.lz) = 1791363 +TIMESTAMP = 1681076422 +SHA256 (icewm-3.3.3.tar.lz) = e138c72003f77e7b3dcf9ee1e22d66a5a1ac510973e50ff31ac0cd62263dcf73 +SIZE (icewm-3.3.3.tar.lz) = 1797492 diff --git a/x11-wm/icewm/files/patch-src_Makefile.in b/x11-wm/icewm/files/patch-src_Makefile.in deleted file mode 100644 index 98702e3cfa98..000000000000 --- a/x11-wm/icewm/files/patch-src_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- src/Makefile.in.orig 2020-12-14 01:14:27 UTC -+++ src/Makefile.in -@@ -916,7 +916,7 @@ icewm_SOURCES = \ - yxtray.cc \ - yxtray.h - --icewm_LDADD = libitk.la libice.la $(IMAGE_LIBS) $(XSM_LIBS) $(CORE_LIBS) -+icewm_LDADD = libitk.la libice.la $(IMAGE_LIBS) $(XSM_LIBS) $(CORE_LIBS) @LIBINTL@ @LIBICONV@ - icesh_SOURCES = \ - intl.h \ - debug.h \ |