From owner-svn-ports-all@freebsd.org Sat May 30 00:24:15 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D22202F5507; Sat, 30 May 2020 00:24:15 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49Yhy75GSRz3SYq; Sat, 30 May 2020 00:24:15 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 95EF11FF31; Sat, 30 May 2020 00:24:15 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 04U0OFkV083726; Sat, 30 May 2020 00:24:15 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 04U0OFMk083723; Sat, 30 May 2020 00:24:15 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <202005300024.04U0OFMk083723@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Sat, 30 May 2020 00:24:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r537015 - in head/x11-wm/cwm: . files X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: in head/x11-wm/cwm: . files X-SVN-Commit-Revision: 537015 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 May 2020 00:24:15 -0000 Author: tobik Date: Sat May 30 00:24:14 2020 New Revision: 537015 URL: https://svnweb.freebsd.org/changeset/ports/537015 Log: x11-wm/cwm: Update to 6.7 Changes: https://github.com/leahneukirchen/cwm/blob/v6.7/README Modified: head/x11-wm/cwm/Makefile head/x11-wm/cwm/distinfo head/x11-wm/cwm/files/patch-Makefile Modified: head/x11-wm/cwm/Makefile ============================================================================== --- head/x11-wm/cwm/Makefile Sat May 30 00:24:01 2020 (r537014) +++ head/x11-wm/cwm/Makefile Sat May 30 00:24:14 2020 (r537015) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cwm -DISTVERSION= 6.6 +DISTVERSION= 6.7 CATEGORIES= x11-wm MASTER_SITES= https://leahneukirchen.org/releases/ Modified: head/x11-wm/cwm/distinfo ============================================================================== --- head/x11-wm/cwm/distinfo Sat May 30 00:24:01 2020 (r537014) +++ head/x11-wm/cwm/distinfo Sat May 30 00:24:14 2020 (r537015) @@ -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 Modified: head/x11-wm/cwm/files/patch-Makefile ============================================================================== --- head/x11-wm/cwm/files/patch-Makefile Sat May 30 00:24:01 2020 (r537014) +++ head/x11-wm/cwm/files/patch-Makefile Sat May 30 00:24:14 2020 (r537015) @@ -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, real - 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