diff options
author | heinz <heinz@pkgsrc.org> | 2006-08-06 09:04:37 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2006-08-06 09:04:37 +0000 |
commit | 1a8d5b669be9aec2158f2bf0671fdf0161f657c9 (patch) | |
tree | 33dffa44c851e9cbef1523c3839fb41802ed3f16 /mail/tnef | |
parent | 945b826fbc095eb0c713d31c96e30e084102e309 (diff) | |
download | pkgsrc-1a8d5b669be9aec2158f2bf0671fdf0161f657c9.tar.gz |
Updated to version 1.4.2.
Pkgsrc changes:
- Disabling "debug" mode during compilation was _not_ done through
"--disable-debug" :-/, so I removed it.
Relevant changes since version 1.4.1:
=====================================
** Fixing 'garbage at end of file' bug [Bug# 1513940]. Now tries to handle
gracefully
** Fixing Solaris 10 empty libreplace.a bug [Bug# 1517789]. Now libreplace.a
never empty.
** new tests
Diffstat (limited to 'mail/tnef')
-rw-r--r-- | mail/tnef/Makefile | 6 | ||||
-rw-r--r-- | mail/tnef/distinfo | 8 |
2 files changed, 6 insertions, 8 deletions
diff --git a/mail/tnef/Makefile b/mail/tnef/Makefile index 6fc3ab9ae2f..0ea5c5e7855 100644 --- a/mail/tnef/Makefile +++ b/mail/tnef/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.21 2006/07/15 12:20:27 heinz Exp $ +# $NetBSD: Makefile,v 1.22 2006/08/06 09:04:37 heinz Exp $ # -DISTNAME= tnef-1.4.1 +DISTNAME= tnef-1.4.2 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tnef/} @@ -21,8 +21,6 @@ PKG_SUPPORTED_OPTIONS= debug .if !empty(PKG_OPTIONS:Mdebug) CONFIGURE_ARGS+= --enable-debug -.else -CONFIGURE_ARGS+= --disable-debug .endif .include "../../devel/gettext-lib/buildlink3.mk" diff --git a/mail/tnef/distinfo b/mail/tnef/distinfo index 6c685ec3c29..323a726fe3c 100644 --- a/mail/tnef/distinfo +++ b/mail/tnef/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.12 2006/07/15 12:20:27 heinz Exp $ +$NetBSD: distinfo,v 1.13 2006/08/06 09:04:37 heinz Exp $ -SHA1 (tnef-1.4.1.tar.gz) = d3cb3daf93a2a68f63f875838a9fdca1f96c5147 -RMD160 (tnef-1.4.1.tar.gz) = 3fa76ffd0561b0f711fa7174fbc1f0b1468f299c -Size (tnef-1.4.1.tar.gz) = 3911959 bytes +SHA1 (tnef-1.4.2.tar.gz) = b77cc25988f1f1201b11c29bd61cbcdf3f25c056 +RMD160 (tnef-1.4.2.tar.gz) = b69271c2ebe8425cead7c7fd89cdb47630aa8055 +Size (tnef-1.4.2.tar.gz) = 3921230 bytes |