svn commit: r404272 - head/security/keepass

Jason Unovitch junovitch at FreeBSD.org
Wed Dec 23 00:40:34 UTC 2015


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


More information about the svn-ports-head mailing list