summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorryoon <ryoon>2015-12-12 01:28:15 +0000
committerryoon <ryoon>2015-12-12 01:28:15 +0000
commit96304c6a0fb1a08ff8a5102f532f4b4d787f39ae (patch)
tree9f6e00ed27e213d219e79dd2f656d312f35040c8 /mail
parent32d3c66b35c0fc2919bd08d02adc07ac2a91e811 (diff)
downloadpkgsrc-96304c6a0fb1a08ff8a5102f532f4b4d787f39ae.tar.gz
Update GnuPG dependency to gnupg2 and depend on pinentry-gtk2
GnuPG 2.* is required even if GnuPG 1.4 is used (gpg-agent). Bump PKGREVISION.
Diffstat (limited to 'mail')
-rw-r--r--mail/seamonkey-enigmail/Makefile3
-rw-r--r--mail/thunderbird-enigmail/Makefile3
-rw-r--r--mail/thunderbird-enigmail/Makefile.common5
3 files changed, 7 insertions, 4 deletions
diff --git a/mail/seamonkey-enigmail/Makefile b/mail/seamonkey-enigmail/Makefile
index 13c506cc21e..5766343afda 100644
--- a/mail/seamonkey-enigmail/Makefile
+++ b/mail/seamonkey-enigmail/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.1 2015/07/01 12:55:53 ryoon Exp $
+# $NetBSD: Makefile,v 1.2 2015/12/12 01:28:15 ryoon Exp $
.include "../../mail/thunderbird-enigmail/Makefile.common"
PKGNAME= seamonkey-${DISTNAME}
+PKGREVISION= 1
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= GnuPG support for www/seamonkey
diff --git a/mail/thunderbird-enigmail/Makefile b/mail/thunderbird-enigmail/Makefile
index e315c6abf0c..95f92aca8fa 100644
--- a/mail/thunderbird-enigmail/Makefile
+++ b/mail/thunderbird-enigmail/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.1 2015/07/01 12:54:32 ryoon Exp $
+# $NetBSD: Makefile,v 1.2 2015/12/12 01:28:15 ryoon Exp $
.include "Makefile.common"
PKGNAME= thunderbird-${DISTNAME}
+PKGREVISION= 1
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= GnuPG support for mail/thunderbird
diff --git a/mail/thunderbird-enigmail/Makefile.common b/mail/thunderbird-enigmail/Makefile.common
index dc96552850a..5d4a472d210 100644
--- a/mail/thunderbird-enigmail/Makefile.common
+++ b/mail/thunderbird-enigmail/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.3 2015/12/05 21:25:48 adam Exp $
+# $NetBSD: Makefile.common,v 1.4 2015/12/12 01:28:15 ryoon Exp $
# used by mail/thunderbird-enigmail/Makefile
# used by mail/seamonkey-enigmail/Makefile
@@ -16,7 +16,8 @@ USE_TOOLS+= gmake perl sed unzip zip
MAKE_JOBS_SAFE= no
# Minimal requirements are here: https://www.enigmail.net/download/source.php
-DEPENDS+= gnupg-[0-9]*:../../security/gnupg
+DEPENDS+= gnupg2-[0-9]*:../../security/gnupg2
+DEPENDS+= pinentry-gtk2-[0-9]*:../../security/pinentry-gtk2
DISTINFO_FILE= ${.CURDIR}/../../mail/thunderbird-enigmail/distinfo
PATCHDIR= ${.CURDIR}/../../mail/thunderbird-enigmail/patches