diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2014-05-29 14:53:47 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2014-05-29 14:53:47 +0000 |
commit | db2b509ec3aee21f81408f17e7b7b7113641ef44 (patch) | |
tree | c400d10433c53e100bffa3a62117fbf3ad4d3033 /security/gnupg1/Makefile | |
parent | 251442ce7eb41f491fd7a5b05a5ed188ffc17647 (diff) |
Fix fatal error at exit regarding missing trustdb although key is imported.
Submitted by: des, philip
References: https://bugs.gnupg.org/gnupg/issue1622
References: http://git.gnupg.org/cgi-bin/gitweb.cgi?p=gnupg.git;a=commit;h=23191d7851eae2217ecdac6484349849a24fd94a
Notes
Notes:
svn path=/head/; revision=355706
Diffstat (limited to 'security/gnupg1/Makefile')
-rw-r--r-- | security/gnupg1/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/gnupg1/Makefile b/security/gnupg1/Makefile index a448193a3361..5c3db50fbd82 100644 --- a/security/gnupg1/Makefile +++ b/security/gnupg1/Makefile @@ -2,7 +2,7 @@ PORTNAME= gnupg PORTVERSION= 1.4.16 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GNUPG} MASTER_SITE_SUBDIR= gnupg |