pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/tnef Updated to version 1.3.4.
details: https://anonhg.NetBSD.org/pkgsrc/rev/cc28989f992c
branches: trunk
changeset: 507853:cc28989f992c
user: heinz <heinz%pkgsrc.org@localhost>
date: Thu Feb 09 22:38:12 2006 +0000
description:
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:
mail/tnef/Makefile | 16 +++++++++++++---
mail/tnef/distinfo | 8 ++++----
2 files changed, 17 insertions(+), 7 deletions(-)
diffs (44 lines):
diff -r d59a2d8e200b -r cc28989f992c mail/tnef/Makefile
--- a/mail/tnef/Makefile Thu Feb 09 22:34:13 2006 +0000
+++ b/mail/tnef/Makefile Thu Feb 09 22:38:12 2006 +0000
@@ -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 @@
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 -r d59a2d8e200b -r cc28989f992c mail/tnef/distinfo
--- a/mail/tnef/distinfo Thu Feb 09 22:34:13 2006 +0000
+++ b/mail/tnef/distinfo Thu Feb 09 22:38:12 2006 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index