Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Dec 2015 00:40:33 +0000 (UTC)
From:      Jason Unovitch <junovitch@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r404272 - head/security/keepass
Message-ID:  <201512230040.tBN0eXiG015735@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: junovitch
Date: Wed Dec 23 00:40:32 2015
New Revision: 404272
URL: https://svnweb.freebsd.org/changeset/ports/404272

Log:
  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)
  MFH:		2015Q4

Modified:
  head/security/keepass/Makefile

Modified: head/security/keepass/Makefile
==============================================================================
--- head/security/keepass/Makefile	Wed Dec 23 00:22:31 2015	(r404271)
+++ head/security/keepass/Makefile	Wed Dec 23 00:40:32 2015	(r404272)
@@ -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?201512230040.tBN0eXiG015735>