aboutsummaryrefslogtreecommitdiffstats
path: root/mail/thunderbird/Makefile
diff options
context:
space:
mode:
authorjbeich <jbeich@FreeBSD.org>2016-03-10 18:44:56 +0800
committerjbeich <jbeich@FreeBSD.org>2016-03-10 18:44:56 +0800
commit605fe2173d7a115e7db172de25e80ed3058b7237 (patch)
tree0d4b4f61f3242ac0b117274ab9282a645d90ce82 /mail/thunderbird/Makefile
parent5c438653d1f783b0223fc01a2417e758bc5c6cab (diff)
downloadfreebsd-ports-gnome-605fe2173d7a115e7db172de25e80ed3058b7237.tar.gz
freebsd-ports-gnome-605fe2173d7a115e7db172de25e80ed3058b7237.tar.zst
freebsd-ports-gnome-605fe2173d7a115e7db172de25e80ed3058b7237.zip
mail/thunderbird, www/seamonkey: update enigmail to 1.9.1
Diffstat (limited to 'mail/thunderbird/Makefile')
-rw-r--r--mail/thunderbird/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/mail/thunderbird/Makefile b/mail/thunderbird/Makefile
index f2bf392e9003..935d5051fa9f 100644
--- a/mail/thunderbird/Makefile
+++ b/mail/thunderbird/Makefile
@@ -3,6 +3,7 @@
PORTNAME= thunderbird
DISTVERSION= 38.6.0
+PORTREVISION= 1
CATEGORIES= mail news net-im ipv6
MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \
MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source
@@ -30,7 +31,7 @@ BUILD_DEPENDS= nspr>=4.10.10:${PORTSDIR}/devel/nspr \
LIB_DEPENDS= libv4l2.so:${PORTSDIR}/multimedia/libv4l
-EM_VERSION= 1.8.2
+EM_VERSION= 1.9.1
L_VERSION= 4.0.6
SSP_UNSAFE= yes
@@ -77,15 +78,15 @@ MOZ_OPTIONS:= ${MOZ_OPTIONS:S/${CONFIGURE_TARGET}//}
.if ${PORT_OPTIONS:MENIGMAIL}
MASTER_SITES+= https://www.enigmail.net/download/source/:enigmail
DISTFILES+= ${EM_DISTFILE}:enigmail
-RUN_DEPENDS+= gpg:${PORTSDIR}/security/gnupg
+RUN_DEPENDS+= gpg2:${PORTSDIR}/security/gnupg
EM_DISTNAME= enigmail-${EM_VERSION}
EM_DISTFILE= ${EM_DISTNAME}.tar.gz
-EM_XPI_FILE= ${WRKSRC}/mailnews/extensions/enigmail/build/${EM_DISTNAME}-${OPSYS:tl}-${ARCH:S/amd64/x86_64/:S/i386/x86/:S/powerpc/ppc/}-gcc3.xpi
+EM_XPI_FILE= ${WRKSRC}/mailnews/extensions/enigmail/build/${EM_DISTNAME}.xpi
EM_ORIG_ID= {847b3a00-7ab1-11d4-8f02-006008948af5}
EM_ID= ${PORTNAME}@mozilla-enigmail.org
EM_ID_RFILES= ${XPI_LIBDIR}/${EM_ID}/install.rdf \
${XPI_LIBDIR}/${EM_ID}/components/enigmail.js \
- ${XPI_LIBDIR}/${EM_ID}/modules/enigmailCommon.jsm
+ ${XPI_LIBDIR}/${EM_ID}/modules/app.jsm
.endif
.if ${PORT_OPTIONS:MLIGHTNING}