From owner-svn-ports-all@freebsd.org Sun Oct 20 02:21:48 2019 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 2F34716F7D5; Sun, 20 Oct 2019 02:21:48 +0000 (UTC) (envelope-from dmgk@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) server-signature RSA-PSS (4096 bits) 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 46wk6h0Tk4z48NM; Sun, 20 Oct 2019 02:21:48 +0000 (UTC) (envelope-from dmgk@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 E96784FFA; Sun, 20 Oct 2019 02:21:47 +0000 (UTC) (envelope-from dmgk@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x9K2Lll3042646; Sun, 20 Oct 2019 02:21:47 GMT (envelope-from dmgk@FreeBSD.org) Received: (from dmgk@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x9K2LlXD042642; Sun, 20 Oct 2019 02:21:47 GMT (envelope-from dmgk@FreeBSD.org) Message-Id: <201910200221.x9K2LlXD042642@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dmgk set sender to dmgk@FreeBSD.org using -f From: Dmitri Goutnik Date: Sun, 20 Oct 2019 02:21:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r514873 - in head/x11/wmutils-core: . files X-SVN-Group: ports-head X-SVN-Commit-Author: dmgk X-SVN-Commit-Paths: in head/x11/wmutils-core: . files X-SVN-Commit-Revision: 514873 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.29 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: Sun, 20 Oct 2019 02:21:48 -0000 Author: dmgk Date: Sun Oct 20 02:21:46 2019 New Revision: 514873 URL: https://svnweb.freebsd.org/changeset/ports/514873 Log: x11/wmutils-core: Update to 1.5 - Pet portclippy while here Changes: https://github.com/wmutils/core/compare/v1.4...v1.5 Approved by: araujo (mentor) Differential Revision: https://reviews.freebsd.org/D22058 Deleted: head/x11/wmutils-core/files/patch-Makefile Modified: head/x11/wmutils-core/Makefile head/x11/wmutils-core/distinfo head/x11/wmutils-core/files/patch-config.mk head/x11/wmutils-core/pkg-plist Modified: head/x11/wmutils-core/Makefile ============================================================================== --- head/x11/wmutils-core/Makefile Sun Oct 20 01:17:41 2019 (r514872) +++ head/x11/wmutils-core/Makefile Sun Oct 20 02:21:46 2019 (r514873) @@ -2,7 +2,7 @@ PORTNAME= wmutils-core DISTVERSIONPREFIX= v -DISTVERSION= 1.4 +DISTVERSION= 1.5 CATEGORIES= x11 MAINTAINER= dmgk@FreeBSD.org @@ -11,14 +11,16 @@ COMMENT= Set of window manipulation tools LICENSE= ISCL LICENSE_FILE= ${WRKSRC}/LICENSE -LIB_DEPENDS= libxcb-util.so:x11/xcb-util +LIB_DEPENDS= libxcb-util.so:x11/xcb-util \ + libxcb-cursor.so:x11/xcb-util-cursor -USES= localbase:ldflags -USE_XORG= xcb +USES= localbase:ldflags xorg USE_GITHUB= yes GH_ACCOUNT= wmutils GH_PROJECT= core + +USE_XORG= xcb CONFLICTS= wtf # games/wtf Modified: head/x11/wmutils-core/distinfo ============================================================================== --- head/x11/wmutils-core/distinfo Sun Oct 20 01:17:41 2019 (r514872) +++ head/x11/wmutils-core/distinfo Sun Oct 20 02:21:46 2019 (r514873) @@ -1,3 +1,3 @@ -TIMESTAMP = 1515851719 -SHA256 (wmutils-core-v1.4_GH0.tar.gz) = 44e16576b7f6e1f126c2cb249449ab7e10fd65289aff774ffaf27d2c15a7b2ba -SIZE (wmutils-core-v1.4_GH0.tar.gz) = 10333 +TIMESTAMP = 1571245429 +SHA256 (wmutils-core-v1.5_GH0.tar.gz) = 72af22ea52bc343bf90a6603ae3e169ed3c15f64635fa42507cc662ab04a6372 +SIZE (wmutils-core-v1.5_GH0.tar.gz) = 10893 Modified: head/x11/wmutils-core/files/patch-config.mk ============================================================================== --- head/x11/wmutils-core/files/patch-config.mk Sun Oct 20 01:17:41 2019 (r514872) +++ head/x11/wmutils-core/files/patch-config.mk Sun Oct 20 02:21:46 2019 (r514873) @@ -1,4 +1,4 @@ ---- config.mk.orig 2017-01-25 13:19:03 UTC +--- config.mk.orig 2019-10-16 17:08:21 UTC +++ config.mk @@ -1,9 +1,9 @@ -PREFIX = /usr @@ -8,8 +8,8 @@ CC = cc LD = $(CC) --CFLAGS = -std=c99 -pedantic -Wall -Os --LDFLAGS = -lxcb -lxcb-util -+CFLAGS := -std=c99 -pedantic -Wall $(CFLAGS) -+LDFLAGS := -lxcb -lxcb-util $(LDFLAGS) +-CFLAGS = -std=c99 -pedantic -Wall -Os -I/usr/X11R6/include +-LDFLAGS = -lxcb -lxcb-util -lxcb-cursor -L/usr/X11R6/lib ++CFLAGS := -std=c99 -pedantic -Wall -Os $(CFLAGS) ++LDFLAGS := -lxcb -lxcb-util -lxcb-cursor $(LDFLAGS) Modified: head/x11/wmutils-core/pkg-plist ============================================================================== --- head/x11/wmutils-core/pkg-plist Sun Oct 20 01:17:41 2019 (r514872) +++ head/x11/wmutils-core/pkg-plist Sun Oct 20 02:21:46 2019 (r514873) @@ -5,6 +5,7 @@ bin/killw bin/lsw bin/mapw bin/pfw +bin/slw bin/wattr bin/wmp bin/wmv @@ -18,6 +19,7 @@ man/man1/killw.1.gz man/man1/lsw.1.gz man/man1/mapw.1.gz man/man1/pfw.1.gz +man/man1/slw.1.gz man/man1/wattr.1.gz man/man1/wmp.1.gz man/man1/wmutils.1.gz