diff options
author | heinz <heinz> | 2005-02-05 14:54:14 +0000 |
---|---|---|
committer | heinz <heinz> | 2005-02-05 14:54:14 +0000 |
commit | 6db28f5e3b63ee24758a312db9c7d57756d716d5 (patch) | |
tree | b208ad834862f5c5b972309448358c221197a421 /mail | |
parent | 6af83c4583b4c5083908c2d3d2299e3c1194b5b0 (diff) | |
download | pkgsrc-6db28f5e3b63ee24758a312db9c7d57756d716d5.tar.gz |
Update to version 1.3.1
Changes since 1.2.3.1:
1.3.1:
Fixing dumb compiling bugs [BUG: #1108485]. GCC lets me write incorrect code!
Small modifications to tnef.spec.in as suggested by jmsl@users.sf.net
[BUG: #1102128]
Corrected type problems to improve portability to 64 bit systems and Mac.
1.3:
Adding feature to allow for saving of RTF data.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/tnef/Makefile | 8 | ||||
-rw-r--r-- | mail/tnef/distinfo | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/mail/tnef/Makefile b/mail/tnef/Makefile index f1c4ec7bf43..3f03e47184a 100644 --- a/mail/tnef/Makefile +++ b/mail/tnef/Makefile @@ -1,13 +1,13 @@ -# $NetBSD: Makefile,v 1.15 2004/10/03 00:12:55 tv Exp $ +# $NetBSD: Makefile,v 1.16 2005/02/05 14:54:14 heinz Exp $ # -DISTNAME= tnef-1.2.3.1 -PKGREVISION= # empty1 +DISTNAME= tnef-1.3.1 +PKGREVISION= # empty CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tnef/} MAINTAINER= heinz@NetBSD.org -HOMEPAGE= http://world.std.com/~damned/software.html +HOMEPAGE= http://tnef.sourceforge.net/ COMMENT= Decode MS-TNEF MIME attachments PKG_INSTALLATION_TYPES= overwrite pkgviews diff --git a/mail/tnef/distinfo b/mail/tnef/distinfo index ea56d1b7462..5d6a177bee0 100644 --- a/mail/tnef/distinfo +++ b/mail/tnef/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.7 2004/05/15 15:07:58 heinz Exp $ +$NetBSD: distinfo,v 1.8 2005/02/05 14:54:14 heinz Exp $ -SHA1 (tnef-1.2.3.1.tar.gz) = f47993c5c814aee64d41927d58c9c1cd70e6b15d -Size (tnef-1.2.3.1.tar.gz) = 1607741 bytes +SHA1 (tnef-1.3.1.tar.gz) = 98d5fdcf089a6f791afef3330c8e322fedc4996d +Size (tnef-1.3.1.tar.gz) = 1624343 bytes |