From owner-svn-ports-head@freebsd.org Sat Feb 27 14:29:01 2021 Return-Path: Delivered-To: svn-ports-head@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 CAC4D548136; Sat, 27 Feb 2021 14:29:01 +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) 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 4Dnpms57Jjz4vZk; Sat, 27 Feb 2021 14:29:01 +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 9EB171EBF1; Sat, 27 Feb 2021 14:29:01 +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 11RET1Jd091603; Sat, 27 Feb 2021 14:29:01 GMT (envelope-from dmgk@FreeBSD.org) Received: (from dmgk@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 11RET1sl091601; Sat, 27 Feb 2021 14:29:01 GMT (envelope-from dmgk@FreeBSD.org) Message-Id: <202102271429.11RET1sl091601@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dmgk set sender to dmgk@FreeBSD.org using -f From: Dmitri Goutnik Date: Sat, 27 Feb 2021 14:29:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r566703 - in head/x11-wm/i3-gaps: . files X-SVN-Group: ports-head X-SVN-Commit-Author: dmgk X-SVN-Commit-Paths: in head/x11-wm/i3-gaps: . files X-SVN-Commit-Revision: 566703 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Feb 2021 14:29:01 -0000 Author: dmgk Date: Sat Feb 27 14:29:00 2021 New Revision: 566703 URL: https://svnweb.freebsd.org/changeset/ports/566703 Log: x11-wm/i3-gaps: Cleanup - Remove local meson.build patch which has been merged upstream - Update manpages to respect PREFIX Deleted: head/x11-wm/i3-gaps/files/ Modified: head/x11-wm/i3-gaps/Makefile head/x11-wm/i3-gaps/distinfo Modified: head/x11-wm/i3-gaps/Makefile ============================================================================== --- head/x11-wm/i3-gaps/Makefile Sat Feb 27 14:01:26 2021 (r566702) +++ head/x11-wm/i3-gaps/Makefile Sat Feb 27 14:29:00 2021 (r566703) @@ -2,9 +2,13 @@ PORTNAME= i3 DISTVERSION= 4.19.1 +PORTREVISION= 1 CATEGORIES= x11-wm PKGNAMESUFFIX= -gaps +PATCH_SITES= https://github.com/i3/i3/commit/ +PATCHFILES= a7d873f8ccb117c8e0775fe5bfe5804416b89709.patch:-p1 + MAINTAINER= dmgk@FreeBSD.org COMMENT= Fork of i3 tiling window manager with more features, including gaps @@ -50,5 +54,10 @@ DOCS_MESON_TRUE= docs MANPAGES_BUILD_DEPENDS= asciidoc:textproc/asciidoc \ xmlto:textproc/xmlto MANPAGES_MESON_TRUE= mans + +post-patch: + @${REINPLACE_CMD} -e 's,/usr,${PREFIX},g' -e 's,/etc,${PREFIX}&,g' \ + ${WRKSRC}/man/i3-config-wizard.man \ + ${WRKSRC}/man/i3.man .include Modified: head/x11-wm/i3-gaps/distinfo ============================================================================== --- head/x11-wm/i3-gaps/distinfo Sat Feb 27 14:01:26 2021 (r566702) +++ head/x11-wm/i3-gaps/distinfo Sat Feb 27 14:29:00 2021 (r566703) @@ -1,3 +1,5 @@ -TIMESTAMP = 1612267081 +TIMESTAMP = 1613826242 SHA256 (Airblader-i3-4.19.1_GH0.tar.gz) = 97f33544f0a64a325b7b98cd4ad17dcf6f2c8ead1350d378154b76af1798e8fc SIZE (Airblader-i3-4.19.1_GH0.tar.gz) = 4189285 +SHA256 (a7d873f8ccb117c8e0775fe5bfe5804416b89709.patch) = 50216bf695c17fa498c281bdf5ba2194c10ed2d42480b70f81d81651648177ff +SIZE (a7d873f8ccb117c8e0775fe5bfe5804416b89709.patch) = 1166