diff options
author | heinz <heinz@pkgsrc.org> | 2004-05-15 15:07:58 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2004-05-15 15:07:58 +0000 |
commit | cab8b290e06888aef7217d4b55c6cd5acbfba522 (patch) | |
tree | 0c45658bca7313c8e3d98b5f2b6e9e6ffea6c315 /mail | |
parent | 051f5010d74b0e0cf8a9a2e85ec69f5b5ef74d47 (diff) | |
download | pkgsrc-cab8b290e06888aef7217d4b55c6cd5acbfba522.tar.gz |
Update to version 1.2.3.1.
Take maintainership.
Add TEST_TARGET.
Enable pkgviews.
history of user-visible changes
* 1.2.3.1:
** Fixing distribution: triples test files were missing
** Updating man page.
* 1.2.3:
** Dumping of data for objects of type szTRIPLE
* 1.2.2:
** New command line option: -x SIZE | --maxsize=SIZE to allow users to protect
against nefarious TNEF files.
** Removed deprecated command line options
** First pass at a primitive web page for tnef.sourceforge.net
* 1.2.1:
** Fixing test failure on NetBSD (698111) and big-endian systems (712371).
Diffstat (limited to 'mail')
-rw-r--r-- | mail/tnef/Makefile | 11 | ||||
-rw-r--r-- | mail/tnef/distinfo | 6 |
2 files changed, 10 insertions, 7 deletions
diff --git a/mail/tnef/Makefile b/mail/tnef/Makefile index 423438201fd..4be1eb6b366 100644 --- a/mail/tnef/Makefile +++ b/mail/tnef/Makefile @@ -1,17 +1,20 @@ -# $NetBSD: Makefile,v 1.13 2004/04/18 04:44:26 snj Exp $ +# $NetBSD: Makefile,v 1.14 2004/05/15 15:07:58 heinz Exp $ # -DISTNAME= tnef-1.2.0 -PKGREVISION= 1 +DISTNAME= tnef-1.2.3.1 +PKGREVISION= # empty CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tnef/} -MAINTAINER= tech-pkg@NetBSD.org +MAINTAINER= heinz@NetBSD.org HOMEPAGE= http://world.std.com/~damned/software.html COMMENT= Decode MS-TNEF MIME attachments +PKG_INSTALLATION_TYPES= overwrite pkgviews + USE_BUILDLINK3= YES GNU_CONFIGURE= YES +TEST_TARGET= check .include "../../devel/gettext-lib/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/mail/tnef/distinfo b/mail/tnef/distinfo index 43c5cd3f093..ea56d1b7462 100644 --- a/mail/tnef/distinfo +++ b/mail/tnef/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.6 2003/03/05 10:13:52 wiz Exp $ +$NetBSD: distinfo,v 1.7 2004/05/15 15:07:58 heinz Exp $ -SHA1 (tnef-1.2.0.tar.gz) = 2e8406ea1804cb7ee83ed5d29d6f84f698cc7c43 -Size (tnef-1.2.0.tar.gz) = 1600215 bytes +SHA1 (tnef-1.2.3.1.tar.gz) = f47993c5c814aee64d41927d58c9c1cd70e6b15d +Size (tnef-1.2.3.1.tar.gz) = 1607741 bytes |