Date: Sat, 27 Feb 2021 14:29:01 +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: r566703 - in head/x11-wm/i3-gaps: . files Message-ID: <202102271429.11RET1sl091601@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102271429.11RET1sl091601>