git: f02e6602d8cc - main - x11-wm/cwm: update to 7.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 02 Aug 2022 05:38:40 UTC
The branch main has been updated by fernape: URL: https://cgit.FreeBSD.org/ports/commit/?id=f02e6602d8cc191eff754c3581e82cb10d039d13 commit f02e6602d8cc191eff754c3581e82cb10d039d13 Author: Karol Mróz <zormlorak@gmail.com> AuthorDate: 2022-07-18 06:41:48 +0000 Commit: Fernando Apesteguía <fernape@FreeBSD.org> CommitDate: 2022-08-02 05:35:25 +0000 x11-wm/cwm: update to 7.1 ChangeLog: https://github.com/leahneukirchen/cwm/compare/v6.7...v7.1 PR: 265208 Reported by: zormlorak@gmail.com Approved by: me@emilengler.com (maintainer, timeout > 2 weeks) --- x11-wm/cwm/Makefile | 2 +- x11-wm/cwm/distinfo | 6 +++--- x11-wm/cwm/files/patch-Makefile | 14 +++++++------- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/x11-wm/cwm/Makefile b/x11-wm/cwm/Makefile index 1efdfca7b50e..c1f7d4832d68 100644 --- a/x11-wm/cwm/Makefile +++ b/x11-wm/cwm/Makefile @@ -1,5 +1,5 @@ PORTNAME= cwm -DISTVERSION= 6.7 +DISTVERSION= 7.1 CATEGORIES= x11-wm MASTER_SITES= https://leahneukirchen.org/releases/ diff --git a/x11-wm/cwm/distinfo b/x11-wm/cwm/distinfo index 126f992a54d8..73538414005c 100644 --- a/x11-wm/cwm/distinfo +++ b/x11-wm/cwm/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1590178399 -SHA256 (cwm-6.7.tar.gz) = fdd3d5b4fe9b1b03e1fc270d3dd5a031218589a8e40170e8438d2b9c44a35f08 -SIZE (cwm-6.7.tar.gz) = 53172 +TIMESTAMP = 1657781637 +SHA256 (cwm-7.1.tar.gz) = 4a58c5cb4312d8d0f03ba657d7656c12d8d7c1277aeb1c05272984501597bd90 +SIZE (cwm-7.1.tar.gz) = 53667 diff --git a/x11-wm/cwm/files/patch-Makefile b/x11-wm/cwm/files/patch-Makefile index 8ad8f3c623df..a1d718e0bc16 100644 --- a/x11-wm/cwm/files/patch-Makefile +++ b/x11-wm/cwm/files/patch-Makefile @@ -1,14 +1,14 @@ -Prefer libc version over custom strlcpy, strlcat, reallocarray, strtonum - ---- Makefile.orig 2020-05-22 19:40:11 UTC +--- Makefile.orig 2022-04-30 15:11:23 UTC +++ Makefile -@@ -11,8 +11,7 @@ SRCS= calmwm.c screen.c xmalloc.c client.c menu.c \ +@@ -11,9 +11,8 @@ SRCS= calmwm.c screen.c xmalloc.c client.c menu.c \ OBJS= calmwm.o screen.o xmalloc.o client.o menu.o \ search.o util.o xutil.o conf.o xevents.o group.o \ -- kbfunc.o strlcpy.o strlcat.o y.tab.o \ +- kbfunc.o strlcpy.o strlcat.o parse.o \ - strtonum.o reallocarray.o -+ kbfunc.o y.tab.o - +- ++ kbfunc.o parse.o ++ PKG_CONFIG?= pkg-config + CPPFLAGS+= `${PKG_CONFIG} --cflags x11 xft xrandr`