diff options
author | richard <richard@pkgsrc.org> | 2014-08-31 12:51:39 +0000 |
---|---|---|
committer | richard <richard@pkgsrc.org> | 2014-08-31 12:51:39 +0000 |
commit | 480156e0168371c043838ab11e33e90bf79b33ed (patch) | |
tree | 7fff094a46a3e7c96e47612cbf7390c7d9e02430 /mail/thunderbird24/Makefile | |
parent | 7af82a70a7947cc7a6d0be12a50d38ab0fadcc3e (diff) | |
download | pkgsrc-480156e0168371c043838ab11e33e90bf79b33ed.tar.gz |
Update enigmail to 1.7.2 and update SunOS patch with '-mimpure-text'.
Bump PKGREVISION
Diffstat (limited to 'mail/thunderbird24/Makefile')
-rw-r--r-- | mail/thunderbird24/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/thunderbird24/Makefile b/mail/thunderbird24/Makefile index 3c111e69669..a4c763a0a59 100644 --- a/mail/thunderbird24/Makefile +++ b/mail/thunderbird24/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.2 2014/08/30 06:18:19 richard Exp $ +# $NetBSD: Makefile,v 1.3 2014/08/31 12:51:39 richard Exp $ DISTNAME= # empty PKGNAME= thunderbird24-${TB_VER} TB_VER= 24.7.0 #LIGHTNINGVER= 1.9 +PKGREVISION= 1 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_MOZILLA:=thunderbird/releases/${TB_VER}/source/} DISTFILES= thunderbird-${TB_VER}.source.tar.bz2 |