aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/cwm
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2020-05-30 00:24:14 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2020-05-30 00:24:14 +0000
commitebfbe70b5c81658017ffe472f69aad87d0ac26a8 (patch)
treefabcc4691eb3abfa479d7f60d1e3ecb471aeed14 /x11-wm/cwm
parent9fb90ac243c0f7fd6b869c65816148570efa7d9e (diff)
downloadports-ebfbe70b5c81658017ffe472f69aad87d0ac26a8.tar.gz
ports-ebfbe70b5c81658017ffe472f69aad87d0ac26a8.zip
x11-wm/cwm: Update to 6.7
Notes
Notes: svn path=/head/; revision=537015
Diffstat (limited to 'x11-wm/cwm')
-rw-r--r--x11-wm/cwm/Makefile2
-rw-r--r--x11-wm/cwm/distinfo6
-rw-r--r--x11-wm/cwm/files/patch-Makefile6
3 files changed, 7 insertions, 7 deletions
diff --git a/x11-wm/cwm/Makefile b/x11-wm/cwm/Makefile
index d662889d8b9e..613f6d89397c 100644
--- a/x11-wm/cwm/Makefile
+++ b/x11-wm/cwm/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= cwm
-DISTVERSION= 6.6
+DISTVERSION= 6.7
CATEGORIES= x11-wm
MASTER_SITES= https://leahneukirchen.org/releases/
diff --git a/x11-wm/cwm/distinfo b/x11-wm/cwm/distinfo
index 04ea03c37b0c..126f992a54d8 100644
--- a/x11-wm/cwm/distinfo
+++ b/x11-wm/cwm/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1578172523
-SHA256 (cwm-6.6.tar.gz) = 223d086dbebfb2f35f05af0c72c3d1b04fdd341123121c65105524ebd605655c
-SIZE (cwm-6.6.tar.gz) = 53062
+TIMESTAMP = 1590178399
+SHA256 (cwm-6.7.tar.gz) = fdd3d5b4fe9b1b03e1fc270d3dd5a031218589a8e40170e8438d2b9c44a35f08
+SIZE (cwm-6.7.tar.gz) = 53172
diff --git a/x11-wm/cwm/files/patch-Makefile b/x11-wm/cwm/files/patch-Makefile
index 486ccc37eafe..8ad8f3c623df 100644
--- a/x11-wm/cwm/files/patch-Makefile
+++ b/x11-wm/cwm/files/patch-Makefile
@@ -1,6 +1,6 @@
Prefer libc version over custom strlcpy, strlcat, reallocarray, strtonum
---- Makefile.orig 2020-01-04 21:20:03 UTC
+--- Makefile.orig 2020-05-22 19:40:11 UTC
+++ Makefile
@@ -11,8 +11,7 @@ SRCS= calmwm.c screen.c xmalloc.c client.c menu.c \
@@ -9,6 +9,6 @@ Prefer libc version over custom strlcpy, strlcat, reallocarray, strtonum
- kbfunc.o strlcpy.o strlcat.o y.tab.o \
- strtonum.o reallocarray.o
+ kbfunc.o y.tab.o
-
- CPPFLAGS+= `pkg-config --cflags x11 xft xrandr`
+
+ PKG_CONFIG?= pkg-config