x11-wm/cwm: Update to 6.7
Changes: https://github.com/leahneukirchen/cwm/blob/v6.7/README
This commit is contained in:
parent
9fb90ac243
commit
ebfbe70b5c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=537015
3 changed files with 7 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= cwm
|
||||
DISTVERSION= 6.6
|
||||
DISTVERSION= 6.7
|
||||
CATEGORIES= x11-wm
|
||||
MASTER_SITES= https://leahneukirchen.org/releases/
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue