summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2010-07-23 06:04:33 +0000
committertnn <tnn@pkgsrc.org>2010-07-23 06:04:33 +0000
commit96bba1f934eb8c6509049efb6c87bcd371c81cd8 (patch)
tree1da1ed94708c0888e2a54301bae4279970320074
parent270a0e09682d3461b16c1e69e8da84795a84a382 (diff)
downloadpkgsrc-96bba1f934eb8c6509049efb6c87bcd371c81cd8.tar.gz
Add missing checksum and take measures to prevent this mistake from
happening in the future. PR pkg/43654
-rw-r--r--mail/thunderbird/distinfo5
-rw-r--r--mail/thunderbird/options.mk4
2 files changed, 6 insertions, 3 deletions
diff --git a/mail/thunderbird/distinfo b/mail/thunderbird/distinfo
index 6e05700ed6a..b62bb9ace45 100644
--- a/mail/thunderbird/distinfo
+++ b/mail/thunderbird/distinfo
@@ -1,5 +1,8 @@
-$NetBSD: distinfo,v 1.72 2010/07/21 19:53:54 tnn Exp $
+$NetBSD: distinfo,v 1.73 2010/07/23 06:04:33 tnn Exp $
+SHA1 (enigmail-1.1.2.tar.gz) = d29fce2b20a36d210b12c28fcbbee965007c95aa
+RMD160 (enigmail-1.1.2.tar.gz) = 2c1fa3494c1c2458635a3d68929ce7ff8fdb48e7
+Size (enigmail-1.1.2.tar.gz) = 1280923 bytes
SHA1 (thunderbird-3.1.1.source.tar.bz2) = 8e25fd786fbe094c3f4d9bc4e18285701bd42279
RMD160 (thunderbird-3.1.1.source.tar.bz2) = f7c635610eace54a29601a796f8f5e34bc7d198e
Size (thunderbird-3.1.1.source.tar.bz2) = 65820406 bytes
diff --git a/mail/thunderbird/options.mk b/mail/thunderbird/options.mk
index 943a89d20a2..3d80066d34d 100644
--- a/mail/thunderbird/options.mk
+++ b/mail/thunderbird/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.5 2010/07/12 16:49:21 tnn Exp $
+# $NetBSD: options.mk,v 1.6 2010/07/23 06:04:33 tnn Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.thunderbird
PKG_SUPPORTED_OPTIONS= debug mozilla-jemalloc gnome official-mozilla-branding mozilla-lightning mozilla-enigmail
@@ -56,7 +56,7 @@ XPI_FILES+= ${WRKSRC}/mozilla/dist/xpi-stage/lightning.xpi
CONFIGURE_ARGS+= --disable-calendar
.endif
-.if !empty(PKG_OPTIONS:Mmozilla-enigmail)
+.if !empty(PKG_OPTIONS:Mmozilla-enigmail) || make(distinfo)
.include "enigmail.mk"
.endif