diff options
author | heinz <heinz@pkgsrc.org> | 2006-02-09 22:38:12 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2006-02-09 22:38:12 +0000 |
commit | 64524db8a57d567dcb2ee95b08a2b819b43aea68 (patch) | |
tree | 62763de70cd115057074d71246f309930e9533ce /mail/tnef | |
parent | 6ab6e26e8eb9a2a63c3a8bd8c730dfd0d7e44e3c (diff) | |
download | pkgsrc-64524db8a57d567dcb2ee95b08a2b819b43aea68.tar.gz |
Updated to version 1.3.4.
Relevant changes since version 1.3.2:
=====================================
* 1.3.4:
** Fixing RTF message body saving [Bug# 1318728]. Fix courtesy of
Eduardo Subelman.
* 1.3.3:
** Fixing memory leak bug [Bug# 1168062]. GUIDs not being freed corrrectly.
** Now saving message body data [RFE# 1033855]. Now optionally saves message
body data, generalizing the previous --save-rtf feature.
** Implementing Unicode handling [Patch# 666561]. Implementing code to
translate Unicode strings to utf8 as best as can be.
Diffstat (limited to 'mail/tnef')
-rw-r--r-- | mail/tnef/Makefile | 16 | ||||
-rw-r--r-- | mail/tnef/distinfo | 8 |
2 files changed, 17 insertions, 7 deletions
diff --git a/mail/tnef/Makefile b/mail/tnef/Makefile index 5f245c22123..2cb06562004 100644 --- a/mail/tnef/Makefile +++ b/mail/tnef/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.19 2006/02/05 23:09:59 joerg Exp $ +# $NetBSD: Makefile,v 1.20 2006/02/09 22:38:12 heinz Exp $ # -DISTNAME= tnef-1.3.2 -PKGREVISION= 1 +DISTNAME= tnef-1.3.4 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tnef/} @@ -15,5 +14,16 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews GNU_CONFIGURE= YES TEST_TARGET= check +PKG_OPTIONS_VAR= PKG_OPTIONS.tnef +PKG_SUPPORTED_OPTIONS= debug + +.include "../../mk/bsd.options.mk" + +.if !empty(PKG_OPTIONS:Mdebug) +CONFIGURE_ARGS+= --enable-debug +.else +CONFIGURE_ARGS+= --disable-debug +.endif + .include "../../devel/gettext-lib/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/mail/tnef/distinfo b/mail/tnef/distinfo index d5b4390509e..7e30fab1869 100644 --- a/mail/tnef/distinfo +++ b/mail/tnef/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.10 2005/04/20 14:38:31 heinz Exp $ +$NetBSD: distinfo,v 1.11 2006/02/09 22:38:12 heinz Exp $ -SHA1 (tnef-1.3.2.tar.gz) = 992d8147376d097c648d1209502fb1f55550fef5 -RMD160 (tnef-1.3.2.tar.gz) = df5ea23328ab8846ce8a3bed329c9fb776ca9da4 -Size (tnef-1.3.2.tar.gz) = 1625253 bytes +SHA1 (tnef-1.3.4.tar.gz) = 6129cc171dd10576c124940886e20e3634980669 +RMD160 (tnef-1.3.4.tar.gz) = 7babdbe0c0b652780f513660ee6d1ac837ec2700 +Size (tnef-1.3.4.tar.gz) = 1641599 bytes |