Date: Sun, 20 Oct 2019 02:21:47 +0000 (UTC) From: Dmitri Goutnik <dmgk@FreeBSD.org> 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 Message-ID: <201910200221.x9K2LlXD042642@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910200221.x9K2LlXD042642>