svn commit: r500798 - head/security/lastpass-cli

Tobias Kortkamp tobik at FreeBSD.org
Sat May 4 09:22:26 UTC 2019


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


More information about the svn-ports-all mailing list