Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Oct 2019 11:29:27 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r513762 - head/x11/wl-clipboard
Message-ID:  <201910041129.x94BTRfc096036@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910041129.x94BTRfc096036>