diff options
author | tnn <tnn> | 2010-07-23 06:04:33 +0000 |
---|---|---|
committer | tnn <tnn> | 2010-07-23 06:04:33 +0000 |
commit | f31a86d877460e6005ad3daa42a74d39a57a949c (patch) | |
tree | 1da1ed94708c0888e2a54301bae4279970320074 /mail | |
parent | 1279d396f4f51586ebf3f4c265d52ccd0884aab0 (diff) | |
download | pkgsrc-f31a86d877460e6005ad3daa42a74d39a57a949c.tar.gz |
Add missing checksum and take measures to prevent this mistake from
happening in the future. PR pkg/43654
Diffstat (limited to 'mail')
-rw-r--r-- | mail/thunderbird/distinfo | 5 | ||||
-rw-r--r-- | mail/thunderbird/options.mk | 4 |
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 |