From owner-svn-ports-head@freebsd.org Sat Dec 24 10:09:04 2016 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 AF86CC8B7C3; Sat, 24 Dec 2016 10:09:04 +0000 (UTC) (envelope-from rene@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 7E5981459; Sat, 24 Dec 2016 10:09:04 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBOA93ar054432; Sat, 24 Dec 2016 10:09:03 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBOA93dv054431; Sat, 24 Dec 2016 10:09:03 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201612241009.uBOA93dv054431@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Sat, 24 Dec 2016 10:09:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r429321 - head/sysutils/password-store 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.23 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: Sat, 24 Dec 2016 10:09:04 -0000 Author: rene Date: Sat Dec 24 10:09:03 2016 New Revision: 429321 URL: https://svnweb.freebsd.org/changeset/ports/429321 Log: sysutils/password-store: turn on XCLIP (clip to x11) by default so people can do 'pass show -c example.com'. Since this is likely a desktop program, the extra X11 dependencies might already be installed anyway. PR: 215529 Submitted by: Aldis Berjoza (graudeejs@inbox.lv) Modified: head/sysutils/password-store/Makefile Modified: head/sysutils/password-store/Makefile ============================================================================== --- head/sysutils/password-store/Makefile Sat Dec 24 10:07:38 2016 (r429320) +++ head/sysutils/password-store/Makefile Sat Dec 24 10:09:03 2016 (r429321) @@ -2,7 +2,7 @@ PORTNAME= password-store PORTVERSION= 1.6.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= http://git.zx2c4.com/password-store/snapshot/ @@ -21,8 +21,8 @@ RUN_DEPENDS= bash:shells/bash \ NO_ARCH= yes NO_BUILD= yes -OPTIONS_DEFINE= GIT XCLIP CONTRIB EXAMPLES -OPTIONS_DEFAULT= CONTRIB +OPTIONS_DEFINE= CONTRIB EXAMPLES GIT XCLIP +OPTIONS_DEFAULT= CONTRIB XCLIP OPTIONS_SUB= yes GIT_DESC= Enable git storage