From owner-svn-ports-head@freebsd.org Wed Dec 23 00:40:34 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2B384A50FDD; Wed, 23 Dec 2015 00:40:34 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id ED0C7188F; Wed, 23 Dec 2015 00:40:33 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBN0eXkX015736; Wed, 23 Dec 2015 00:40:33 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBN0eXiG015735; Wed, 23 Dec 2015 00:40:33 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201512230040.tBN0eXiG015735@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Wed, 23 Dec 2015 00:40:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404272 - head/security/keepass X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Dec 2015 00:40:34 -0000 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 Submitted by: Ben Woods (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