diff options
Diffstat (limited to 'net/waypipe/Makefile')
-rw-r--r-- | net/waypipe/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net/waypipe/Makefile b/net/waypipe/Makefile index c730c2473256..6d2904b544ca 100644 --- a/net/waypipe/Makefile +++ b/net/waypipe/Makefile @@ -1,9 +1,12 @@ PORTNAME= waypipe DISTVERSIONPREFIX= v DISTVERSION= 0.10.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net wayland +PATCH_SITES= ${GL_SITE}/${GL_ACCOUNT}/${GL_PROJECT}/-/commit/ +PATCHFILES+= 02891f1514bf.patch:-p1 # https://gitlab.freedesktop.org/mstoeckl/waypipe/-/merge_requests/32 + MAINTAINER= jbeich@FreeBSD.org COMMENT= Network transparency with Wayland WWW= https://gitlab.freedesktop.org/mstoeckl/waypipe |