From owner-svn-ports-head@freebsd.org Fri Oct 4 11:29:27 2019 Return-Path: Delivered-To: svn-ports-head@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 E87C712BB52; Fri, 4 Oct 2019 11:29:27 +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 46l71z5kdNz4GZZ; Fri, 4 Oct 2019 11:29:27 +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 A501D238ED; Fri, 4 Oct 2019 11:29:27 +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 x94BTRMP096038; Fri, 4 Oct 2019 11:29:27 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x94BTRfc096036; Fri, 4 Oct 2019 11:29:27 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201910041129.x94BTRfc096036@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 4 Oct 2019 11:29:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r513762 - head/x11/wl-clipboard X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/x11/wl-clipboard X-SVN-Commit-Revision: 513762 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Oct 2019 11:29:28 -0000 Author: jbeich Date: Fri Oct 4 11:29:27 2019 New Revision: 513762 URL: https://svnweb.freebsd.org/changeset/ports/513762 Log: x11/wl-clipboard: update to 2.0.0 Changes: https://github.com/bugaevc/wl-clipboard/compare/7f36466...v2.0.0 PR: 241043 Approved by: Greg V (maintainer) Modified: head/x11/wl-clipboard/Makefile (contents, props changed) head/x11/wl-clipboard/distinfo (contents, props changed) Modified: head/x11/wl-clipboard/Makefile ============================================================================== --- head/x11/wl-clipboard/Makefile Fri Oct 4 11:16:20 2019 (r513761) +++ head/x11/wl-clipboard/Makefile Fri Oct 4 11:29:27 2019 (r513762) @@ -2,8 +2,7 @@ PORTNAME= wl-clipboard DISTVERSIONPREFIX= v -DISTVERSION= 1.0.0-43 -DISTVERSIONSUFFIX= -g7f36466 +DISTVERSION= 2.0.0 CATEGORIES= x11 wayland MAINTAINER= greg@unrelenting.technology @@ -23,6 +22,10 @@ PLIST_FILES= bin/wl-copy \ bin/wl-paste \ man/man1/wl-clipboard.1.gz \ man/man1/wl-copy.1.gz \ - man/man1/wl-paste.1.gz + man/man1/wl-paste.1.gz \ + share/bash-completion/completions/wl-copy \ + share/bash-completion/completions/wl-paste \ + share/zsh/site-functions/_wl-copy \ + share/zsh/site-functions/_wl-paste .include Modified: head/x11/wl-clipboard/distinfo ============================================================================== --- head/x11/wl-clipboard/distinfo Fri Oct 4 11:16:20 2019 (r513761) +++ head/x11/wl-clipboard/distinfo Fri Oct 4 11:29:27 2019 (r513762) @@ -1,3 +1,3 @@ -TIMESTAMP = 1549140277 -SHA256 (bugaevc-wl-clipboard-v1.0.0-43-g7f36466_GH0.tar.gz) = cc458dc3dc3758f4e1156d955d5cbc3ae17d9e24467c39c49ba8c6f66d1a821a -SIZE (bugaevc-wl-clipboard-v1.0.0-43-g7f36466_GH0.tar.gz) = 35001 +TIMESTAMP = 1570104969 +SHA256 (bugaevc-wl-clipboard-v2.0.0_GH0.tar.gz) = 2c42f182432adabe56da0f1144d5fcc40b7aae3d8e14d2bc4dc4c3f91b51808d +SIZE (bugaevc-wl-clipboard-v2.0.0_GH0.tar.gz) = 41922