From owner-dev-commits-ports-main@freebsd.org Wed Apr 28 13:22:07 2021 Return-Path: Delivered-To: dev-commits-ports-main@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 35E6C5F3B8C; Wed, 28 Apr 2021 13:22:07 +0000 (UTC) (envelope-from git@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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FVfRz0v65z4gPX; Wed, 28 Apr 2021 13:22:07 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 11E1D6B0B; Wed, 28 Apr 2021 13:22:07 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 13SDM6C5071010; Wed, 28 Apr 2021 13:22:06 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 13SDM6QE071009; Wed, 28 Apr 2021 13:22:06 GMT (envelope-from git) Date: Wed, 28 Apr 2021 13:22:06 GMT Message-Id: <202104281322.13SDM6QE071009@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Mateusz Piotrowski <0mp@FreeBSD.org> Subject: git: 3c8440aa3877 - main - x11-wm/dwm: Add new option RUGAPS MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: 0mp X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 3c8440aa38772d9c046f78bf1913b045c9fdaa6b Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Apr 2021 13:22:07 -0000 The branch main has been updated by 0mp: URL: https://cgit.FreeBSD.org/ports/commit/?id=3c8440aa38772d9c046f78bf1913b045c9fdaa6b commit 3c8440aa38772d9c046f78bf1913b045c9fdaa6b Author: Faraz Vahedi AuthorDate: 2021-04-28 13:21:01 +0000 Commit: Mateusz Piotrowski <0mp@FreeBSD.org> CommitDate: 2021-04-28 13:22:05 +0000 x11-wm/dwm: Add new option RUGAPS Differential Revision: https://reviews.freebsd.org/D29981 --- x11-wm/dwm/Makefile | 6 +++++- x11-wm/dwm/distinfo | 4 +++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/x11-wm/dwm/Makefile b/x11-wm/dwm/Makefile index 71112ee8698f..9f644ebdd9b3 100644 --- a/x11-wm/dwm/Makefile +++ b/x11-wm/dwm/Makefile @@ -34,16 +34,20 @@ PLIST_FILES= bin/dwm \ share/xsessions/dwm.desktop PORTDOCS= README -OPTIONS_DEFINE= DMENUANDSTERM DOCS SUPERASMODKEY VOLUMECONTROL XINERAMA +OPTIONS_DEFINE= DMENUANDSTERM DOCS RUGAPS SUPERASMODKEY VOLUMECONTROL XINERAMA OPTIONS_DEFAULT=DMENUANDSTERM XINERAMA DMENUANDSTERM_DESC= Install x11/dmenu and x11/sterm as runtime dependencies +RUGAPS_DESC= Add resizeable runtime useless gaps SUPERASMODKEY_DESC= Use Super instead of Alt for the dwm mod key VOLUMECONTROL_DESC= Use multimedia keys to raise or lower volume DMENUANDSTERM_RUN_DEPENDS= dmenu:x11/dmenu \ st:x11/sterm +RUGAPS_PATCH_SITES= https://dwm.suckless.org/patches/ru_gaps/ +RUGAPS_PATCHFILES= dwm-ru_gaps-6.2.diff:-p1 + SUPERASMODKEY_EXTRA_PATCHES= ${PATCHDIR}/superasmodkey-patch-config.def.h VOLUMECONTROL_EXTRA_PATCHES= ${PATCHDIR}/volumecontrol-patch-config.def.h diff --git a/x11-wm/dwm/distinfo b/x11-wm/dwm/distinfo index 80c2d465f169..9fc44db56350 100644 --- a/x11-wm/dwm/distinfo +++ b/x11-wm/dwm/distinfo @@ -1,3 +1,5 @@ -TIMESTAMP = 1551437504 +TIMESTAMP = 1618580803 SHA256 (dwm-6.2.tar.gz) = 97902e2e007aaeaa3c6e3bed1f81785b817b7413947f1db1d3b62b8da4cd110e SIZE (dwm-6.2.tar.gz) = 25273 +SHA256 (dwm-ru_gaps-6.2.diff) = f381657d96bfb4ac36053641a3c862bf1b94c6b6934cff0982b1e26efd3199ad +SIZE (dwm-ru_gaps-6.2.diff) = 4629