svn commit: r404317 - branches/2015Q4/security/keepass

Jason Unovitch junovitch at FreeBSD.org
Wed Dec 23 20:18:58 UTC 2015


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 at gmail.com>
  Submitted by:	Ben Woods <woodsb02 at 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


More information about the svn-ports-branches mailing list