diff options
author | heinz <heinz@pkgsrc.org> | 2005-02-05 14:54:14 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2005-02-05 14:54:14 +0000 |
commit | 947c4d422cfba23bbf52649b456e9cb456c99f68 (patch) | |
tree | b208ad834862f5c5b972309448358c221197a421 /mail/tnef/Makefile | |
parent | 219093d2c33525754f3f0eb1a4ae8d0fb39aa662 (diff) | |
download | pkgsrc-947c4d422cfba23bbf52649b456e9cb456c99f68.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/tnef/Makefile')
-rw-r--r-- | mail/tnef/Makefile | 8 |
1 files changed, 4 insertions, 4 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 |