From owner-svn-ports-all@freebsd.org Sun Dec 27 04:36:17 2020 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 60C994CD9E3; Sun, 27 Dec 2020 04:36:17 +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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 4D3SYY2FBkz3Qr0; Sun, 27 Dec 2020 04:36:17 +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 3FE562123C; Sun, 27 Dec 2020 04:36:17 +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 0BR4aHTP027692; Sun, 27 Dec 2020 04:36:17 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0BR4aGU0027690; Sun, 27 Dec 2020 04:36:16 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202012270436.0BR4aGU0027690@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 27 Dec 2020 04:36:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r559342 - in head/x11/wayland-logout: . files X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in head/x11/wayland-logout: . files X-SVN-Commit-Revision: 559342 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.34 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: Sun, 27 Dec 2020 04:36:17 -0000 Author: jbeich Date: Sun Dec 27 04:36:16 2020 New Revision: 559342 URL: https://svnweb.freebsd.org/changeset/ports/559342 Log: x11/wayland-logout: update to 1.1 - Switch to more efficient code on FreeBSD 13.0 Changes: https://github.com/soreau/wayland-logout/compare/v1.0...v1.1 Reported by: portscout Deleted: head/x11/wayland-logout/files/ Modified: head/x11/wayland-logout/Makefile (contents, props changed) head/x11/wayland-logout/distinfo (contents, props changed) Modified: head/x11/wayland-logout/Makefile ============================================================================== --- head/x11/wayland-logout/Makefile Sun Dec 27 04:34:00 2020 (r559341) +++ head/x11/wayland-logout/Makefile Sun Dec 27 04:36:16 2020 (r559342) @@ -2,22 +2,24 @@ PORTNAME= wayland-logout DISTVERSIONPREFIX= v -DISTVERSION= 1.0 +DISTVERSION= 1.1 CATEGORIES= x11 +PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ +PATCHFILES+= 6e0c13c8b198.patch:-p1 # https://github.com/soreau/wayland-logout/pull/6 +PATCHFILES+= 64eb1c3c9a4d.patch:-p1 # https://github.com/soreau/wayland-logout/pull/6 + MAINTAINER= jbeich@FreeBSD.org COMMENT= Simple logout on Wayland LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE +USES= meson USE_GITHUB= yes GH_ACCOUNT= soreau -NO_ARCH= yes -NO_BUILD= yes -PLIST_FILES= bin/${PORTNAME} - -do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.sh \ - ${STAGEDIR}${PREFIX}/bin/${PORTNAME} +MESON_ARGS= ${${OPSYS} == FreeBSD && ${OSREL:R} >= 13:?-Dimplementation=c:} +PLIST_FILES= bin/${PORTNAME} \ + man/man1/${PORTNAME}.1.gz .include Modified: head/x11/wayland-logout/distinfo ============================================================================== --- head/x11/wayland-logout/distinfo Sun Dec 27 04:34:00 2020 (r559341) +++ head/x11/wayland-logout/distinfo Sun Dec 27 04:36:16 2020 (r559342) @@ -1,3 +1,7 @@ -TIMESTAMP = 1599853712 -SHA256 (soreau-wayland-logout-v1.0_GH0.tar.gz) = 445eb9a978481871dbc51ea0e9cde57ca9f778eda55ecd8a5aac205a71e7f0e6 -SIZE (soreau-wayland-logout-v1.0_GH0.tar.gz) = 16663 +TIMESTAMP = 1607050775 +SHA256 (soreau-wayland-logout-v1.1_GH0.tar.gz) = 814765492340d52c3371f46a37f0ebae1225f2db686ff0eab57c9464b80d756f +SIZE (soreau-wayland-logout-v1.1_GH0.tar.gz) = 17731 +SHA256 (6e0c13c8b198.patch) = e22a33f9b4b99e3450b7527fc6124c7ee1bca93f95ae89fbb56b6b4a404ed98d +SIZE (6e0c13c8b198.patch) = 1110 +SHA256 (64eb1c3c9a4d.patch) = df379f6e150417facd1973bb2dbc435bb3212d8a2edc09277481cfc0a0f32d36 +SIZE (64eb1c3c9a4d.patch) = 818