From owner-svn-ports-all@freebsd.org Wed Aug 28 09:22:06 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 6F601D6D31; Wed, 28 Aug 2019 09:22:06 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46JKy625rzz3yTY; Wed, 28 Aug 2019 09:22:06 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 29A955346; Wed, 28 Aug 2019 09:22:06 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x7S9M6GL077394; Wed, 28 Aug 2019 09:22:06 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x7S9M5Ed077392; Wed, 28 Aug 2019 09:22:05 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201908280922.x7S9M5Ed077392@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Wed, 28 Aug 2019 09:22:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r510049 - head/x11/kanshi X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/x11/kanshi X-SVN-Commit-Revision: 510049 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Aug 2019 09:22:06 -0000 Author: jbeich Date: Wed Aug 28 09:22:05 2019 New Revision: 510049 URL: https://svnweb.freebsd.org/changeset/ports/510049 Log: x11/kanshi: update to 1.0.0 Changes: https://github.com/emersion/kanshi/compare/76e9f41...v1.0.0 Reported by: GitHub (watch releases) Modified: head/x11/kanshi/Makefile (contents, props changed) head/x11/kanshi/distinfo (contents, props changed) head/x11/kanshi/pkg-descr (contents, props changed) Modified: head/x11/kanshi/Makefile ============================================================================== --- head/x11/kanshi/Makefile Wed Aug 28 09:02:41 2019 (r510048) +++ head/x11/kanshi/Makefile Wed Aug 28 09:22:05 2019 (r510049) @@ -1,22 +1,21 @@ # $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 Modified: head/x11/kanshi/distinfo ============================================================================== --- head/x11/kanshi/distinfo Wed Aug 28 09:02:41 2019 (r510048) +++ head/x11/kanshi/distinfo Wed Aug 28 09:22:05 2019 (r510049) @@ -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 Modified: head/x11/kanshi/pkg-descr ============================================================================== --- head/x11/kanshi/pkg-descr Wed Aug 28 09:02:41 2019 (r510048) +++ head/x11/kanshi/pkg-descr Wed Aug 28 09:22:05 2019 (r510049) @@ -5,6 +5,4 @@ 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/