Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 May 2019 09:22:25 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r500798 - head/security/lastpass-cli
Message-ID:  <201905040922.x449MPUl076222@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Sat May  4 09:22:25 2019
New Revision: 500798
URL: https://svnweb.freebsd.org/changeset/ports/500798

Log:
  security/lastpass-cli: Switch to x11/xsel-conrad
  
  lastpass-cli calls xsel with --clipboard and --input arguments which
  the expiring x11/xsel does not support.  Use x11/xsel-conrad instead
  which does support them and is also the version that is mentioned
  in README.md.

Modified:
  head/security/lastpass-cli/Makefile

Modified: head/security/lastpass-cli/Makefile
==============================================================================
--- head/security/lastpass-cli/Makefile	Sat May  4 09:20:55 2019	(r500797)
+++ head/security/lastpass-cli/Makefile	Sat May  4 09:22:25 2019	(r500798)
@@ -4,6 +4,7 @@
 PORTNAME=	lastpass-cli
 PORTVERSION=	1.3.1
 DISTVERSIONPREFIX=	v
+PORTREVISION=	1
 CATEGORIES=	security
 
 MAINTAINER=	tom@hur.st
@@ -39,7 +40,7 @@ MANPAGES_PLIST_FILES=	${MANPREFIX}/man/man1/lpass.1.gz
 
 PINENTRY_RUN_DEPENDS=	pinentry:security/pinentry
 XCLIP_RUN_DEPENDS=	xclip:x11/xclip
-XSEL_RUN_DEPENDS=	xsel:x11/xsel
+XSEL_RUN_DEPENDS=	xsel:x11/xsel-conrad
 
 post-extract:
 	@${REINPLACE_CMD} -e 's/-Wno-language-extension-token//g' \



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