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.
This commit is contained in:
Tobias Kortkamp 2019-05-04 09:22:25 +00:00
parent 1dcede4a33
commit b58f0552f3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=500798

View File

@ -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' \