aboutsummaryrefslogtreecommitdiff
path: root/security/lastpass-cli
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2019-05-04 09:22:25 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2019-05-04 09:22:25 +0000
commitb58f0552f3795855ee7107a493910a1e5e1df1da (patch)
treeecb399eed98ace6fca51f314ec2830f51291ff61 /security/lastpass-cli
parent1dcede4a33fe59af0a1cef05499c3071e1ce5d7f (diff)
downloadports-b58f0552f3795855ee7107a493910a1e5e1df1da.tar.gz
ports-b58f0552f3795855ee7107a493910a1e5e1df1da.zip
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.
Notes
Notes: svn path=/head/; revision=500798
Diffstat (limited to 'security/lastpass-cli')
-rw-r--r--security/lastpass-cli/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/lastpass-cli/Makefile b/security/lastpass-cli/Makefile
index a4de83539ef4..b509898ae9a1 100644
--- a/security/lastpass-cli/Makefile
+++ b/security/lastpass-cli/Makefile
@@ -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' \