Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Dec 2015 20:18:57 +0000 (UTC)
From:      Jason Unovitch <junovitch@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r404317 - branches/2015Q4/security/keepass
Message-ID:  <201512232018.tBNKIvS1060647@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: junovitch
Date: Wed Dec 23 20:18:56 2015
New Revision: 404317
URL: https://svnweb.freebsd.org/changeset/ports/404317

Log:
  MFH: r404272
  
  security/keepass: fix XSEL option dependency
  
  - Switch x11/xsel -> x11/xsel-conrad. This resolves a run time issue
    when copying passwords to the clipboard.
  
  PR:		204397
  Reported by:	Alex Zhukov <baron.pampa@gmail.com>
  Submitted by:	Ben Woods <woodsb02@gmail.com> (maintainer)
  Approved by:	ports-secteam (feld)

Modified:
  branches/2015Q4/security/keepass/Makefile
Directory Properties:
  branches/2015Q4/   (props changed)

Modified: branches/2015Q4/security/keepass/Makefile
==============================================================================
--- branches/2015Q4/security/keepass/Makefile	Wed Dec 23 19:39:42 2015	(r404316)
+++ branches/2015Q4/security/keepass/Makefile	Wed Dec 23 20:18:56 2015	(r404317)
@@ -3,6 +3,7 @@
 
 PORTNAME=	keepass
 PORTVERSION=	2.30
+PORTREVISION=	1
 CATEGORIES=	security
 MASTER_SITES=	SF/${PORTNAME}/KeePass%202.x/${PORTVERSION}
 DISTNAME=	KeePass-${PORTVERSION}-Source
@@ -39,7 +40,7 @@ XSEL_DESC=	Use the xsel utility for clip
 OPTIONS_DEFAULT=	XDOTOOL XSEL
 
 XDOTOOL_RUN_DEPENDS=	xdotool:${PORTSDIR}/x11/xdotool
-XSEL_RUN_DEPENDS=	xsel:${PORTSDIR}/x11/xsel
+XSEL_RUN_DEPENDS=	xsel:${PORTSDIR}/x11/xsel-conrad
 
 do-build:
 	# Extract icons



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