security/keepass: Prevent crash when running in i3 window manager

Obtained from:	https://sourceforge.net/p/keepass/bugs/1545/#1618
MFH:		2017Q2
This commit is contained in:
Ben Woods 2017-04-16 17:10:58 +00:00
parent 3c64608ce8
commit 7906272348
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=438665
2 changed files with 2 additions and 1 deletions

View file

@ -3,6 +3,7 @@
PORTNAME= keepass
PORTVERSION= 2.35
PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= SF/${PORTNAME}/KeePass%202.x/${PORTVERSION}
DISTNAME= KeePass-${PORTVERSION}-Source

View file

@ -1,3 +1,3 @@
#!/bin/sh
exec %%PREFIX%%/bin/mono %%PREFIX%%/share/keepass/KeePass.exe "$@"
exec %%PREFIX%%/bin/mono --verify-all %%PREFIX%%/share/keepass/KeePass.exe "$@"