Index: head/x11/kanshi/Makefile =================================================================== --- head/x11/kanshi/Makefile (revision 510048) +++ head/x11/kanshi/Makefile (revision 510049) @@ -1,30 +1,29 @@ # $FreeBSD$ PORTNAME= kanshi -PORTVERSION= s20190607 +DISTVERSIONPREFIX= v +PORTVERSION= 1.0.0 CATEGORIES= x11 MAINTAINER= jbeich@FreeBSD.org COMMENT= Dynamic display configuration for Wayland LICENSE= MIT -# https://github.com/emersion/kanshi/issues/45 -#LICENSE_FILE= ${WRKSRC}/LICENSE +LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libwayland-client.so:graphics/wayland USES= compiler:c11 meson pkgconfig USE_GITHUB= yes GH_ACCOUNT= emersion -GH_TAGNAME= 76e9f41 PLIST_FILES= bin/${PORTNAME} OPTIONS_DEFINE= MANPAGES OPTIONS_DEFAULT=MANPAGES MANPAGES_BUILD_DEPENDS= scdoc:textproc/scdoc MANPAGES_MESON_ENABLED= man-pages MANPAGES_PLIST_FILES= man/man1/${PORTNAME}.1.gz \ man/man5/${PORTNAME}.5.gz .include Index: head/x11/kanshi/distinfo =================================================================== --- head/x11/kanshi/distinfo (revision 510048) +++ head/x11/kanshi/distinfo (revision 510049) @@ -1,3 +1,3 @@ -TIMESTAMP = 1559470039 -SHA256 (emersion-kanshi-s20190607-76e9f41_GH0.tar.gz) = c80184b5a2f1208af06f4953fbba7dc7fcd6d35cd7feb0afe2e1c9f46b5a9adb -SIZE (emersion-kanshi-s20190607-76e9f41_GH0.tar.gz) = 13834 +TIMESTAMP = 1566886071 +SHA256 (emersion-kanshi-v1.0.0_GH0.tar.gz) = 90b200107b32b72259d60bfc08b12c782b13e706b7e617d058df292506fdbf90 +SIZE (emersion-kanshi-v1.0.0_GH0.tar.gz) = 14422 Index: head/x11/kanshi/pkg-descr =================================================================== --- head/x11/kanshi/pkg-descr (revision 510048) +++ head/x11/kanshi/pkg-descr (revision 510049) @@ -1,10 +1,8 @@ kanshi allows you to define output profiles that are automatically enabled and disabled on hotplug. For instance, this can be used to turn a laptop's internal screen off when docked. This is a Wayland equivalent for tools like autorandr. kanshi can be used on Wayland compositors supporting wlr-output-management protocol. -Sway users: kanshi requires Sway 1.2 or later. - WWW: https://wayland.emersion.fr/kanshi/