diff options
Diffstat (limited to 'x11/grim/Makefile')
-rw-r--r-- | x11/grim/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/x11/grim/Makefile b/x11/grim/Makefile index 51536628b632..f6475d2804ea 100644 --- a/x11/grim/Makefile +++ b/x11/grim/Makefile @@ -1,24 +1,25 @@ PORTNAME= grim DISTVERSIONPREFIX= v -DISTVERSION= 1.4.1 -PORTREVISION= 2 +DISTVERSION= 1.5.0 CATEGORIES= x11 wayland -MASTER_SITES= https://git.sr.ht/~emersion/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/ MAINTAINER= jbeich@FreeBSD.org COMMENT= Grab images from a Wayland compositor -WWW= https://sr.ht/~emersion/grim/ +WWW= https://gitlab.freedesktop.org/emersion/grim LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= wayland-protocols>=1.14:graphics/wayland-protocols +BUILD_DEPENDS= wayland-protocols>=1.37:graphics/wayland-protocols LIB_DEPENDS= libpng.so:graphics/png \ libwayland-client.so:graphics/wayland USES= compiler:c11 gnome meson pkgconfig xorg +USE_GITLAB= yes USE_GNOME= cairo USE_XORG= pixman +GL_SITE= https://gitlab.freedesktop.org +GL_ACCOUNT= emersion PLIST_FILES= bin/${PORTNAME} OPTIONS_DEFINE= JPEG MANPAGES |