svn commit: r450693 - head/sysutils/passwordsafe/files

Bernard Spil brnrd at FreeBSD.org
Tue Sep 26 18:39:13 UTC 2017


Author: brnrd
Date: Tue Sep 26 18:39:12 2017
New Revision: 450693
URL: https://svnweb.freebsd.org/changeset/ports/450693

Log:
  sysutils/passwordsafe: Add missing patch for Yubikey

Added:
  head/sysutils/passwordsafe/files/patch-Makefile.freebsd   (contents, props changed)

Added: head/sysutils/passwordsafe/files/patch-Makefile.freebsd
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/passwordsafe/files/patch-Makefile.freebsd	Tue Sep 26 18:39:12 2017	(r450693)
@@ -0,0 +1,11 @@
+--- Makefile.freebsd.orig	2017-05-01 15:10:07 UTC
++++ Makefile.freebsd
+@@ -34,8 +34,6 @@ GIT := git
+ GZIP := gzip
+ ECHO := /bin/echo
+ 
+-export NO_YUBI := yes
+-
+ GPG := /usr/local/bin/gpg
+ GPG_SIGN := $(GPG) --detach-sign --default-key $(GPG_KEY)
+ SIGN_CMD := $(foreach file, $(wildcard $(RELEASEDIR)/*$(RELEASENAME)*), $(GPG_SIGN) $(file); )


More information about the svn-ports-all mailing list