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:
parent
1dcede4a33
commit
b58f0552f3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=500798
@ -4,6 +4,7 @@
|
|||||||
PORTNAME= lastpass-cli
|
PORTNAME= lastpass-cli
|
||||||
PORTVERSION= 1.3.1
|
PORTVERSION= 1.3.1
|
||||||
DISTVERSIONPREFIX= v
|
DISTVERSIONPREFIX= v
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= security
|
CATEGORIES= security
|
||||||
|
|
||||||
MAINTAINER= tom@hur.st
|
MAINTAINER= tom@hur.st
|
||||||
@ -39,7 +40,7 @@ MANPAGES_PLIST_FILES= ${MANPREFIX}/man/man1/lpass.1.gz
|
|||||||
|
|
||||||
PINENTRY_RUN_DEPENDS= pinentry:security/pinentry
|
PINENTRY_RUN_DEPENDS= pinentry:security/pinentry
|
||||||
XCLIP_RUN_DEPENDS= xclip:x11/xclip
|
XCLIP_RUN_DEPENDS= xclip:x11/xclip
|
||||||
XSEL_RUN_DEPENDS= xsel:x11/xsel
|
XSEL_RUN_DEPENDS= xsel:x11/xsel-conrad
|
||||||
|
|
||||||
post-extract:
|
post-extract:
|
||||||
@${REINPLACE_CMD} -e 's/-Wno-language-extension-token//g' \
|
@${REINPLACE_CMD} -e 's/-Wno-language-extension-token//g' \
|
||||||
|
Loading…
Reference in New Issue
Block a user