diff options
Diffstat (limited to 'x11/kanshi/Makefile')
-rw-r--r-- | x11/kanshi/Makefile | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/x11/kanshi/Makefile b/x11/kanshi/Makefile index 6ff6a1adf2a3..c8bb79fc1915 100644 --- a/x11/kanshi/Makefile +++ b/x11/kanshi/Makefile @@ -1,12 +1,13 @@ PORTNAME= kanshi DISTVERSIONPREFIX= v -PORTVERSION= 1.7.0 +DISTVERSION= 1.8.0 CATEGORIES= x11 wayland -MASTER_SITES= https://git.sr.ht/~emersion/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/ +MASTER_SITES= https://gitlab.freedesktop.org/emersion/${PORTNAME}/-/releases/${DISTVERSIONFULL}/downloads/ +DISTNAME= ${PORTNAME}-${DISTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= tagattie@FreeBSD.org COMMENT= Dynamic display configuration for Wayland -WWW= https://sr.ht/~emersion/kanshi/ +WWW= https://gitlab.freedesktop.org/emersion/kanshi LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE @@ -15,7 +16,9 @@ LIB_DEPENDS= libscfg.so:devel/libscfg \ libwayland-client.so:graphics/wayland USES= compiler:c11 meson pkgconfig + MESON_ARGS= -Dipc=disabled # https://github.com/varlink/libvarlink/issues/53 + PLIST_FILES= bin/${PORTNAME} OPTIONS_DEFINE= MANPAGES @@ -27,7 +30,7 @@ MANPAGES_PLIST_FILES= share/man/man1/${PORTNAME}.1.gz \ share/man/man5/${PORTNAME}.5.gz post-patch: - @${REINPLACE_CMD} -e 's,/etc,${PREFIX}&,' \ + @${REINPLACE_CMD} -e 's|/etc|${PREFIX}&|' \ ${WRKSRC}/doc/${PORTNAME}.5.scd .include <bsd.port.mk> |