svn commit: r429321 - head/sysutils/password-store
Rene Ladan
rene at FreeBSD.org
Sat Dec 24 10:09:04 UTC 2016
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 at 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
More information about the svn-ports-all
mailing list