Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Dec 2016 10:09:03 +0000 (UTC)
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r429321 - head/sysutils/password-store
Message-ID:  <201612241009.uBOA93dv054431@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612241009.uBOA93dv054431>