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.
This commit is contained in:
parent
6ab6e26e8e
commit
64524db8a5
2 changed files with 17 additions and 7 deletions
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue